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

93 lines
2.8 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.xiq, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17549xiq {
@SerializedName("bankLogo")
public String a;
@SerializedName("accountType")
public EnumC16172lsC b;
@SerializedName("name")
public String c;
@SerializedName("proxyNumber")
public String d;
@SerializedName("accountNumber")
public String e;
@SerializedName("proxyType")
public WAr h;
private /* synthetic */ C17549xiq(byte b) {
this(null, null, null, null, null, null);
}
public C17549xiq(String str, String str2, EnumC16172lsC enumC16172lsC, String str3, WAr wAr, String str4) {
this.a = str;
this.c = str2;
this.b = enumC16172lsC;
this.e = str3;
this.h = wAr;
this.d = str4;
}
public final String toString() {
String str = this.a;
String str2 = this.c;
EnumC16172lsC enumC16172lsC = this.b;
String str3 = this.e;
WAr wAr = this.h;
String str4 = this.d;
StringBuilder sb = new StringBuilder("PullSlipReceiver(bankLogo=");
sb.append(str);
sb.append(", name=");
sb.append(str2);
sb.append(", accountType=");
sb.append(enumC16172lsC);
sb.append(", accountNumber=");
sb.append(str3);
sb.append(", proxyType=");
sb.append(wAr);
sb.append(", proxyNumber=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.a;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
EnumC16172lsC enumC16172lsC = this.b;
int hashCode3 = enumC16172lsC == null ? 0 : enumC16172lsC.hashCode();
String str3 = this.e;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
WAr wAr = this.h;
int hashCode5 = wAr == null ? 0 : wAr.hashCode();
String str4 = this.d;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str4 != null ? str4.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17549xiq)) {
return false;
}
C17549xiq c17549xiq = (C17549xiq) obj;
return C14957gcv.b((Object) this.a, (Object) c17549xiq.a) && C14957gcv.b((Object) this.c, (Object) c17549xiq.c) && this.b == c17549xiq.b && C14957gcv.b((Object) this.e, (Object) c17549xiq.e) && this.h == c17549xiq.h && C14957gcv.b((Object) this.d, (Object) c17549xiq.d);
}
public C17549xiq() {
this((byte) 0);
}
}