87 lines
2.7 KiB
Java
87 lines
2.7 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Vp, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1099Vp implements Parcelable {
|
|
public static final Parcelable.Creator<C1099Vp> CREATOR = new Sts();
|
|
public String a;
|
|
public String b;
|
|
public String c;
|
|
public String e;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C1099Vp(String str, String str2, String str3, String str4) {
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
this.c = str;
|
|
this.a = str2;
|
|
this.b = str3;
|
|
this.e = str4;
|
|
}
|
|
|
|
/* renamed from: o.Vp$Sts */
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts implements Parcelable.Creator<C1099Vp> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C1099Vp createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C1099Vp(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C1099Vp[] newArray(int i) {
|
|
return new C1099Vp[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.e);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.a;
|
|
String str3 = this.b;
|
|
String str4 = this.e;
|
|
StringBuilder sb = new StringBuilder("AccountFromDisplay(logo=");
|
|
sb.append(str);
|
|
sb.append(", name=");
|
|
sb.append(str2);
|
|
sb.append(", rawAccountNumber=");
|
|
sb.append(str3);
|
|
sb.append(", maskedAccountNumber=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.c;
|
|
return ((((((str == null ? 0 : str.hashCode()) * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1099Vp)) {
|
|
return false;
|
|
}
|
|
C1099Vp c1099Vp = (C1099Vp) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) c1099Vp.c) && C14957gcv.b((Object) this.a, (Object) c1099Vp.a) && C14957gcv.b((Object) this.b, (Object) c1099Vp.b) && C14957gcv.b((Object) this.e, (Object) c1099Vp.e);
|
|
}
|
|
}
|