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

95 lines
3.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class QtC {
@SerializedName("regenerateFlag")
public final String a;
@SerializedName("repeatFlag")
public final String b;
@SerializedName("biller")
public final qZi c;
@SerializedName("paymentId")
public final String d;
@SerializedName("amount")
public final String e;
@SerializedName("tranDateTime")
public final String f;
@SerializedName("sortSequence")
public final int h;
@SerializedName("transferType")
public final String i;
@SerializedName("serviceNumber")
public final String j;
public final String toString() {
int i = this.h;
String str = this.d;
String str2 = this.f;
String str3 = this.j;
String str4 = this.e;
String str5 = this.b;
String str6 = this.a;
qZi qzi = this.c;
String str7 = this.i;
StringBuilder sb = new StringBuilder("TopUpHistoryTransactionEntity(sortSequence=");
sb.append(i);
sb.append(", paymentId=");
sb.append(str);
sb.append(", tranDateTime=");
sb.append(str2);
sb.append(", serviceNumber=");
sb.append(str3);
sb.append(", amount=");
sb.append(str4);
sb.append(", repeatFlag=");
sb.append(str5);
sb.append(", regenerateFlag=");
sb.append(str6);
sb.append(", biller=");
sb.append(qzi);
sb.append(", transferType=");
sb.append(str7);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = Integer.hashCode(this.h);
int hashCode2 = this.d.hashCode();
String str = this.f;
int hashCode3 = str == null ? 0 : str.hashCode();
String str2 = this.j;
int hashCode4 = str2 == null ? 0 : str2.hashCode();
String str3 = this.e;
int hashCode5 = str3 == null ? 0 : str3.hashCode();
int hashCode6 = this.b.hashCode();
int hashCode7 = this.a.hashCode();
qZi qzi = this.c;
int hashCode8 = qzi == null ? 0 : qzi.hashCode();
String str4 = this.i;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str4 != null ? str4.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof QtC)) {
return false;
}
QtC qtC = (QtC) obj;
return this.h == qtC.h && C14957gcv.b((Object) this.d, (Object) qtC.d) && C14957gcv.b((Object) this.f, (Object) qtC.f) && C14957gcv.b((Object) this.j, (Object) qtC.j) && C14957gcv.b((Object) this.e, (Object) qtC.e) && C14957gcv.b((Object) this.b, (Object) qtC.b) && C14957gcv.b((Object) this.a, (Object) qtC.a) && C14957gcv.b(this.c, qtC.c) && C14957gcv.b((Object) this.i, (Object) qtC.i);
}
}