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

58 lines
1.6 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 aIJ {
@SerializedName("productType")
public final AAA a;
@SerializedName("newFlag")
public final String b;
@SerializedName("newFee")
public final MCa c;
@SerializedName("cardImageUrl")
public final String d;
@SerializedName("prepaidCardType")
public final String e;
public final String toString() {
String str = this.b;
String str2 = this.e;
String str3 = this.d;
MCa mCa = this.c;
AAA aaa = this.a;
StringBuilder sb = new StringBuilder("PrepaidCardTypeEntity(newFlag=");
sb.append(str);
sb.append(", prepaidCardType=");
sb.append(str2);
sb.append(", cardImageUrl=");
sb.append(str3);
sb.append(", newFee=");
sb.append(mCa);
sb.append(", productType=");
sb.append(aaa);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((this.b.hashCode() * 31) + this.e.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof aIJ)) {
return false;
}
aIJ aij = (aIJ) obj;
return C14957gcv.b((Object) this.b, (Object) aij.b) && C14957gcv.b((Object) this.e, (Object) aij.e) && C14957gcv.b((Object) this.d, (Object) aij.d) && C14957gcv.b(this.c, aij.c) && C14957gcv.b(this.a, aij.a);
}
}