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

50 lines
1.4 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 qlN {
@SerializedName("expiryDate")
public final String a;
@SerializedName("customerId")
public final String c;
@SerializedName("coinSummary")
public final kqr e;
public final String toString() {
String str = this.c;
String str2 = this.a;
kqr kqrVar = this.e;
StringBuilder sb = new StringBuilder("BillPaymentAccountsCoinsSummaryDataEntity(customerId=");
sb.append(str);
sb.append(", expiryDate=");
sb.append(str2);
sb.append(", coinSummary=");
sb.append(kqrVar);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.c.hashCode();
String str = this.a;
int hashCode2 = str == null ? 0 : str.hashCode();
kqr kqrVar = this.e;
return (((hashCode * 31) + hashCode2) * 31) + (kqrVar != null ? kqrVar.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof qlN)) {
return false;
}
qlN qln = (qlN) obj;
return C14957gcv.b((Object) this.c, (Object) qln.c) && C14957gcv.b((Object) this.a, (Object) qln.a) && C14957gcv.b(this.e, qln.e);
}
}