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

50 lines
1.5 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.gfl, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C15052gfl {
public final MNB b;
private final String c;
private final String e;
public C15052gfl(String str, String str2, MNB mnb) {
C14957gcv.e(str, "");
this.c = str;
this.e = str2;
this.b = mnb;
}
public final String toString() {
String str = this.c;
String str2 = this.e;
MNB mnb = this.b;
StringBuilder sb = new StringBuilder("BillPaymentAccountsCoinsSummary(customerId=");
sb.append(str);
sb.append(", expiryDate=");
sb.append(str2);
sb.append(", coinSummary=");
sb.append(mnb);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.c.hashCode();
String str = this.e;
int hashCode2 = str == null ? 0 : str.hashCode();
MNB mnb = this.b;
return (((hashCode * 31) + hashCode2) * 31) + (mnb != null ? mnb.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C15052gfl)) {
return false;
}
C15052gfl c15052gfl = (C15052gfl) obj;
return C14957gcv.b((Object) this.c, (Object) c15052gfl.c) && C14957gcv.b((Object) this.e, (Object) c15052gfl.e) && C14957gcv.b(this.b, c15052gfl.b);
}
}