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

116 lines
4.0 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class sDQ extends C16562pOe {
@SerializedName("accountTo")
public final String a;
@SerializedName("enrollType")
public final String b;
@SerializedName("amount")
public final String c;
@SerializedName("additionalMetaData")
public final TIx d;
@SerializedName("accountFrom")
public final String e;
@SerializedName("limitAmount")
public final String f;
@SerializedName("remainingPoint")
public final String g;
@SerializedName("tranDateTime")
public final String h;
@SerializedName("function")
public final String i;
@SerializedName("paymentId")
public final String j;
/* renamed from: o, reason: collision with root package name */
@SerializedName("validateFaceType")
public final String f9264o;
public final String toString() {
String str = this.j;
String str2 = this.h;
TIx tIx = this.d;
String str3 = this.g;
String str4 = this.e;
String str5 = this.a;
String str6 = this.c;
String str7 = this.f9264o;
String str8 = this.b;
String str9 = this.f;
String str10 = this.i;
StringBuilder sb = new StringBuilder("PerformTopUpDataEntity(paymentId=");
sb.append(str);
sb.append(", tranDateTime=");
sb.append(str2);
sb.append(", additionalMetadata=");
sb.append(tIx);
sb.append(", remainingPoint=");
sb.append(str3);
sb.append(", accountFrom=");
sb.append(str4);
sb.append(", accountTo=");
sb.append(str5);
sb.append(", amount=");
sb.append(str6);
sb.append(", validateFaceType=");
sb.append(str7);
sb.append(", enrollType=");
sb.append(str8);
sb.append(", limitAmount=");
sb.append(str9);
sb.append(", function=");
sb.append(str10);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.j;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.h;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
TIx tIx = this.d;
int hashCode3 = tIx == null ? 0 : tIx.hashCode();
String str3 = this.g;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.e;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.a;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.c;
int hashCode7 = str6 == null ? 0 : str6.hashCode();
String str7 = this.f9264o;
int hashCode8 = str7 == null ? 0 : str7.hashCode();
String str8 = this.b;
int hashCode9 = str8 == null ? 0 : str8.hashCode();
String str9 = this.f;
int hashCode10 = str9 == null ? 0 : str9.hashCode();
String str10 = this.i;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str10 != null ? str10.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof sDQ)) {
return false;
}
sDQ sdq = (sDQ) obj;
return C14957gcv.b((Object) this.j, (Object) sdq.j) && C14957gcv.b((Object) this.h, (Object) sdq.h) && C14957gcv.b(this.d, sdq.d) && C14957gcv.b((Object) this.g, (Object) sdq.g) && C14957gcv.b((Object) this.e, (Object) sdq.e) && C14957gcv.b((Object) this.a, (Object) sdq.a) && C14957gcv.b((Object) this.c, (Object) sdq.c) && C14957gcv.b((Object) this.f9264o, (Object) sdq.f9264o) && C14957gcv.b((Object) this.b, (Object) sdq.b) && C14957gcv.b((Object) this.f, (Object) sdq.f) && C14957gcv.b((Object) this.i, (Object) sdq.i);
}
}