150 lines
5.5 KiB
Java
150 lines
5.5 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class JZ implements Parcelable {
|
|
public static final Parcelable.Creator<JZ> CREATOR = new LWm();
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final String f;
|
|
public final String g;
|
|
public final String h;
|
|
public final String i;
|
|
public final String j;
|
|
public final String m;
|
|
public final String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public final String f8226o;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public JZ(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(str8, "");
|
|
C14957gcv.e(str9, "");
|
|
C14957gcv.e(str10, "");
|
|
C14957gcv.e(str11, "");
|
|
C14957gcv.e(str12, "");
|
|
C14957gcv.e(str13, "");
|
|
this.f8226o = str;
|
|
this.b = str2;
|
|
this.f = str3;
|
|
this.e = str4;
|
|
this.a = str5;
|
|
this.c = str6;
|
|
this.i = str7;
|
|
this.d = str8;
|
|
this.j = str9;
|
|
this.n = str10;
|
|
this.g = str11;
|
|
this.m = str12;
|
|
this.h = str13;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements Parcelable.Creator<JZ> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ JZ createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new JZ(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ JZ[] newArray(int i) {
|
|
return new JZ[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.f8226o);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.n);
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.m);
|
|
parcel.writeString(this.h);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.f8226o;
|
|
String str2 = this.b;
|
|
String str3 = this.f;
|
|
String str4 = this.e;
|
|
String str5 = this.a;
|
|
String str6 = this.c;
|
|
String str7 = this.i;
|
|
String str8 = this.d;
|
|
String str9 = this.j;
|
|
String str10 = this.n;
|
|
String str11 = this.g;
|
|
String str12 = this.m;
|
|
String str13 = this.h;
|
|
StringBuilder sb = new StringBuilder("EasycashContactInformationDetailsDisplay(title=");
|
|
sb.append(str);
|
|
sb.append(", disclaimer=");
|
|
sb.append(str2);
|
|
sb.append(", fullName=");
|
|
sb.append(str3);
|
|
sb.append(", birthDate=");
|
|
sb.append(str4);
|
|
sb.append(", citizenId=");
|
|
sb.append(str5);
|
|
sb.append(", citizenCardExpiryDate=");
|
|
sb.append(str6);
|
|
sb.append(", idHouseAddress=");
|
|
sb.append(str7);
|
|
sb.append(", currentAddress=");
|
|
sb.append(str8);
|
|
sb.append(", mobileNo=");
|
|
sb.append(str9);
|
|
sb.append(", mobileOtpRemark=");
|
|
sb.append(str10);
|
|
sb.append(", email=");
|
|
sb.append(str11);
|
|
sb.append(", receivingDocChannel=");
|
|
sb.append(str12);
|
|
sb.append(", eStatementTc=");
|
|
sb.append(str13);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((((((((((((((((((this.f8226o.hashCode() * 31) + this.b.hashCode()) * 31) + this.f.hashCode()) * 31) + this.e.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.i.hashCode()) * 31) + this.d.hashCode()) * 31) + this.j.hashCode()) * 31) + this.n.hashCode()) * 31) + this.g.hashCode()) * 31) + this.m.hashCode()) * 31) + this.h.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof JZ)) {
|
|
return false;
|
|
}
|
|
JZ jz = (JZ) obj;
|
|
return C14957gcv.b((Object) this.f8226o, (Object) jz.f8226o) && C14957gcv.b((Object) this.b, (Object) jz.b) && C14957gcv.b((Object) this.f, (Object) jz.f) && C14957gcv.b((Object) this.e, (Object) jz.e) && C14957gcv.b((Object) this.a, (Object) jz.a) && C14957gcv.b((Object) this.c, (Object) jz.c) && C14957gcv.b((Object) this.i, (Object) jz.i) && C14957gcv.b((Object) this.d, (Object) jz.d) && C14957gcv.b((Object) this.j, (Object) jz.j) && C14957gcv.b((Object) this.n, (Object) jz.n) && C14957gcv.b((Object) this.g, (Object) jz.g) && C14957gcv.b((Object) this.m, (Object) jz.m) && C14957gcv.b((Object) this.h, (Object) jz.h);
|
|
}
|
|
}
|