101 lines
2.9 KiB
Java
101 lines
2.9 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class kFs extends BBq {
|
|
|
|
@SerializedName("cardRefNo")
|
|
public final String b;
|
|
|
|
@SerializedName("cardMask")
|
|
public final String c;
|
|
|
|
@SerializedName("cardProductType")
|
|
public final Ikz d;
|
|
|
|
@SerializedName("sourceSystem")
|
|
public final String f;
|
|
|
|
@SerializedName("entity")
|
|
public final String g;
|
|
|
|
@SerializedName("productType")
|
|
public final yzb i;
|
|
|
|
@SerializedName("creditcardimageURL")
|
|
public final String j;
|
|
|
|
private /* synthetic */ kFs(char c) {
|
|
this((byte) 0);
|
|
}
|
|
|
|
private kFs(byte b) {
|
|
this.b = null;
|
|
this.c = null;
|
|
this.i = null;
|
|
this.d = null;
|
|
this.j = null;
|
|
this.f = null;
|
|
this.g = null;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.c;
|
|
yzb yzbVar = this.i;
|
|
Ikz ikz = this.d;
|
|
String str3 = this.j;
|
|
String str4 = this.f;
|
|
String str5 = this.g;
|
|
StringBuilder sb = new StringBuilder("CardAccountEntity(cardRefNo=");
|
|
sb.append(str);
|
|
sb.append(", cardMask=");
|
|
sb.append(str2);
|
|
sb.append(", productType=");
|
|
sb.append(yzbVar);
|
|
sb.append(", cardProductType=");
|
|
sb.append(ikz);
|
|
sb.append(", creditCardImageUrl=");
|
|
sb.append(str3);
|
|
sb.append(", sourceSystem=");
|
|
sb.append(str4);
|
|
sb.append(", entity=");
|
|
sb.append(str5);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.b;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.c;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
yzb yzbVar = this.i;
|
|
int hashCode3 = yzbVar == null ? 0 : yzbVar.hashCode();
|
|
Ikz ikz = this.d;
|
|
int hashCode4 = ikz == null ? 0 : ikz.hashCode();
|
|
String str3 = this.j;
|
|
int hashCode5 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.f;
|
|
int hashCode6 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.g;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str5 != null ? str5.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof kFs)) {
|
|
return false;
|
|
}
|
|
kFs kfs = (kFs) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) kfs.b) && C14957gcv.b((Object) this.c, (Object) kfs.c) && C14957gcv.b(this.i, kfs.i) && C14957gcv.b(this.d, kfs.d) && C14957gcv.b((Object) this.j, (Object) kfs.j) && C14957gcv.b((Object) this.f, (Object) kfs.f) && C14957gcv.b((Object) this.g, (Object) kfs.g);
|
|
}
|
|
|
|
public kFs() {
|
|
this((char) 0);
|
|
}
|
|
}
|