what-the-bank/sources/o/cQQ.java

102 lines
3.4 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.feature.result.CommonConstant;
import java.util.List;
/* loaded from: classes3.dex */
public final class cQQ {
@SerializedName("accountNo")
public final String a;
@SerializedName("annualFee")
public final String b;
@SerializedName(CommonConstant.KEY_DISPLAY_NAME)
public final String c;
@SerializedName("deliveryFee")
public final String d;
@SerializedName("accountName")
public final String e;
@SerializedName("mailingAddress")
public final List<String> f;
@SerializedName("fee")
public final String g;
@SerializedName("personalInfoRemark")
public final String h;
@SerializedName("prepaidCardName")
public final String i;
@SerializedName("issuingFee")
public final String j;
@SerializedName("transactionToken")
public final String k;
@SerializedName("requestType")
public final String m;
public final String toString() {
String str = this.m;
String str2 = this.a;
String str3 = this.e;
String str4 = this.c;
String str5 = this.i;
String str6 = this.g;
String str7 = this.b;
String str8 = this.j;
String str9 = this.d;
List<String> list = this.f;
String str10 = this.k;
String str11 = this.h;
StringBuilder sb = new StringBuilder("PrepaidRequestVerificationEntity(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(str7);
sb.append(", issuingFee=");
sb.append(str8);
sb.append(", deliveryFee=");
sb.append(str9);
sb.append(", mailingAddress=");
sb.append(list);
sb.append(", transactionToken=");
sb.append(str10);
sb.append(", personalInfoRemark=");
sb.append(str11);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((((((((((this.m.hashCode() * 31) + this.a.hashCode()) * 31) + this.e.hashCode()) * 31) + this.c.hashCode()) * 31) + this.i.hashCode()) * 31) + this.g.hashCode()) * 31) + this.b.hashCode()) * 31) + this.j.hashCode()) * 31) + this.d.hashCode()) * 31) + this.f.hashCode()) * 31) + this.k.hashCode()) * 31) + this.h.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof cQQ)) {
return false;
}
cQQ cqq = (cQQ) obj;
return C14957gcv.b((Object) this.m, (Object) cqq.m) && C14957gcv.b((Object) this.a, (Object) cqq.a) && C14957gcv.b((Object) this.e, (Object) cqq.e) && C14957gcv.b((Object) this.c, (Object) cqq.c) && C14957gcv.b((Object) this.i, (Object) cqq.i) && C14957gcv.b((Object) this.g, (Object) cqq.g) && C14957gcv.b((Object) this.b, (Object) cqq.b) && C14957gcv.b((Object) this.j, (Object) cqq.j) && C14957gcv.b((Object) this.d, (Object) cqq.d) && C14957gcv.b(this.f, cqq.f) && C14957gcv.b((Object) this.k, (Object) cqq.k) && C14957gcv.b((Object) this.h, (Object) cqq.h);
}
}