176 lines
6.6 KiB
Java
176 lines
6.6 KiB
Java
|
package o;
|
||
|
|
||
|
import android.os.Parcel;
|
||
|
import android.os.Parcelable;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class MM extends EQ implements Parcelable {
|
||
|
public static final Parcelable.Creator<MM> CREATOR = new LWm();
|
||
|
public final boolean a;
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
private final String f;
|
||
|
private final String g;
|
||
|
private final String h;
|
||
|
public final String i;
|
||
|
public final String j;
|
||
|
private final String k;
|
||
|
private final String l;
|
||
|
private final int m;
|
||
|
private final String n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
private final String f8266o;
|
||
|
private final String q;
|
||
|
|
||
|
public MM(String str, int i, String str2, String str3, String str4, String str5, String str6, boolean z, String str7, String str8, String str9, String str10, String str11, String str12, String str13) {
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
this.l = str;
|
||
|
this.m = i;
|
||
|
this.k = str2;
|
||
|
this.f8266o = str3;
|
||
|
this.j = str4;
|
||
|
this.c = str5;
|
||
|
this.i = str6;
|
||
|
this.a = z;
|
||
|
this.d = str7;
|
||
|
this.n = str8;
|
||
|
this.f = str9;
|
||
|
this.g = str10;
|
||
|
this.q = str11;
|
||
|
this.b = str12;
|
||
|
this.h = str13;
|
||
|
}
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class LWm implements Parcelable.Creator<MM> {
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* synthetic */ MM createFromParcel(Parcel parcel) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
return new MM(parcel.readString(), parcel.readInt(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readInt() != 0, parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString(), parcel.readString());
|
||
|
}
|
||
|
|
||
|
@Override // android.os.Parcelable.Creator
|
||
|
public final /* bridge */ /* synthetic */ MM[] newArray(int i) {
|
||
|
return new MM[i];
|
||
|
}
|
||
|
}
|
||
|
|
||
|
@Override // o.EQ, android.os.Parcelable
|
||
|
public final void writeToParcel(Parcel parcel, int i) {
|
||
|
C14957gcv.e(parcel, "");
|
||
|
parcel.writeString(this.l);
|
||
|
parcel.writeInt(this.m);
|
||
|
parcel.writeString(this.k);
|
||
|
parcel.writeString(this.f8266o);
|
||
|
parcel.writeString(this.j);
|
||
|
parcel.writeString(this.c);
|
||
|
parcel.writeString(this.i);
|
||
|
parcel.writeInt(this.a ? 1 : 0);
|
||
|
parcel.writeString(this.d);
|
||
|
parcel.writeString(this.n);
|
||
|
parcel.writeString(this.f);
|
||
|
parcel.writeString(this.g);
|
||
|
parcel.writeString(this.q);
|
||
|
parcel.writeString(this.b);
|
||
|
parcel.writeString(this.h);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.l;
|
||
|
int i = this.m;
|
||
|
String str2 = this.k;
|
||
|
String str3 = this.f8266o;
|
||
|
String str4 = this.j;
|
||
|
String str5 = this.c;
|
||
|
String str6 = this.i;
|
||
|
boolean z = this.a;
|
||
|
String str7 = this.d;
|
||
|
String str8 = this.n;
|
||
|
String str9 = this.f;
|
||
|
String str10 = this.g;
|
||
|
String str11 = this.q;
|
||
|
String str12 = this.b;
|
||
|
String str13 = this.h;
|
||
|
StringBuilder sb = new StringBuilder("SubProductTilesListDisplay(tileId=");
|
||
|
sb.append(str);
|
||
|
sb.append(", sortSequence=");
|
||
|
sb.append(i);
|
||
|
sb.append(", tileType=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", tileSubType=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", tileName=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", imageURL=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", tileDescription=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", enabled=");
|
||
|
sb.append(z);
|
||
|
sb.append(", productType=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", productGroup=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", creditLimit=");
|
||
|
sb.append(str9);
|
||
|
sb.append(", label=");
|
||
|
sb.append(str10);
|
||
|
sb.append(", type=");
|
||
|
sb.append(str11);
|
||
|
sb.append(", deeplink=");
|
||
|
sb.append(str12);
|
||
|
sb.append(", functionId=");
|
||
|
sb.append(str13);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public final int hashCode() {
|
||
|
String str = this.l;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
int hashCode2 = Integer.hashCode(this.m);
|
||
|
int hashCode3 = this.k.hashCode();
|
||
|
int hashCode4 = this.f8266o.hashCode();
|
||
|
int hashCode5 = this.j.hashCode();
|
||
|
String str2 = this.c;
|
||
|
int hashCode6 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.i;
|
||
|
int hashCode7 = str3 == null ? 0 : str3.hashCode();
|
||
|
boolean z = this.a;
|
||
|
int i = z;
|
||
|
if (z != 0) {
|
||
|
i = 1;
|
||
|
}
|
||
|
String str4 = this.d;
|
||
|
int hashCode8 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.n;
|
||
|
int hashCode9 = str5 == null ? 0 : str5.hashCode();
|
||
|
String str6 = this.f;
|
||
|
int hashCode10 = str6 == null ? 0 : str6.hashCode();
|
||
|
String str7 = this.g;
|
||
|
int hashCode11 = str7 == null ? 0 : str7.hashCode();
|
||
|
String str8 = this.q;
|
||
|
int hashCode12 = str8 == null ? 0 : str8.hashCode();
|
||
|
String str9 = this.b;
|
||
|
int hashCode13 = str9 == null ? 0 : str9.hashCode();
|
||
|
String str10 = this.h;
|
||
|
return (((((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + i) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + (str10 != null ? str10.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof MM)) {
|
||
|
return false;
|
||
|
}
|
||
|
MM mm = (MM) obj;
|
||
|
return C14957gcv.b((Object) this.l, (Object) mm.l) && this.m == mm.m && C14957gcv.b((Object) this.k, (Object) mm.k) && C14957gcv.b((Object) this.f8266o, (Object) mm.f8266o) && C14957gcv.b((Object) this.j, (Object) mm.j) && C14957gcv.b((Object) this.c, (Object) mm.c) && C14957gcv.b((Object) this.i, (Object) mm.i) && this.a == mm.a && C14957gcv.b((Object) this.d, (Object) mm.d) && C14957gcv.b((Object) this.n, (Object) mm.n) && C14957gcv.b((Object) this.f, (Object) mm.f) && C14957gcv.b((Object) this.g, (Object) mm.g) && C14957gcv.b((Object) this.q, (Object) mm.q) && C14957gcv.b((Object) this.b, (Object) mm.b) && C14957gcv.b((Object) this.h, (Object) mm.h);
|
||
|
}
|
||
|
}
|