99 lines
3.2 KiB
Java
99 lines
3.2 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class Gex {
|
||
|
|
||
|
@SerializedName("customerName")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("allowSwitch")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("isNewSuitability")
|
||
|
public final Boolean c;
|
||
|
|
||
|
@SerializedName("allowPurchase")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("allowRedeem")
|
||
|
public final String e;
|
||
|
|
||
|
@SerializedName("riskAssessmentStatus")
|
||
|
public final Integer f;
|
||
|
|
||
|
@SerializedName("riskScore")
|
||
|
public final Integer g;
|
||
|
|
||
|
@SerializedName("riskLevel")
|
||
|
public final yzb h;
|
||
|
|
||
|
@SerializedName("riskExpiryDate")
|
||
|
public final String j;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
Integer num = this.f;
|
||
|
Integer num2 = this.g;
|
||
|
yzb yzbVar = this.h;
|
||
|
String str2 = this.j;
|
||
|
String str3 = this.d;
|
||
|
String str4 = this.e;
|
||
|
String str5 = this.b;
|
||
|
Boolean bool = this.c;
|
||
|
StringBuilder sb = new StringBuilder("InvestmentDetailsProfileEntity(customerName=");
|
||
|
sb.append(str);
|
||
|
sb.append(", riskAssessmentStatus=");
|
||
|
sb.append(num);
|
||
|
sb.append(", riskScore=");
|
||
|
sb.append(num2);
|
||
|
sb.append(", riskLevel=");
|
||
|
sb.append(yzbVar);
|
||
|
sb.append(", riskExpiryDate=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", allowPurchase=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", allowRedeem=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", allowSwitch=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", isNewSuitability=");
|
||
|
sb.append(bool);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.a;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
Integer num = this.f;
|
||
|
int hashCode2 = num == null ? 0 : num.hashCode();
|
||
|
Integer num2 = this.g;
|
||
|
int hashCode3 = num2 == null ? 0 : num2.hashCode();
|
||
|
yzb yzbVar = this.h;
|
||
|
int hashCode4 = yzbVar == null ? 0 : yzbVar.hashCode();
|
||
|
String str2 = this.j;
|
||
|
int hashCode5 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.d;
|
||
|
int hashCode6 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.e;
|
||
|
int hashCode7 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.b;
|
||
|
int hashCode8 = str5 == null ? 0 : str5.hashCode();
|
||
|
Boolean bool = this.c;
|
||
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (bool != null ? bool.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof Gex)) {
|
||
|
return false;
|
||
|
}
|
||
|
Gex gex = (Gex) obj;
|
||
|
return C14957gcv.b((Object) this.a, (Object) gex.a) && C14957gcv.b(this.f, gex.f) && C14957gcv.b(this.g, gex.g) && C14957gcv.b(this.h, gex.h) && C14957gcv.b((Object) this.j, (Object) gex.j) && C14957gcv.b((Object) this.d, (Object) gex.d) && C14957gcv.b((Object) this.e, (Object) gex.e) && C14957gcv.b((Object) this.b, (Object) gex.b) && C14957gcv.b(this.c, gex.c);
|
||
|
}
|
||
|
}
|