126 lines
4.1 KiB
Java
126 lines
4.1 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.Pj, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0830Pj implements Parcelable {
|
||
|
public static final Parcelable.Creator<C0830Pj> CREATOR = new HBt();
|
||
|
public String a;
|
||
|
public String b;
|
||
|
public String c;
|
||
|
public List<String> d;
|
||
|
public String e;
|
||
|
public String g;
|
||
|
public Double j;
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final int describeContents() {
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public C0830Pj(String str, String str2, String str3, Double d, String str4, String str5, List<String> list) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
C14957gcv.e(list, "");
|
||
|
this.a = str;
|
||
|
this.b = str2;
|
||
|
this.e = str3;
|
||
|
this.j = d;
|
||
|
this.g = str4;
|
||
|
this.c = str5;
|
||
|
this.d = list;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.Pj$HBt */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class HBt implements Parcelable.Creator<C0830Pj> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ C0830Pj createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new C0830Pj(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() == 0 ? null : Double.valueOf(parcel.readDouble()), parcel.readString(), parcel.readString(), parcel.createStringArrayList());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ C0830Pj[] newArray(int i) {
|
||
|
return new C0830Pj[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ C0830Pj(byte b) {
|
||
|
this("", "", "", null, "", "", C14851gaI.c);
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.a);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.e);
|
||
|
Double d = this.j;
|
||
|
if (d == null) {
|
||
|
parcel.writeInt(0);
|
||
|
} else {
|
||
|
parcel.writeInt(1);
|
||
|
parcel.writeDouble(d.doubleValue());
|
||
|
}
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeStringList(this.d);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
String str2 = this.b;
|
||
|
String str3 = this.e;
|
||
|
Double d = this.j;
|
||
|
String str4 = this.g;
|
||
|
String str5 = this.c;
|
||
|
List<String> list = this.d;
|
||
|
StringBuilder sb = new StringBuilder("DiscoverFundDisplay(fundCode=");
|
||
|
sb.append(str);
|
||
|
sb.append(", fundName=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", brokerShortName=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", yield=");
|
||
|
sb.append(d);
|
||
|
sb.append(", yieldFormatted=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", asOfDate=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", tags=");
|
||
|
sb.append(list);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.a.hashCode();
|
||
|
int hashCode2 = this.b.hashCode();
|
||
|
int hashCode3 = this.e.hashCode();
|
||
|
Double d = this.j;
|
||
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (d == null ? 0 : d.hashCode())) * 31) + this.g.hashCode()) * 31) + this.c.hashCode()) * 31) + this.d.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0830Pj)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0830Pj c0830Pj = (C0830Pj) obj;
|
||
|
return C14957gcv.b((Object) this.a, (Object) c0830Pj.a) && C14957gcv.b((Object) this.b, (Object) c0830Pj.b) && C14957gcv.b((Object) this.e, (Object) c0830Pj.e) && C14957gcv.b(this.j, c0830Pj.j) && C14957gcv.b((Object) this.g, (Object) c0830Pj.g) && C14957gcv.b((Object) this.c, (Object) c0830Pj.c) && C14957gcv.b(this.d, c0830Pj.d);
|
||
|
}
|
||
|
|
||
|
public C0830Pj() {
|
||
|
this((byte) 0);
|
||
|
}
|
||
|
}
|