194 lines
7.2 KiB
Java
194 lines
7.2 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.ArrayList;
|
|
import java.util.Iterator;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Oy, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0804Oy implements Parcelable {
|
|
public static final Parcelable.Creator<C0804Oy> CREATOR = new IeS();
|
|
public final AbstractC0805Oz a;
|
|
public final String b;
|
|
public final String c;
|
|
public final OB d;
|
|
public final String e;
|
|
public final String f;
|
|
public final String g;
|
|
public final MZT h;
|
|
public final List<OA> i;
|
|
public final String j;
|
|
public final String k;
|
|
public final String l;
|
|
private final boolean n;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0804Oy(String str, String str2, MZT mzt, String str3, String str4, String str5, String str6, AbstractC0805Oz abstractC0805Oz, OB ob, String str7, String str8, boolean z, List<OA> list) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(mzt, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(str8, "");
|
|
C14957gcv.e(list, "");
|
|
this.k = str;
|
|
this.f = str2;
|
|
this.h = mzt;
|
|
this.l = str3;
|
|
this.j = str4;
|
|
this.g = str5;
|
|
this.e = str6;
|
|
this.a = abstractC0805Oz;
|
|
this.d = ob;
|
|
this.b = str7;
|
|
this.c = str8;
|
|
this.n = z;
|
|
this.i = list;
|
|
}
|
|
|
|
/* renamed from: o.Oy$IeS */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS implements Parcelable.Creator<C0804Oy> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0804Oy createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
String readString = parcel.readString();
|
|
String readString2 = parcel.readString();
|
|
MZT valueOf = MZT.valueOf(parcel.readString());
|
|
String readString3 = parcel.readString();
|
|
String readString4 = parcel.readString();
|
|
String readString5 = parcel.readString();
|
|
String readString6 = parcel.readString();
|
|
AbstractC0805Oz abstractC0805Oz = (AbstractC0805Oz) parcel.readParcelable(C0804Oy.class.getClassLoader());
|
|
OB ob = (OB) parcel.readParcelable(C0804Oy.class.getClassLoader());
|
|
String readString7 = parcel.readString();
|
|
String readString8 = parcel.readString();
|
|
int i = 0;
|
|
boolean z = parcel.readInt() != 0;
|
|
int readInt = parcel.readInt();
|
|
ArrayList arrayList = new ArrayList(readInt);
|
|
while (i != readInt) {
|
|
arrayList.add(OA.CREATOR.createFromParcel(parcel));
|
|
i++;
|
|
readInt = readInt;
|
|
}
|
|
return new C0804Oy(readString, readString2, valueOf, readString3, readString4, readString5, readString6, abstractC0805Oz, ob, readString7, readString8, z, arrayList);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0804Oy[] newArray(int i) {
|
|
return new C0804Oy[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.k);
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.h.name());
|
|
parcel.writeString(this.l);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.e);
|
|
parcel.writeParcelable(this.a, i);
|
|
parcel.writeParcelable(this.d, i);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.c);
|
|
parcel.writeInt(this.n ? 1 : 0);
|
|
List<OA> list = this.i;
|
|
parcel.writeInt(list.size());
|
|
Iterator<OA> it = list.iterator();
|
|
while (it.hasNext()) {
|
|
it.next().writeToParcel(parcel, i);
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.k;
|
|
String str2 = this.f;
|
|
MZT mzt = this.h;
|
|
String str3 = this.l;
|
|
String str4 = this.j;
|
|
String str5 = this.g;
|
|
String str6 = this.e;
|
|
AbstractC0805Oz abstractC0805Oz = this.a;
|
|
OB ob = this.d;
|
|
String str7 = this.b;
|
|
String str8 = this.c;
|
|
boolean z = this.n;
|
|
List<OA> list = this.i;
|
|
StringBuilder sb = new StringBuilder("PolicyInfoDisplay(productTypeIconUrl=");
|
|
sb.append(str);
|
|
sb.append(", partnerIconUrl=");
|
|
sb.append(str2);
|
|
sb.append(", productType=");
|
|
sb.append(mzt);
|
|
sb.append(", productTypeName=");
|
|
sb.append(str3);
|
|
sb.append(", productName=");
|
|
sb.append(str4);
|
|
sb.append(", policyNo=");
|
|
sb.append(str5);
|
|
sb.append(", effectiveDate=");
|
|
sb.append(str6);
|
|
sb.append(", infoDetail=");
|
|
sb.append(abstractC0805Oz);
|
|
sb.append(", infoPayment=");
|
|
sb.append(ob);
|
|
sb.append(", dataSource=");
|
|
sb.append(str7);
|
|
sb.append(", insAcctId=");
|
|
sb.append(str8);
|
|
sb.append(", isAllowPolicyDocCopy=");
|
|
sb.append(z);
|
|
sb.append(", policyService=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = this.k.hashCode();
|
|
int hashCode2 = this.f.hashCode();
|
|
int hashCode3 = this.h.hashCode();
|
|
int hashCode4 = this.l.hashCode();
|
|
int hashCode5 = this.j.hashCode();
|
|
int hashCode6 = this.g.hashCode();
|
|
int hashCode7 = this.e.hashCode();
|
|
AbstractC0805Oz abstractC0805Oz = this.a;
|
|
int hashCode8 = abstractC0805Oz == null ? 0 : abstractC0805Oz.hashCode();
|
|
OB ob = this.d;
|
|
int hashCode9 = ob != null ? ob.hashCode() : 0;
|
|
int hashCode10 = this.b.hashCode();
|
|
int hashCode11 = this.c.hashCode();
|
|
boolean z = this.n;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
return (((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + i) * 31) + this.i.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0804Oy)) {
|
|
return false;
|
|
}
|
|
C0804Oy c0804Oy = (C0804Oy) obj;
|
|
return C14957gcv.b((Object) this.k, (Object) c0804Oy.k) && C14957gcv.b((Object) this.f, (Object) c0804Oy.f) && this.h == c0804Oy.h && C14957gcv.b((Object) this.l, (Object) c0804Oy.l) && C14957gcv.b((Object) this.j, (Object) c0804Oy.j) && C14957gcv.b((Object) this.g, (Object) c0804Oy.g) && C14957gcv.b((Object) this.e, (Object) c0804Oy.e) && C14957gcv.b(this.a, c0804Oy.a) && C14957gcv.b(this.d, c0804Oy.d) && C14957gcv.b((Object) this.b, (Object) c0804Oy.b) && C14957gcv.b((Object) this.c, (Object) c0804Oy.c) && this.n == c0804Oy.n && C14957gcv.b(this.i, c0804Oy.i);
|
|
}
|
|
}
|