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

98 lines
3.5 KiB
Java

package o;
/* renamed from: o.cS, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C6410cS {
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 C6410cS(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10) {
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(str10, "");
this.e = str;
this.d = str2;
this.f = str3;
this.j = str4;
this.g = str5;
this.i = str6;
this.c = str7;
this.a = str8;
this.b = str9;
this.h = str10;
}
public final String toString() {
String str = this.e;
String str2 = this.d;
String str3 = this.f;
String str4 = this.j;
String str5 = this.g;
String str6 = this.i;
String str7 = this.c;
String str8 = this.a;
String str9 = this.b;
String str10 = this.h;
StringBuilder sb = new StringBuilder("PointXTransferReviewRequest(accountFromName=");
sb.append(str);
sb.append(", accountFromNo=");
sb.append(str2);
sb.append(", pointCustomerType=");
sb.append(str3);
sb.append(", pointCustomerNo=");
sb.append(str4);
sb.append(", totalAmount=");
sb.append(str5);
sb.append(", pointEquivalentAmount=");
sb.append(str6);
sb.append(", pointAmount=");
sb.append(str7);
sb.append(", casaAmount=");
sb.append(str8);
sb.append(", annotation=");
sb.append(str9);
sb.append(", pointDeepLink=");
sb.append(str10);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.e.hashCode();
int hashCode2 = this.d.hashCode();
int hashCode3 = this.f.hashCode();
int hashCode4 = this.j.hashCode();
int hashCode5 = this.g.hashCode();
int hashCode6 = this.i.hashCode();
int hashCode7 = this.c.hashCode();
int hashCode8 = this.a.hashCode();
String str = this.b;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.h.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C6410cS)) {
return false;
}
C6410cS c6410cS = (C6410cS) obj;
return C14957gcv.b((Object) this.e, (Object) c6410cS.e) && C14957gcv.b((Object) this.d, (Object) c6410cS.d) && C14957gcv.b((Object) this.f, (Object) c6410cS.f) && C14957gcv.b((Object) this.j, (Object) c6410cS.j) && C14957gcv.b((Object) this.g, (Object) c6410cS.g) && C14957gcv.b((Object) this.i, (Object) c6410cS.i) && C14957gcv.b((Object) this.c, (Object) c6410cS.c) && C14957gcv.b((Object) this.a, (Object) c6410cS.a) && C14957gcv.b((Object) this.b, (Object) c6410cS.b) && C14957gcv.b((Object) this.h, (Object) c6410cS.h);
}
}