124 lines
4.6 KiB
Java
124 lines
4.6 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class XBv {
|
||
|
public final Boolean a;
|
||
|
public final Boolean b;
|
||
|
public final String c;
|
||
|
public final List<C17180ucA> d;
|
||
|
public final String e;
|
||
|
public final String f;
|
||
|
public final String g;
|
||
|
public final Boolean h;
|
||
|
public final String i;
|
||
|
public final String j;
|
||
|
public final String l;
|
||
|
private final Boolean n;
|
||
|
|
||
|
/* renamed from: o, reason: collision with root package name */
|
||
|
public final Integer f8440o;
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public XBv(Integer num, String str, String str2, String str3, String str4, String str5, Boolean bool, Boolean bool2, Boolean bool3, String str6, List<? extends C17180ucA> list, Boolean bool4, String str7) {
|
||
|
this.f8440o = num;
|
||
|
this.j = str;
|
||
|
this.l = str2;
|
||
|
this.e = str3;
|
||
|
this.g = str4;
|
||
|
this.f = str5;
|
||
|
this.a = bool;
|
||
|
this.n = bool2;
|
||
|
this.h = bool3;
|
||
|
this.c = str6;
|
||
|
this.d = list;
|
||
|
this.b = bool4;
|
||
|
this.i = str7;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
Integer num = this.f8440o;
|
||
|
String str = this.j;
|
||
|
String str2 = this.l;
|
||
|
String str3 = this.e;
|
||
|
String str4 = this.g;
|
||
|
String str5 = this.f;
|
||
|
Boolean bool = this.a;
|
||
|
Boolean bool2 = this.n;
|
||
|
Boolean bool3 = this.h;
|
||
|
String str6 = this.c;
|
||
|
List<C17180ucA> list = this.d;
|
||
|
Boolean bool4 = this.b;
|
||
|
String str7 = this.i;
|
||
|
StringBuilder sb = new StringBuilder("CreditPowerTile(sortSequence=");
|
||
|
sb.append(num);
|
||
|
sb.append(", logo=");
|
||
|
sb.append(str);
|
||
|
sb.append(", productType=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", flowType=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", productGroup=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", name=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", enabled=");
|
||
|
sb.append(bool);
|
||
|
sb.append(", isSelected=");
|
||
|
sb.append(bool2);
|
||
|
sb.append(", isSecured=");
|
||
|
sb.append(bool3);
|
||
|
sb.append(", creditAmount=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", details=");
|
||
|
sb.append(list);
|
||
|
sb.append(", isReferral=");
|
||
|
sb.append(bool4);
|
||
|
sb.append(", minimumIncome=");
|
||
|
sb.append(str7);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
Integer num = this.f8440o;
|
||
|
int hashCode = num == null ? 0 : num.hashCode();
|
||
|
String str = this.j;
|
||
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.l;
|
||
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.e;
|
||
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.g;
|
||
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.f;
|
||
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
||
|
Boolean bool = this.a;
|
||
|
int hashCode7 = bool == null ? 0 : bool.hashCode();
|
||
|
Boolean bool2 = this.n;
|
||
|
int hashCode8 = bool2 == null ? 0 : bool2.hashCode();
|
||
|
Boolean bool3 = this.h;
|
||
|
int hashCode9 = bool3 == null ? 0 : bool3.hashCode();
|
||
|
String str6 = this.c;
|
||
|
int hashCode10 = str6 == null ? 0 : str6.hashCode();
|
||
|
List<C17180ucA> list = this.d;
|
||
|
int hashCode11 = list == null ? 0 : list.hashCode();
|
||
|
Boolean bool4 = this.b;
|
||
|
int hashCode12 = bool4 == null ? 0 : bool4.hashCode();
|
||
|
String str7 = this.i;
|
||
|
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) + (str7 != null ? str7.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof XBv)) {
|
||
|
return false;
|
||
|
}
|
||
|
XBv xBv = (XBv) obj;
|
||
|
return C14957gcv.b(this.f8440o, xBv.f8440o) && C14957gcv.b((Object) this.j, (Object) xBv.j) && C14957gcv.b((Object) this.l, (Object) xBv.l) && C14957gcv.b((Object) this.e, (Object) xBv.e) && C14957gcv.b((Object) this.g, (Object) xBv.g) && C14957gcv.b((Object) this.f, (Object) xBv.f) && C14957gcv.b(this.a, xBv.a) && C14957gcv.b(this.n, xBv.n) && C14957gcv.b(this.h, xBv.h) && C14957gcv.b((Object) this.c, (Object) xBv.c) && C14957gcv.b(this.d, xBv.d) && C14957gcv.b(this.b, xBv.b) && C14957gcv.b((Object) this.i, (Object) xBv.i);
|
||
|
}
|
||
|
}
|