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

92 lines
3.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.jrf, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C15950jrf {
@SerializedName("paymentId")
public final String a;
@SerializedName("referenceNo1")
public final String b;
@SerializedName("paymentDateTime")
public final String c;
@SerializedName("biller")
public final C16096lEv d;
@SerializedName("paymentAmount")
public final String e;
@SerializedName("repeatFlag")
public final String f;
@SerializedName("regenerateFlag")
public final String g;
@SerializedName("sortSequence")
public final Integer i;
public final String toString() {
String str = this.a;
Integer num = this.i;
String str2 = this.c;
String str3 = this.b;
String str4 = this.e;
String str5 = this.f;
String str6 = this.g;
C16096lEv c16096lEv = this.d;
StringBuilder sb = new StringBuilder("BillPaymentHistoryTransactionEntity(paymentId=");
sb.append(str);
sb.append(", sortSequence=");
sb.append(num);
sb.append(", paymentDateTime=");
sb.append(str2);
sb.append(", referenceNo1=");
sb.append(str3);
sb.append(", paymentAmount=");
sb.append(str4);
sb.append(", repeatFlag=");
sb.append(str5);
sb.append(", regenerateFlag=");
sb.append(str6);
sb.append(", biller=");
sb.append(c16096lEv);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.a;
int hashCode = str == null ? 0 : str.hashCode();
Integer num = this.i;
int hashCode2 = num == null ? 0 : num.hashCode();
String str2 = this.c;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.b;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.e;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.f;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.g;
int hashCode7 = str6 == null ? 0 : str6.hashCode();
C16096lEv c16096lEv = this.d;
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (c16096lEv != null ? c16096lEv.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C15950jrf)) {
return false;
}
C15950jrf c15950jrf = (C15950jrf) obj;
return C14957gcv.b((Object) this.a, (Object) c15950jrf.a) && C14957gcv.b(this.i, c15950jrf.i) && C14957gcv.b((Object) this.c, (Object) c15950jrf.c) && C14957gcv.b((Object) this.b, (Object) c15950jrf.b) && C14957gcv.b((Object) this.e, (Object) c15950jrf.e) && C14957gcv.b((Object) this.f, (Object) c15950jrf.f) && C14957gcv.b((Object) this.g, (Object) c15950jrf.g) && C14957gcv.b(this.d, c15950jrf.d);
}
}