139 lines
5.0 KiB
Java
139 lines
5.0 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class UD implements Parcelable {
|
|
public static final Parcelable.Creator<UD> CREATOR = new IeS();
|
|
public final String a;
|
|
public final double b;
|
|
public final String c;
|
|
public final String d;
|
|
public final double e;
|
|
public final List<String> f;
|
|
public final String g;
|
|
public final double h;
|
|
public final String i;
|
|
public final String j;
|
|
public final String k;
|
|
private final String l;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public UD(String str, String str2, String str3, String str4, String str5, String str6, double d, double d2, double d3, List<String> list, String str7, String str8) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(list, "");
|
|
C14957gcv.e(str7, "");
|
|
C14957gcv.e(str8, "");
|
|
this.j = str;
|
|
this.d = str2;
|
|
this.a = str3;
|
|
this.c = str4;
|
|
this.i = str5;
|
|
this.l = str6;
|
|
this.b = d;
|
|
this.h = d2;
|
|
this.e = d3;
|
|
this.f = list;
|
|
this.k = str7;
|
|
this.g = str8;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS implements Parcelable.Creator<UD> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ UD createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new UD(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readDouble(), parcel.readDouble(), parcel.readDouble(), parcel.createStringArrayList(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ UD[] newArray(int i) {
|
|
return new UD[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.l);
|
|
parcel.writeDouble(this.b);
|
|
parcel.writeDouble(this.h);
|
|
parcel.writeDouble(this.e);
|
|
parcel.writeStringList(this.f);
|
|
parcel.writeString(this.k);
|
|
parcel.writeString(this.g);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.j;
|
|
String str2 = this.d;
|
|
String str3 = this.a;
|
|
String str4 = this.c;
|
|
String str5 = this.i;
|
|
String str6 = this.l;
|
|
double d = this.b;
|
|
double d2 = this.h;
|
|
double d3 = this.e;
|
|
List<String> list = this.f;
|
|
String str7 = this.k;
|
|
String str8 = this.g;
|
|
StringBuilder sb = new StringBuilder("PrepaidRequestVerificationDisplay(requestType=");
|
|
sb.append(str);
|
|
sb.append(", accountNo=");
|
|
sb.append(str2);
|
|
sb.append(", accountName=");
|
|
sb.append(str3);
|
|
sb.append(", displayName=");
|
|
sb.append(str4);
|
|
sb.append(", prepaidCardName=");
|
|
sb.append(str5);
|
|
sb.append(", fee=");
|
|
sb.append(str6);
|
|
sb.append(", annualFee=");
|
|
sb.append(d);
|
|
sb.append(", issuingFee=");
|
|
sb.append(d2);
|
|
sb.append(", deliveryFee=");
|
|
sb.append(d3);
|
|
sb.append(", mailingAddress=");
|
|
sb.append(list);
|
|
sb.append(", transactionToken=");
|
|
sb.append(str7);
|
|
sb.append(", personalInfoRemark=");
|
|
sb.append(str8);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((((((((((((((((this.j.hashCode() * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.i.hashCode()) * 31) + this.l.hashCode()) * 31) + Double.hashCode(this.b)) * 31) + Double.hashCode(this.h)) * 31) + Double.hashCode(this.e)) * 31) + this.f.hashCode()) * 31) + this.k.hashCode()) * 31) + this.g.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof UD)) {
|
|
return false;
|
|
}
|
|
UD ud = (UD) obj;
|
|
return C14957gcv.b((Object) this.j, (Object) ud.j) && C14957gcv.b((Object) this.d, (Object) ud.d) && C14957gcv.b((Object) this.a, (Object) ud.a) && C14957gcv.b((Object) this.c, (Object) ud.c) && C14957gcv.b((Object) this.i, (Object) ud.i) && C14957gcv.b((Object) this.l, (Object) ud.l) && Double.compare(this.b, ud.b) == 0 && Double.compare(this.h, ud.h) == 0 && Double.compare(this.e, ud.e) == 0 && C14957gcv.b(this.f, ud.f) && C14957gcv.b((Object) this.k, (Object) ud.k) && C14957gcv.b((Object) this.g, (Object) ud.g);
|
|
}
|
|
}
|