82 lines
2.6 KiB
Java
82 lines
2.6 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class DdJ {
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public double c;
|
||
|
public int d;
|
||
|
public String e;
|
||
|
public Double g;
|
||
|
public String h;
|
||
|
public String i;
|
||
|
|
||
|
public DdJ(int i, String str, String str2, String str3, String str4, double d, String str5, Double d2) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
this.d = i;
|
||
|
this.b = str;
|
||
|
this.e = str2;
|
||
|
this.i = str3;
|
||
|
this.h = str4;
|
||
|
this.c = d;
|
||
|
this.a = str5;
|
||
|
this.g = d2;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
int i = this.d;
|
||
|
String str = this.b;
|
||
|
String str2 = this.e;
|
||
|
String str3 = this.i;
|
||
|
String str4 = this.h;
|
||
|
double d = this.c;
|
||
|
String str5 = this.a;
|
||
|
Double d2 = this.g;
|
||
|
StringBuilder sb = new StringBuilder("SwitchInSearchFund(sortSequence=");
|
||
|
sb.append(i);
|
||
|
sb.append(", switchInFundCode=");
|
||
|
sb.append(str);
|
||
|
sb.append(", switchInFullFundCode=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", switchInFundDescription=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", switchInFundType=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", frontEndFee=");
|
||
|
sb.append(d);
|
||
|
sb.append(", fundClass=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", yield=");
|
||
|
sb.append(d2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = Integer.hashCode(this.d);
|
||
|
int hashCode2 = this.b.hashCode();
|
||
|
int hashCode3 = this.e.hashCode();
|
||
|
int hashCode4 = this.i.hashCode();
|
||
|
int hashCode5 = this.h.hashCode();
|
||
|
int hashCode6 = Double.hashCode(this.c);
|
||
|
int hashCode7 = this.a.hashCode();
|
||
|
Double d = this.g;
|
||
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (d == null ? 0 : d.hashCode());
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof DdJ)) {
|
||
|
return false;
|
||
|
}
|
||
|
DdJ ddJ = (DdJ) obj;
|
||
|
return this.d == ddJ.d && C14957gcv.b((Object) this.b, (Object) ddJ.b) && C14957gcv.b((Object) this.e, (Object) ddJ.e) && C14957gcv.b((Object) this.i, (Object) ddJ.i) && C14957gcv.b((Object) this.h, (Object) ddJ.h) && Double.compare(this.c, ddJ.c) == 0 && C14957gcv.b((Object) this.a, (Object) ddJ.a) && C14957gcv.b(this.g, ddJ.g);
|
||
|
}
|
||
|
}
|