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

107 lines
3.5 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class DEY {
@SerializedName("nav")
public final Double a;
@SerializedName("availableAmount")
public final Double b;
@SerializedName("sortSequence")
public final Integer c;
@SerializedName("availableUnit")
public final Double d;
@SerializedName("backEndFee")
public final Double e;
@SerializedName("switchOutFundType")
public final String f;
@SerializedName("switchOutFullFundCode")
public final String g;
@SerializedName("switchByUnits")
public final String h;
@SerializedName("switchOutFund")
public final yzb i;
@SerializedName("switchByAmount")
public final String j;
public final String toString() {
Integer num = this.c;
yzb yzbVar = this.i;
String str = this.g;
Double d = this.d;
Double d2 = this.b;
Double d3 = this.a;
String str2 = this.f;
String str3 = this.j;
String str4 = this.h;
Double d4 = this.e;
StringBuilder sb = new StringBuilder("SwitchOutSearchFundEntity(sortSequence=");
sb.append(num);
sb.append(", switchOutFund=");
sb.append(yzbVar);
sb.append(", switchOutFullFundCode=");
sb.append(str);
sb.append(", availableUnit=");
sb.append(d);
sb.append(", availableAmount=");
sb.append(d2);
sb.append(", nav=");
sb.append(d3);
sb.append(", switchOutFundType=");
sb.append(str2);
sb.append(", switchByAmount=");
sb.append(str3);
sb.append(", switchByUnits=");
sb.append(str4);
sb.append(", backEndFee=");
sb.append(d4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.c;
int hashCode = num == null ? 0 : num.hashCode();
yzb yzbVar = this.i;
int hashCode2 = yzbVar == null ? 0 : yzbVar.hashCode();
String str = this.g;
int hashCode3 = str == null ? 0 : str.hashCode();
Double d = this.d;
int hashCode4 = d == null ? 0 : d.hashCode();
Double d2 = this.b;
int hashCode5 = d2 == null ? 0 : d2.hashCode();
Double d3 = this.a;
int hashCode6 = d3 == null ? 0 : d3.hashCode();
String str2 = this.f;
int hashCode7 = str2 == null ? 0 : str2.hashCode();
String str3 = this.j;
int hashCode8 = str3 == null ? 0 : str3.hashCode();
String str4 = this.h;
int hashCode9 = str4 == null ? 0 : str4.hashCode();
Double d4 = this.e;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (d4 != null ? d4.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof DEY)) {
return false;
}
DEY dey = (DEY) obj;
return C14957gcv.b(this.c, dey.c) && C14957gcv.b(this.i, dey.i) && C14957gcv.b((Object) this.g, (Object) dey.g) && C14957gcv.b(this.d, dey.d) && C14957gcv.b(this.b, dey.b) && C14957gcv.b(this.a, dey.a) && C14957gcv.b((Object) this.f, (Object) dey.f) && C14957gcv.b((Object) this.j, (Object) dey.j) && C14957gcv.b((Object) this.h, (Object) dey.h) && C14957gcv.b(this.e, dey.e);
}
}