146 lines
5.3 KiB
Java
146 lines
5.3 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class PB extends AbstractC0846Pw {
|
|
public static final Parcelable.Creator<PB> CREATOR = new IeS();
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String f;
|
|
public final String g;
|
|
public final String h;
|
|
public final String i;
|
|
public final String j;
|
|
private final int k;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public final String f8312o;
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public PB(int i, String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10) {
|
|
super((byte) 0);
|
|
this.k = i;
|
|
this.g = str;
|
|
this.i = str2;
|
|
this.f = str3;
|
|
this.a = str4;
|
|
this.b = str5;
|
|
this.h = str6;
|
|
this.c = str7;
|
|
this.j = str8;
|
|
this.d = str9;
|
|
this.f8312o = str10;
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS implements Parcelable.Creator<PB> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ PB createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new PB(parcel.readInt(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ PB[] newArray(int i) {
|
|
return new PB[i];
|
|
}
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof PB)) {
|
|
return false;
|
|
}
|
|
PB pb = (PB) obj;
|
|
return this.k == pb.k && C14957gcv.b((Object) this.g, (Object) pb.g) && C14957gcv.b((Object) this.i, (Object) pb.i) && C14957gcv.b((Object) this.f, (Object) pb.f) && C14957gcv.b((Object) this.a, (Object) pb.a) && C14957gcv.b((Object) this.b, (Object) pb.b) && C14957gcv.b((Object) this.h, (Object) pb.h) && C14957gcv.b((Object) this.c, (Object) pb.c) && C14957gcv.b((Object) this.j, (Object) pb.j) && C14957gcv.b((Object) this.d, (Object) pb.d) && C14957gcv.b((Object) this.f8312o, (Object) pb.f8312o);
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Integer.hashCode(this.k);
|
|
String str = this.g;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.i;
|
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.f;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.a;
|
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.b;
|
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.h;
|
|
int hashCode7 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.c;
|
|
int hashCode8 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.j;
|
|
int hashCode9 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.d;
|
|
int hashCode10 = str9 == null ? 0 : str9.hashCode();
|
|
String str10 = this.f8312o;
|
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str10 != null ? str10.hashCode() : 0);
|
|
}
|
|
|
|
public final String toString() {
|
|
int i = this.k;
|
|
String str = this.g;
|
|
String str2 = this.i;
|
|
String str3 = this.f;
|
|
String str4 = this.a;
|
|
String str5 = this.b;
|
|
String str6 = this.h;
|
|
String str7 = this.c;
|
|
String str8 = this.j;
|
|
String str9 = this.d;
|
|
String str10 = this.f8312o;
|
|
StringBuilder sb = new StringBuilder("SwitchOutSearchFundDisplay(sortSequence=");
|
|
sb.append(i);
|
|
sb.append(", fundCode=");
|
|
sb.append(str);
|
|
sb.append(", fundDescription=");
|
|
sb.append(str2);
|
|
sb.append(", fundType=");
|
|
sb.append(str3);
|
|
sb.append(", availableUnit=");
|
|
sb.append(str4);
|
|
sb.append(", availableAmount=");
|
|
sb.append(str5);
|
|
sb.append(", nav=");
|
|
sb.append(str6);
|
|
sb.append(", fundByAmount=");
|
|
sb.append(str7);
|
|
sb.append(", fundByUnits=");
|
|
sb.append(str8);
|
|
sb.append(", backEndFee=");
|
|
sb.append(str9);
|
|
sb.append(", switchOutFullFundCode=");
|
|
sb.append(str10);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeInt(this.k);
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.f);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.j);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.f8312o);
|
|
}
|
|
}
|