package o; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; import java.util.Collection; import java.util.List; /* renamed from: o.dok, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public final class C9696dok { private static final String c = "Mandatory field is missing."; private static Sts h; @SerializedName("is_block_system_app") public Boolean a; @SerializedName("package_with_cert") public List b; @SerializedName("is_enabled") public Boolean d; @SerializedName("stores") public List e; private C9696dok(byte b) { this.d = null; this.a = null; this.b = null; this.e = null; } private /* synthetic */ C9696dok(char c2) { this((byte) 0); } /* renamed from: o.dok$Sts */ /* loaded from: classes.dex */ public static final class Sts { private Sts() { } public /* synthetic */ Sts(byte b) { this(); } } public static List a(List list) { List list2 = list; C14957gcv.e(list2, ""); ArrayList arrayList = new ArrayList(list2 instanceof Collection ? list2.size() : 10); for (C9691dof c9691dof : list2) { arrayList.add(new C9706dou(c9691dof.d, C14881gav.d((Iterable) c9691dof.b))); } return arrayList; } public static List d(List list) { List list2 = list; C14957gcv.e(list2, ""); ArrayList arrayList = new ArrayList(list2 instanceof Collection ? list2.size() : 10); for (C9695doj c9695doj : list2) { arrayList.add(new C9709dox(c9695doj.c, c9695doj.d)); } return arrayList; } public final String toString() { Boolean bool = this.d; Boolean bool2 = this.a; List list = this.b; List list2 = this.e; StringBuilder sb = new StringBuilder("WhitelistConfigEntity(isEnabled="); sb.append(bool); sb.append(", isBlockSystemApp="); sb.append(bool2); sb.append(", packageWithCert="); sb.append(list); sb.append(", stores="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { Boolean bool = this.d; int hashCode = bool == null ? 0 : bool.hashCode(); Boolean bool2 = this.a; int hashCode2 = bool2 == null ? 0 : bool2.hashCode(); List list = this.b; int hashCode3 = list == null ? 0 : list.hashCode(); List list2 = this.e; return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (list2 != null ? list2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof C9696dok)) { return false; } C9696dok c9696dok = (C9696dok) obj; return C14957gcv.b(this.d, c9696dok.d) && C14957gcv.b(this.a, c9696dok.a) && C14957gcv.b(this.b, c9696dok.b) && C14957gcv.b(this.e, c9696dok.e); } public C9696dok() { this((char) 0); } static { new Sts((byte) 0); } }