package o; import android.os.Parcel; import android.os.Parcelable; /* loaded from: classes3.dex */ public final class WG extends EQ implements Parcelable { public static final Parcelable.Creator CREATOR = new Parcelable.Creator() { // from class: o.WG.2 @Override // android.os.Parcelable.Creator public final /* synthetic */ WG createFromParcel(Parcel parcel) { return new WG(parcel); } @Override // android.os.Parcelable.Creator public final /* bridge */ /* synthetic */ WG[] newArray(int i) { return new WG[i]; } }; public String a; public int b; public String c; public String d; public String f; public String g; public String h; public String i; @Override // o.EQ, android.os.Parcelable public final int describeContents() { return 0; } public WG() { } protected WG(Parcel parcel) { this.g = parcel.readString(); this.a = parcel.readString(); this.f = parcel.readString(); this.i = parcel.readString(); this.b = parcel.readInt(); this.c = parcel.readString(); this.h = parcel.readString(); this.d = parcel.readString(); } @Override // o.EQ, android.os.Parcelable public final void writeToParcel(Parcel parcel, int i) { parcel.writeString(this.g); parcel.writeString(this.a); parcel.writeString(this.f); parcel.writeString(this.i); parcel.writeInt(this.b); parcel.writeString(this.c); parcel.writeString(this.h); parcel.writeString(this.d); } public static WG c() { return new WG(); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (obj == null || getClass() != obj.getClass()) { return false; } WG wg = (WG) obj; if (this.b != wg.b) { return false; } String str = this.g; if (str == null ? wg.g != null : !str.equals(wg.g)) { return false; } String str2 = this.a; if (str2 == null ? wg.a != null : !str2.equals(wg.a)) { return false; } String str3 = this.f; if (str3 == null ? wg.f != null : !str3.equals(wg.f)) { return false; } String str4 = this.i; if (str4 == null ? wg.i != null : !str4.equals(wg.i)) { return false; } String str5 = this.c; if (str5 == null ? wg.c != null : !str5.equals(wg.c)) { return false; } String str6 = this.h; if (str6 == null ? wg.h != null : !str6.equals(wg.h)) { return false; } String str7 = this.d; String str8 = wg.d; return str7 != null ? str7.equals(str8) : str8 == null; } public final int hashCode() { String str = this.g; int hashCode = str != null ? str.hashCode() : 0; String str2 = this.a; int hashCode2 = str2 != null ? str2.hashCode() : 0; String str3 = this.f; int hashCode3 = str3 != null ? str3.hashCode() : 0; String str4 = this.i; int hashCode4 = str4 != null ? str4.hashCode() : 0; int i = this.b; String str5 = this.c; int hashCode5 = str5 != null ? str5.hashCode() : 0; String str6 = this.h; int hashCode6 = str6 != null ? str6.hashCode() : 0; String str7 = this.d; return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + i) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str7 != null ? str7.hashCode() : 0); } }