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

75 lines
2.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.Uxz, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public class C1069Uxz {
@SerializedName("productDescription")
private String a;
@SerializedName("accountType")
private String b;
@SerializedName("productName")
private String c;
@SerializedName("productCode")
private String d;
@SerializedName("objectiveId")
private String e;
@SerializedName("productSubAttribute")
private String j;
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C1069Uxz)) {
return false;
}
C1069Uxz c1069Uxz = (C1069Uxz) obj;
String str = this.b;
if (str == null ? c1069Uxz.b != null : !str.equals(c1069Uxz.b)) {
return false;
}
String str2 = this.d;
if (str2 == null ? c1069Uxz.d != null : !str2.equals(c1069Uxz.d)) {
return false;
}
String str3 = this.c;
if (str3 == null ? c1069Uxz.c != null : !str3.equals(c1069Uxz.c)) {
return false;
}
String str4 = this.j;
if (str4 == null ? c1069Uxz.j != null : !str4.equals(c1069Uxz.j)) {
return false;
}
String str5 = this.a;
if (str5 == null ? c1069Uxz.a != null : !str5.equals(c1069Uxz.a)) {
return false;
}
String str6 = this.e;
String str7 = c1069Uxz.e;
return str6 != null ? str6.equals(str7) : str7 == null;
}
public int hashCode() {
String str = this.b;
int hashCode = str != null ? str.hashCode() : 0;
String str2 = this.d;
int hashCode2 = str2 != null ? str2.hashCode() : 0;
String str3 = this.c;
int hashCode3 = str3 != null ? str3.hashCode() : 0;
String str4 = this.j;
int hashCode4 = str4 != null ? str4.hashCode() : 0;
String str5 = this.a;
int hashCode5 = str5 != null ? str5.hashCode() : 0;
String str6 = this.e;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str6 != null ? str6.hashCode() : 0);
}
}