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.Ye, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1216Ye implements Parcelable {
|
|
public static final Parcelable.Creator<C1216Ye> CREATOR = new LWm();
|
|
public String b;
|
|
public String c;
|
|
public String d;
|
|
public String e;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C1216Ye(String str, String str2, String str3, String str4) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
this.e = str;
|
|
this.b = str2;
|
|
this.c = str3;
|
|
this.d = str4;
|
|
}
|
|
|
|
/* renamed from: o.Ye$LWm */
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements Parcelable.Creator<C1216Ye> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C1216Ye createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C1216Ye(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C1216Ye[] newArray(int i) {
|
|
return new C1216Ye[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.d);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.b;
|
|
String str3 = this.c;
|
|
String str4 = this.d;
|
|
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() {
|
|
return (((((this.e.hashCode() * 31) + this.b.hashCode()) * 31) + this.c.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1216Ye)) {
|
|
return false;
|
|
}
|
|
C1216Ye c1216Ye = (C1216Ye) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c1216Ye.e) && C14957gcv.b((Object) this.b, (Object) c1216Ye.b) && C14957gcv.b((Object) this.c, (Object) c1216Ye.c) && C14957gcv.b((Object) this.d, (Object) c1216Ye.d);
|
|
}
|
|
}
|