115 lines
4.1 KiB
Java
115 lines
4.1 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
|
|
/* renamed from: o.Ff, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0377Ff extends EQ implements Parcelable {
|
|
public static final Parcelable.Creator<C0377Ff> CREATOR = new IeS();
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
private final String g;
|
|
private final String h;
|
|
private final String i;
|
|
private final int j;
|
|
|
|
public C0377Ff(int i, String str, String str2, String str3, String str4, String str5, String str6, String str7) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str7, "");
|
|
this.j = i;
|
|
this.a = str;
|
|
this.i = str2;
|
|
this.h = str3;
|
|
this.g = str4;
|
|
this.b = str5;
|
|
this.d = str6;
|
|
this.c = str7;
|
|
}
|
|
|
|
/* renamed from: o.Ff$IeS */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS implements Parcelable.Creator<C0377Ff> {
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ C0377Ff createFromParcel(Parcel parcel) {
|
|
C14957gcv.e(parcel, "");
|
|
return new C0377Ff(parcel.readInt(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ C0377Ff[] newArray(int i) {
|
|
return new C0377Ff[i];
|
|
}
|
|
}
|
|
|
|
@Override // o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
C14957gcv.e(parcel, "");
|
|
parcel.writeInt(this.j);
|
|
parcel.writeString(this.a);
|
|
parcel.writeString(this.i);
|
|
parcel.writeString(this.h);
|
|
parcel.writeString(this.g);
|
|
parcel.writeString(this.b);
|
|
parcel.writeString(this.d);
|
|
parcel.writeString(this.c);
|
|
}
|
|
|
|
public final String toString() {
|
|
int i = this.j;
|
|
String str = this.a;
|
|
String str2 = this.i;
|
|
String str3 = this.h;
|
|
String str4 = this.g;
|
|
String str5 = this.b;
|
|
String str6 = this.d;
|
|
String str7 = this.c;
|
|
StringBuilder sb = new StringBuilder("CreditCardAccountDisplay(sortSequence=");
|
|
sb.append(i);
|
|
sb.append(", nickname=");
|
|
sb.append(str);
|
|
sb.append(", productTypeCode=");
|
|
sb.append(str2);
|
|
sb.append(", productTypeDescription=");
|
|
sb.append(str3);
|
|
sb.append(", cardRefNo=");
|
|
sb.append(str4);
|
|
sb.append(", cardMask=");
|
|
sb.append(str5);
|
|
sb.append(", cardProductType=");
|
|
sb.append(str6);
|
|
sb.append(", creditCardImageUrl=");
|
|
sb.append(str7);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Integer.hashCode(this.j);
|
|
int hashCode2 = this.a.hashCode();
|
|
int hashCode3 = this.i.hashCode();
|
|
int hashCode4 = this.h.hashCode();
|
|
String str = this.g;
|
|
int hashCode5 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.b;
|
|
int hashCode6 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.d;
|
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0377Ff)) {
|
|
return false;
|
|
}
|
|
C0377Ff c0377Ff = (C0377Ff) obj;
|
|
return this.j == c0377Ff.j && C14957gcv.b((Object) this.a, (Object) c0377Ff.a) && C14957gcv.b((Object) this.i, (Object) c0377Ff.i) && C14957gcv.b((Object) this.h, (Object) c0377Ff.h) && C14957gcv.b((Object) this.g, (Object) c0377Ff.g) && C14957gcv.b((Object) this.b, (Object) c0377Ff.b) && C14957gcv.b((Object) this.d, (Object) c0377Ff.d) && C14957gcv.b((Object) this.c, (Object) c0377Ff.c);
|
|
}
|
|
}
|