package o; import android.os.Parcel; import android.os.Parcelable; /* loaded from: classes3.dex */ public final class VQ implements Parcelable { public static final Parcelable.Creator CREATOR = new Parcelable.Creator() { // from class: o.VQ.1 @Override // android.os.Parcelable.Creator public final /* synthetic */ VQ createFromParcel(Parcel parcel) { return new VQ(parcel); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ VQ[] newArray(int i) { return new VQ[i]; } }; public String a; public String b; public String c; public String d; public String e; private String f; public String g; private String h; private String i; private String j; private String k; private String l; private long m; private String n; /* renamed from: o, reason: collision with root package name */ private String f8413o; private int r; @Override // android.os.Parcelable public final int describeContents() { return 0; } public VQ(String str, String str2, int i, long j, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14) { this.i = str; this.l = str2; this.r = i; this.m = j; this.g = str3; this.f8413o = str4; this.j = str5; this.h = str6; this.e = str7; this.c = str8; this.f = str9; this.n = str10; this.a = str11; this.k = str12; this.b = str13; this.d = str14; } protected VQ(Parcel parcel) { this.i = parcel.readString(); this.l = parcel.readString(); this.r = parcel.readInt(); this.m = parcel.readLong(); this.g = parcel.readString(); this.f8413o = parcel.readString(); this.j = parcel.readString(); this.h = parcel.readString(); this.e = parcel.readString(); this.c = parcel.readString(); this.f = parcel.readString(); this.n = parcel.readString(); this.a = parcel.readString(); this.k = parcel.readString(); this.b = parcel.readString(); this.d = parcel.readString(); } @Override // android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { parcel.writeString(this.i); parcel.writeString(this.l); parcel.writeInt(this.r); parcel.writeLong(this.m); parcel.writeString(this.g); parcel.writeString(this.f8413o); parcel.writeString(this.j); parcel.writeString(this.h); parcel.writeString(this.e); parcel.writeString(this.c); parcel.writeString(this.f); parcel.writeString(this.n); parcel.writeString(this.a); parcel.writeString(this.k); parcel.writeString(this.b); parcel.writeString(this.d); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } VQ vq = (VQ) obj; if (this.r != vq.r || this.m != vq.m) { return false; } String str = this.i; if (str == null ? vq.i != null : !str.equals(vq.i)) { return false; } String str2 = this.l; if (str2 == null ? vq.l != null : !str2.equals(vq.l)) { return false; } String str3 = this.g; if (str3 == null ? vq.g != null : !str3.equals(vq.g)) { return false; } String str4 = this.f8413o; if (str4 == null ? vq.f8413o != null : !str4.equals(vq.f8413o)) { return false; } String str5 = this.j; if (str5 == null ? vq.j != null : !str5.equals(vq.j)) { return false; } String str6 = this.h; if (str6 == null ? vq.h != null : !str6.equals(vq.h)) { return false; } String str7 = this.e; if (str7 == null ? vq.e != null : !str7.equals(vq.e)) { return false; } String str8 = this.c; if (str8 == null ? vq.c != null : !str8.equals(vq.c)) { return false; } String str9 = this.f; if (str9 == null ? vq.f != null : !str9.equals(vq.f)) { return false; } String str10 = this.n; if (str10 == null ? vq.n != null : !str10.equals(vq.n)) { return false; } String str11 = this.a; if (str11 == null ? vq.a != null : !str11.equals(vq.a)) { return false; } String str12 = this.k; if (str12 == null ? vq.k != null : !str12.equals(vq.k)) { return false; } String str13 = this.b; if (str13 == null ? vq.b != null : !str13.equals(vq.b)) { return false; } String str14 = this.d; String str15 = vq.d; return str14 != null ? str14.equals(str15) : str15 == null; } public final int hashCode() { String str = this.i; int hashCode = str != null ? str.hashCode() : 0; String str2 = this.l; int hashCode2 = str2 != null ? str2.hashCode() : 0; int i = this.r; long j = this.m; int i2 = (int) (j ^ (j >>> 32)); String str3 = this.g; int hashCode3 = str3 != null ? str3.hashCode() : 0; String str4 = this.f8413o; int hashCode4 = str4 != null ? str4.hashCode() : 0; String str5 = this.j; int hashCode5 = str5 != null ? str5.hashCode() : 0; String str6 = this.h; int hashCode6 = str6 != null ? str6.hashCode() : 0; String str7 = this.e; int hashCode7 = str7 != null ? str7.hashCode() : 0; String str8 = this.c; int hashCode8 = str8 != null ? str8.hashCode() : 0; String str9 = this.f; int hashCode9 = str9 != null ? str9.hashCode() : 0; String str10 = this.n; int hashCode10 = str10 != null ? str10.hashCode() : 0; String str11 = this.a; int hashCode11 = str11 != null ? str11.hashCode() : 0; String str12 = this.k; int hashCode12 = str12 != null ? str12.hashCode() : 0; String str13 = this.b; int hashCode13 = str13 != null ? str13.hashCode() : 0; String str14 = this.d; return (((((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + i) * 31) + i2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + (str14 != null ? str14.hashCode() : 0); } }