115 lines
3.9 KiB
Java
115 lines
3.9 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class KbO {
|
|
|
|
@SerializedName("caption")
|
|
public final String a;
|
|
|
|
@SerializedName("assetType")
|
|
public final String b;
|
|
|
|
@SerializedName("fundCode")
|
|
public final String c;
|
|
|
|
@SerializedName("fundDayEndNav")
|
|
public final String d;
|
|
|
|
@SerializedName("fundNavChange")
|
|
public final String e;
|
|
|
|
@SerializedName("fundNavDate")
|
|
public final String f;
|
|
|
|
@SerializedName("ipoEndDate")
|
|
public final String g;
|
|
|
|
@SerializedName("fundPicturePath")
|
|
public final String h;
|
|
|
|
@SerializedName("ipoFundName")
|
|
public final String i;
|
|
|
|
@SerializedName("fundNavChangePercentage")
|
|
public final String j;
|
|
|
|
@SerializedName("ipoStartDate")
|
|
public final String l;
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.h;
|
|
String str3 = this.a;
|
|
String str4 = this.c;
|
|
String str5 = this.d;
|
|
String str6 = this.e;
|
|
String str7 = this.j;
|
|
String str8 = this.f;
|
|
String str9 = this.i;
|
|
String str10 = this.l;
|
|
String str11 = this.g;
|
|
StringBuilder sb = new StringBuilder("DiscoverRecommendEntity(assetType=");
|
|
sb.append(str);
|
|
sb.append(", fundPicturePath=");
|
|
sb.append(str2);
|
|
sb.append(", caption=");
|
|
sb.append(str3);
|
|
sb.append(", fundCode=");
|
|
sb.append(str4);
|
|
sb.append(", fundDayEndNav=");
|
|
sb.append(str5);
|
|
sb.append(", fundNavChange=");
|
|
sb.append(str6);
|
|
sb.append(", fundNavChangePercentage=");
|
|
sb.append(str7);
|
|
sb.append(", fundNavDate=");
|
|
sb.append(str8);
|
|
sb.append(", ipoFundName=");
|
|
sb.append(str9);
|
|
sb.append(", ipoStartDate=");
|
|
sb.append(str10);
|
|
sb.append(", ipoEndDate=");
|
|
sb.append(str11);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.b;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.h;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.a;
|
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.c;
|
|
int hashCode4 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.d;
|
|
int hashCode5 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.e;
|
|
int hashCode6 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.j;
|
|
int hashCode7 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.f;
|
|
int hashCode8 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.i;
|
|
int hashCode9 = str9 == null ? 0 : str9.hashCode();
|
|
String str10 = this.l;
|
|
int hashCode10 = str10 == null ? 0 : str10.hashCode();
|
|
String str11 = this.g;
|
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str11 != null ? str11.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof KbO)) {
|
|
return false;
|
|
}
|
|
KbO kbO = (KbO) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) kbO.b) && C14957gcv.b((Object) this.h, (Object) kbO.h) && C14957gcv.b((Object) this.a, (Object) kbO.a) && C14957gcv.b((Object) this.c, (Object) kbO.c) && C14957gcv.b((Object) this.d, (Object) kbO.d) && C14957gcv.b((Object) this.e, (Object) kbO.e) && C14957gcv.b((Object) this.j, (Object) kbO.j) && C14957gcv.b((Object) this.f, (Object) kbO.f) && C14957gcv.b((Object) this.i, (Object) kbO.i) && C14957gcv.b((Object) this.l, (Object) kbO.l) && C14957gcv.b((Object) this.g, (Object) kbO.g);
|
|
}
|
|
}
|