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

108 lines
3.0 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.bza, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C5783bza {
@SerializedName("productName")
public final String a;
@SerializedName("lastName")
public final String b;
@SerializedName("productCode")
public final String c;
@SerializedName("firstName")
public final String d;
@SerializedName("creditcardimageURL")
public final String e;
@SerializedName("subProductCode")
public final String i;
private C5783bza(byte b) {
this.d = null;
this.b = null;
this.c = null;
this.i = null;
this.e = null;
this.a = null;
}
private /* synthetic */ C5783bza(char c) {
this((byte) 0);
}
/* renamed from: o.bza$HBt */
/* loaded from: classes3.dex */
public static final class HBt {
private HBt() {
}
public /* synthetic */ HBt(byte b) {
this();
}
}
public final String toString() {
String str = this.d;
String str2 = this.b;
String str3 = this.c;
String str4 = this.i;
String str5 = this.e;
String str6 = this.a;
StringBuilder sb = new StringBuilder("EasycashDeclineNCBReviewEntity(firstName=");
sb.append(str);
sb.append(", lastName=");
sb.append(str2);
sb.append(", productCode=");
sb.append(str3);
sb.append(", subProductCode=");
sb.append(str4);
sb.append(", creditCardImageURL=");
sb.append(str5);
sb.append(", productName=");
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.b;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.i;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.e;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
String str6 = this.a;
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 C5783bza)) {
return false;
}
C5783bza c5783bza = (C5783bza) obj;
return C14957gcv.b((Object) this.d, (Object) c5783bza.d) && C14957gcv.b((Object) this.b, (Object) c5783bza.b) && C14957gcv.b((Object) this.c, (Object) c5783bza.c) && C14957gcv.b((Object) this.i, (Object) c5783bza.i) && C14957gcv.b((Object) this.e, (Object) c5783bza.e) && C14957gcv.b((Object) this.a, (Object) c5783bza.a);
}
public C5783bza() {
this((char) 0);
}
static {
new HBt((byte) 0);
}
}