95 lines
2.9 KiB
Java
95 lines
2.9 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Gg, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0422Gg implements Parcelable {
|
|
public static final Parcelable.Creator<C0422Gg> CREATOR = new LWm();
|
|
public final String a;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
|
|
@Override // android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
public C0422Gg(String str, String str2, String str3, String str4) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
this.e = str;
|
|
this.a = str2;
|
|
this.c = str3;
|
|
this.d = str4;
|
|
}
|
|
|
|
private /* synthetic */ C0422Gg(byte b) {
|
|
this("", "", "", "");
|
|
}
|
|
|
|
/* renamed from: o.Gg$LWm */
|
|
/* loaded from: classes3.dex */
|
|
public static final class LWm implements Parcelable.Creator<C0422Gg> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0422Gg createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C0422Gg(parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0422Gg[] newArray(int i) {
|
|
return new C0422Gg[i];
|
|
}
|
|
}
|
|
|
|
@Override // android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeString(this.e);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.c);
|
|
parcel.writeString(this.d);
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.a;
|
|
String str3 = this.c;
|
|
String str4 = this.d;
|
|
StringBuilder sb = new StringBuilder("CardMaskDisplayModel(cardMaskNo=");
|
|
sb.append(str);
|
|
sb.append(", first4DNo=");
|
|
sb.append(str2);
|
|
sb.append(", second2DNo=");
|
|
sb.append(str3);
|
|
sb.append(", last4dNo=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((this.e.hashCode() * 31) + this.a.hashCode()) * 31) + this.c.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0422Gg)) {
|
|
return false;
|
|
}
|
|
C0422Gg c0422Gg = (C0422Gg) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c0422Gg.e) && C14957gcv.b((Object) this.a, (Object) c0422Gg.a) && C14957gcv.b((Object) this.c, (Object) c0422Gg.c) && C14957gcv.b((Object) this.d, (Object) c0422Gg.d);
|
|
}
|
|
|
|
public C0422Gg() {
|
|
this((byte) 0);
|
|
}
|
|
}
|