package io.fabric.sdk.android.services.settings; import io.fabric.sdk.android.KitInfo; import java.util.Collection; /* loaded from: classes2.dex */ public class AppRequestData { public final String a; public final String b; public final String c; public final String d; public final String e; public final String f; public final int g; public final String h; public final String i; public final IconRequest j; public final Collection k; public AppRequestData(String str, String str2, String str3, String str4, String str5, String str6, int i, String str7, String str8, IconRequest iconRequest, Collection collection) { this.a = str; this.b = str2; this.c = str3; this.d = str4; this.e = str5; this.f = str6; this.g = i; this.h = str7; this.i = str8; this.j = iconRequest; this.k = collection; } }