package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class cVT { @SerializedName("declinedConsents") private final List a; @SerializedName("acceptedConsents") private final List b; @SerializedName("device") private final hmQ c; @SerializedName("advertisingId") private final String d; @SerializedName("applicationUuid") private final String e; @SerializedName("tilesVersion") private final String f; public cVT(String str, String str2, String str3, hmQ hmq, List list, List list2) { C14957gcv.e(str, ""); C14957gcv.e(hmq, ""); C14957gcv.e(list, ""); C14957gcv.e(list2, ""); this.e = str; this.d = str2; this.f = str3; this.c = hmq; this.b = list; this.a = list2; } public final String toString() { String str = this.e; String str2 = this.d; String str3 = this.f; hmQ hmq = this.c; List list = this.b; List list2 = this.a; StringBuilder sb = new StringBuilder("HmlOtpSubmissionRequest(applicationUuid="); sb.append(str); sb.append(", advertisingId="); sb.append(str2); sb.append(", tilesVersion="); sb.append(str3); sb.append(", device="); sb.append(hmq); sb.append(", acceptedConsents="); sb.append(list); sb.append(", declinedConsents="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.e.hashCode(); String str = this.d; int hashCode2 = str == null ? 0 : str.hashCode(); String str2 = this.f; return (((((((((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.c.hashCode()) * 31) + this.b.hashCode()) * 31) + this.a.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof cVT)) { return false; } cVT cvt = (cVT) obj; return C14957gcv.b((Object) this.e, (Object) cvt.e) && C14957gcv.b((Object) this.d, (Object) cvt.d) && C14957gcv.b((Object) this.f, (Object) cvt.f) && C14957gcv.b(this.c, cvt.c) && C14957gcv.b(this.b, cvt.b) && C14957gcv.b(this.a, cvt.a); } }