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

59 lines
1.8 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class nET {
public final String a;
public final String b;
private final String c;
public final String d;
public final String e;
public nET(String str, String str2, String str3, String str4, String str5) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
this.d = str;
this.e = str2;
this.b = str3;
this.a = str4;
this.c = str5;
}
public final String toString() {
String str = this.d;
String str2 = this.e;
String str3 = this.b;
String str4 = this.a;
String str5 = this.c;
StringBuilder sb = new StringBuilder("PointXPurchaseVerification(transactionToken=");
sb.append(str);
sb.append(", cardIconUrl=");
sb.append(str2);
sb.append(", fee=");
sb.append(str3);
sb.append(", pointCustomerName=");
sb.append(str4);
sb.append(", cardHolderName=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((this.d.hashCode() * 31) + this.e.hashCode()) * 31) + this.b.hashCode()) * 31) + this.a.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof nET)) {
return false;
}
nET net2 = (nET) obj;
return C14957gcv.b((Object) this.d, (Object) net2.d) && C14957gcv.b((Object) this.e, (Object) net2.e) && C14957gcv.b((Object) this.b, (Object) net2.b) && C14957gcv.b((Object) this.a, (Object) net2.a) && C14957gcv.b((Object) this.c, (Object) net2.c);
}
}