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

85 lines
2.7 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.bg, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C4750bg {
@SerializedName("accountNo")
private final String a;
@SerializedName("cardRefNo")
private final String b;
@SerializedName("cardMask")
private final String c;
@SerializedName("applicationId")
private final String d;
@SerializedName("productCode")
private final String e;
@SerializedName("productName")
private final String f;
public C4750bg(String str, String str2, String str3, String str4, String str5, String str6) {
this.d = str;
this.a = str2;
this.b = str3;
this.c = str4;
this.f = str5;
this.e = str6;
}
public final String toString() {
String str = this.d;
String str2 = this.a;
String str3 = this.b;
String str4 = this.c;
String str5 = this.f;
String str6 = this.e;
StringBuilder sb = new StringBuilder("CardList(applicationId=");
sb.append(str);
sb.append(", accountNo=");
sb.append(str2);
sb.append(", cardRefNo=");
sb.append(str3);
sb.append(", cardMask=");
sb.append(str4);
sb.append(", productName=");
sb.append(str5);
sb.append(", productCode=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.b;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.c;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.f;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.e;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str6 != null ? str6.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C4750bg)) {
return false;
}
C4750bg c4750bg = (C4750bg) obj;
return C14957gcv.b((Object) this.d, (Object) c4750bg.d) && C14957gcv.b((Object) this.a, (Object) c4750bg.a) && C14957gcv.b((Object) this.b, (Object) c4750bg.b) && C14957gcv.b((Object) this.c, (Object) c4750bg.c) && C14957gcv.b((Object) this.f, (Object) c4750bg.f) && C14957gcv.b((Object) this.e, (Object) c4750bg.e);
}
}