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

84 lines
2.7 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.mZI, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16232mZI {
@SerializedName("switchInFullFundCode")
public final String a;
@SerializedName("switchInFund")
public final yzb b;
@SerializedName("fundClass")
public final String c;
@SerializedName("frontEndFee")
public final Double d;
@SerializedName("sortSequence")
public final Integer e;
@SerializedName("yield")
public final Double f;
@SerializedName("switchInFundType")
public final String h;
public final String toString() {
Integer num = this.e;
yzb yzbVar = this.b;
String str = this.h;
Double d = this.d;
String str2 = this.c;
String str3 = this.a;
Double d2 = this.f;
StringBuilder sb = new StringBuilder("SwitchInSearchFundEntity(sortSequence=");
sb.append(num);
sb.append(", switchInFund=");
sb.append(yzbVar);
sb.append(", switchInFundType=");
sb.append(str);
sb.append(", frontEndFee=");
sb.append(d);
sb.append(", fundClass=");
sb.append(str2);
sb.append(", switchInFullFundCode=");
sb.append(str3);
sb.append(", yield=");
sb.append(d2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.e;
int hashCode = num == null ? 0 : num.hashCode();
yzb yzbVar = this.b;
int hashCode2 = yzbVar == null ? 0 : yzbVar.hashCode();
String str = this.h;
int hashCode3 = str == null ? 0 : str.hashCode();
Double d = this.d;
int hashCode4 = d == null ? 0 : d.hashCode();
String str2 = this.c;
int hashCode5 = str2 == null ? 0 : str2.hashCode();
String str3 = this.a;
int hashCode6 = str3 == null ? 0 : str3.hashCode();
Double d2 = this.f;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (d2 != null ? d2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16232mZI)) {
return false;
}
C16232mZI c16232mZI = (C16232mZI) obj;
return C14957gcv.b(this.e, c16232mZI.e) && C14957gcv.b(this.b, c16232mZI.b) && C14957gcv.b((Object) this.h, (Object) c16232mZI.h) && C14957gcv.b(this.d, c16232mZI.d) && C14957gcv.b((Object) this.c, (Object) c16232mZI.c) && C14957gcv.b((Object) this.a, (Object) c16232mZI.a) && C14957gcv.b(this.f, c16232mZI.f);
}
}