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

68 lines
2.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.vDx, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C17243vDx {
@SerializedName("transactionToken")
public final String a;
@SerializedName("cardIconUrl")
public final String b;
@SerializedName("fee")
public final String c;
@SerializedName("cardHolderName")
public final String d;
@SerializedName("pointCustomerName")
public final String e;
public final String toString() {
String str = this.a;
String str2 = this.b;
String str3 = this.c;
String str4 = this.e;
String str5 = this.d;
StringBuilder sb = new StringBuilder("PointXPurchaseVerificationEntity(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() {
String str = this.a;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.b;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.e;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.d;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str5 != null ? str5.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C17243vDx)) {
return false;
}
C17243vDx c17243vDx = (C17243vDx) obj;
return C14957gcv.b((Object) this.a, (Object) c17243vDx.a) && C14957gcv.b((Object) this.b, (Object) c17243vDx.b) && C14957gcv.b((Object) this.c, (Object) c17243vDx.c) && C14957gcv.b((Object) this.e, (Object) c17243vDx.e) && C14957gcv.b((Object) this.d, (Object) c17243vDx.d);
}
}