127 lines
4.6 KiB
Java
127 lines
4.6 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class QSB {
|
|
public final String a;
|
|
public final Sgj b;
|
|
public final String c;
|
|
public final Boolean d;
|
|
public final String e;
|
|
public final String f;
|
|
public final String g;
|
|
public final String h;
|
|
public final String i;
|
|
public final int j;
|
|
public final String l;
|
|
public final String m;
|
|
public final String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public final String f8328o;
|
|
|
|
public QSB(String str, int i, String str2, String str3, String str4, String str5, String str6, Boolean bool, String str7, String str8, String str9, String str10, String str11, Sgj sgj) {
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
this.h = str;
|
|
this.j = i;
|
|
this.f8328o = str2;
|
|
this.m = str3;
|
|
this.n = str4;
|
|
this.e = str5;
|
|
this.g = str6;
|
|
this.d = bool;
|
|
this.f = str7;
|
|
this.i = str8;
|
|
this.c = str9;
|
|
this.a = str10;
|
|
this.l = str11;
|
|
this.b = sgj;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.h;
|
|
int i = this.j;
|
|
String str2 = this.f8328o;
|
|
String str3 = this.m;
|
|
String str4 = this.n;
|
|
String str5 = this.e;
|
|
String str6 = this.g;
|
|
Boolean bool = this.d;
|
|
String str7 = this.f;
|
|
String str8 = this.i;
|
|
String str9 = this.c;
|
|
String str10 = this.a;
|
|
String str11 = this.l;
|
|
Sgj sgj = this.b;
|
|
StringBuilder sb = new StringBuilder("SubProductTiles(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(bool);
|
|
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(", data=");
|
|
sb.append(sgj);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.h;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
int hashCode2 = Integer.hashCode(this.j);
|
|
int hashCode3 = this.f8328o.hashCode();
|
|
int hashCode4 = this.m.hashCode();
|
|
int hashCode5 = this.n.hashCode();
|
|
String str2 = this.e;
|
|
int hashCode6 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.g;
|
|
int hashCode7 = str3 == null ? 0 : str3.hashCode();
|
|
Boolean bool = this.d;
|
|
int hashCode8 = bool == null ? 0 : bool.hashCode();
|
|
String str4 = this.f;
|
|
int hashCode9 = str4 == null ? 0 : str4.hashCode();
|
|
String str5 = this.i;
|
|
int hashCode10 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.c;
|
|
int hashCode11 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.a;
|
|
int hashCode12 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.l;
|
|
int hashCode13 = str8 == null ? 0 : str8.hashCode();
|
|
Sgj sgj = this.b;
|
|
return (((((((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + hashCode12) * 31) + hashCode13) * 31) + (sgj != null ? sgj.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof QSB)) {
|
|
return false;
|
|
}
|
|
QSB qsb = (QSB) obj;
|
|
return C14957gcv.b((Object) this.h, (Object) qsb.h) && this.j == qsb.j && C14957gcv.b((Object) this.f8328o, (Object) qsb.f8328o) && C14957gcv.b((Object) this.m, (Object) qsb.m) && C14957gcv.b((Object) this.n, (Object) qsb.n) && C14957gcv.b((Object) this.e, (Object) qsb.e) && C14957gcv.b((Object) this.g, (Object) qsb.g) && C14957gcv.b(this.d, qsb.d) && C14957gcv.b((Object) this.f, (Object) qsb.f) && C14957gcv.b((Object) this.i, (Object) qsb.i) && C14957gcv.b((Object) this.c, (Object) qsb.c) && C14957gcv.b((Object) this.a, (Object) qsb.a) && C14957gcv.b((Object) this.l, (Object) qsb.l) && C14957gcv.b(this.b, qsb.b);
|
|
}
|
|
}
|