119 lines
4.1 KiB
Java
119 lines
4.1 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Yml extends C16562pOe {
|
|
|
|
@SerializedName("cardRemark")
|
|
public final String a;
|
|
|
|
@SerializedName("annualRate")
|
|
public final String b;
|
|
|
|
@SerializedName("email")
|
|
public final String c;
|
|
|
|
@SerializedName("cardIconUrl")
|
|
public final String d;
|
|
|
|
@SerializedName("cardHolderName")
|
|
public final String e;
|
|
|
|
@SerializedName("merchantMetaData")
|
|
public final C16203mIE f;
|
|
|
|
@SerializedName("remark")
|
|
public final String g;
|
|
|
|
@SerializedName("pointCustomerName")
|
|
public final String h;
|
|
|
|
@SerializedName("fee")
|
|
public final String i;
|
|
|
|
@SerializedName("partnerSubType")
|
|
public final String j;
|
|
|
|
@SerializedName("termAndCon")
|
|
public final String m;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
@SerializedName("transactionToken")
|
|
public final String f8471o;
|
|
|
|
public final String toString() {
|
|
String str = this.f8471o;
|
|
String str2 = this.j;
|
|
String str3 = this.d;
|
|
String str4 = this.i;
|
|
String str5 = this.b;
|
|
String str6 = this.m;
|
|
String str7 = this.e;
|
|
String str8 = this.c;
|
|
String str9 = this.g;
|
|
C16203mIE c16203mIE = this.f;
|
|
String str10 = this.a;
|
|
String str11 = this.h;
|
|
StringBuilder sb = new StringBuilder("PurchaseVerificationDataEntity(transactionToken=");
|
|
sb.append(str);
|
|
sb.append(", partnerSubType=");
|
|
sb.append(str2);
|
|
sb.append(", cardIconUrl=");
|
|
sb.append(str3);
|
|
sb.append(", fee=");
|
|
sb.append(str4);
|
|
sb.append(", annualRate=");
|
|
sb.append(str5);
|
|
sb.append(", termAndCon=");
|
|
sb.append(str6);
|
|
sb.append(", cardHolderName=");
|
|
sb.append(str7);
|
|
sb.append(", email=");
|
|
sb.append(str8);
|
|
sb.append(", remark=");
|
|
sb.append(str9);
|
|
sb.append(", merchantMetaData=");
|
|
sb.append(c16203mIE);
|
|
sb.append(", cardRemark=");
|
|
sb.append(str10);
|
|
sb.append(", pointCustomerName=");
|
|
sb.append(str11);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.f8471o.hashCode();
|
|
int hashCode2 = this.j.hashCode();
|
|
int hashCode3 = this.d.hashCode();
|
|
int hashCode4 = this.i.hashCode();
|
|
String str = this.b;
|
|
int hashCode5 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.m;
|
|
int hashCode6 = str2 == null ? 0 : str2.hashCode();
|
|
int hashCode7 = this.e.hashCode();
|
|
String str3 = this.c;
|
|
int hashCode8 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.g;
|
|
int hashCode9 = str4 == null ? 0 : str4.hashCode();
|
|
C16203mIE c16203mIE = this.f;
|
|
int hashCode10 = c16203mIE == null ? 0 : c16203mIE.hashCode();
|
|
String str5 = this.a;
|
|
int hashCode11 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.h;
|
|
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + (str6 != null ? str6.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof Yml)) {
|
|
return false;
|
|
}
|
|
Yml yml = (Yml) obj;
|
|
return C14957gcv.b((Object) this.f8471o, (Object) yml.f8471o) && C14957gcv.b((Object) this.j, (Object) yml.j) && C14957gcv.b((Object) this.d, (Object) yml.d) && C14957gcv.b((Object) this.i, (Object) yml.i) && C14957gcv.b((Object) this.b, (Object) yml.b) && C14957gcv.b((Object) this.m, (Object) yml.m) && C14957gcv.b((Object) this.e, (Object) yml.e) && C14957gcv.b((Object) this.c, (Object) yml.c) && C14957gcv.b((Object) this.g, (Object) yml.g) && C14957gcv.b(this.f, yml.f) && C14957gcv.b((Object) this.a, (Object) yml.a) && C14957gcv.b((Object) this.h, (Object) yml.h);
|
|
}
|
|
}
|