73 lines
2.2 KiB
Java
73 lines
2.2 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Wv, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1153Wv implements Parcelable {
|
|
public static final Parcelable.Creator<C1153Wv> CREATOR = new HBt();
|
|
public final String a;
|
|
public final String d;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C1153Wv(String str, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.d = str;
|
|
this.a = str2;
|
|
}
|
|
|
|
/* renamed from: o.Wv$HBt */
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt implements Parcelable.Creator<C1153Wv> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C1153Wv createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C1153Wv(parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C1153Wv[] newArray(int i) {
|
|
return new C1153Wv[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.a);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.a;
|
|
StringBuilder sb = new StringBuilder("SingleFormInvestmentObjectiveDisplay(investmentObjectiveDescription=");
|
|
sb.append(str);
|
|
sb.append(", investmentObjective=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.d.hashCode() * 31) + this.a.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1153Wv)) {
|
|
return false;
|
|
}
|
|
C1153Wv c1153Wv = (C1153Wv) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) c1153Wv.d) && C14957gcv.b((Object) this.a, (Object) c1153Wv.a);
|
|
}
|
|
}
|