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

95 lines
2.9 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.feature.result.CommonConstant;
/* loaded from: classes3.dex */
public final class gJq {
@SerializedName("appId")
public final String a;
@SerializedName("branch")
public final FeA b;
@SerializedName("accountNoMask")
public final String c;
@SerializedName("accountNo")
public final String d;
@SerializedName("productType")
public final FeA e;
@SerializedName("skipValidate")
public final Boolean g;
@SerializedName(CommonConstant.KEY_STATUS)
public final FeA h;
@SerializedName("sortSequence")
public final int i;
@SerializedName("accountStatus")
private final FeA j;
public final String toString() {
int i = this.i;
String str = this.d;
Boolean bool = this.g;
FeA feA = this.h;
FeA feA2 = this.j;
FeA feA3 = this.e;
FeA feA4 = this.b;
String str2 = this.c;
String str3 = this.a;
StringBuilder sb = new StringBuilder("UnregisteredDepositEntity(sortSequence=");
sb.append(i);
sb.append(", accountNo=");
sb.append(str);
sb.append(", skipValidate=");
sb.append(bool);
sb.append(", status=");
sb.append(feA);
sb.append(", accountStatus=");
sb.append(feA2);
sb.append(", productType=");
sb.append(feA3);
sb.append(", branch=");
sb.append(feA4);
sb.append(", accountNoMask=");
sb.append(str2);
sb.append(", appId=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = Integer.hashCode(this.i);
int hashCode2 = this.d.hashCode();
Boolean bool = this.g;
int hashCode3 = bool == null ? 0 : bool.hashCode();
FeA feA = this.h;
int hashCode4 = feA == null ? 0 : feA.hashCode();
int hashCode5 = this.j.hashCode();
int hashCode6 = this.e.hashCode();
int hashCode7 = this.b.hashCode();
String str = this.c;
int hashCode8 = str == null ? 0 : str.hashCode();
String str2 = this.a;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof gJq)) {
return false;
}
gJq gjq = (gJq) obj;
return this.i == gjq.i && C14957gcv.b((Object) this.d, (Object) gjq.d) && C14957gcv.b(this.g, gjq.g) && C14957gcv.b(this.h, gjq.h) && C14957gcv.b(this.j, gjq.j) && C14957gcv.b(this.e, gjq.e) && C14957gcv.b(this.b, gjq.b) && C14957gcv.b((Object) this.c, (Object) gjq.c) && C14957gcv.b((Object) this.a, (Object) gjq.a);
}
}