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

80 lines
2.8 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class SOC {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final OZu h;
public final int i;
private SOC(int i, String str, String str2, String str3, String str4, String str5, OZu oZu) {
C14957gcv.e(str, "");
this.i = i;
this.b = str;
this.c = str2;
this.e = str3;
this.d = str4;
this.a = str5;
this.h = oZu;
}
public /* synthetic */ SOC(int i, String str, String str2, String str3, String str4, String str5, OZu oZu, int i2) {
this(i, str, (i2 & 4) != 0 ? null : str2, (i2 & 8) != 0 ? null : str3, (i2 & 16) != 0 ? null : str4, (i2 & 32) != 0 ? null : str5, (i2 & 64) != 0 ? null : oZu);
}
public final String toString() {
int i = this.i;
String str = this.b;
String str2 = this.c;
String str3 = this.e;
String str4 = this.d;
String str5 = this.a;
OZu oZu = this.h;
StringBuilder sb = new StringBuilder("MailingAddressCardListResponse(sortSequence=");
sb.append(i);
sb.append(", applicationId=");
sb.append(str);
sb.append(", accountNo=");
sb.append(str2);
sb.append(", cardRefNo=");
sb.append(str3);
sb.append(", cardMask=");
sb.append(str4);
sb.append(", productName=");
sb.append(str5);
sb.append(", productType=");
sb.append(oZu);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = Integer.hashCode(this.i);
int hashCode2 = this.b.hashCode();
String str = this.c;
int hashCode3 = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode4 = str2 == null ? 0 : str2.hashCode();
String str3 = this.d;
int hashCode5 = str3 == null ? 0 : str3.hashCode();
String str4 = this.a;
int hashCode6 = str4 == null ? 0 : str4.hashCode();
OZu oZu = this.h;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (oZu != null ? oZu.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof SOC)) {
return false;
}
SOC soc = (SOC) obj;
return this.i == soc.i && C14957gcv.b((Object) this.b, (Object) soc.b) && C14957gcv.b((Object) this.c, (Object) soc.c) && C14957gcv.b((Object) this.e, (Object) soc.e) && C14957gcv.b((Object) this.d, (Object) soc.d) && C14957gcv.b((Object) this.a, (Object) soc.a) && C14957gcv.b(this.h, soc.h);
}
}