76 lines
2.4 KiB
Java
76 lines
2.4 KiB
Java
package o;
|
|
|
|
/* renamed from: o.dTi, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C8712dTi {
|
|
public final String a;
|
|
public final String b;
|
|
public final String c;
|
|
public final String d;
|
|
public final String e;
|
|
public final boolean f;
|
|
|
|
public C8712dTi(String str, String str2, String str3, String str4, String str5, boolean z) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
this.a = str;
|
|
this.c = str2;
|
|
this.e = str3;
|
|
this.d = str4;
|
|
this.b = str5;
|
|
this.f = z;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.c;
|
|
String str3 = this.e;
|
|
String str4 = this.d;
|
|
String str5 = this.b;
|
|
boolean z = this.f;
|
|
StringBuilder sb = new StringBuilder("CreditLimit(aumValue=");
|
|
sb.append(str);
|
|
sb.append(", accountSegmentCode=");
|
|
sb.append(str2);
|
|
sb.append(", accountSegmentDesc=");
|
|
sb.append(str3);
|
|
sb.append(", minCreditLimit=");
|
|
sb.append(str4);
|
|
sb.append(", maxCreditLimit=");
|
|
sb.append(str5);
|
|
sb.append(", showCreditLimitFlag=");
|
|
sb.append(z);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = this.a.hashCode();
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.e.hashCode();
|
|
int hashCode4 = this.d.hashCode();
|
|
int hashCode5 = this.b.hashCode();
|
|
boolean z = this.f;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + i;
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C8712dTi)) {
|
|
return false;
|
|
}
|
|
C8712dTi c8712dTi = (C8712dTi) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c8712dTi.a) && C14957gcv.b((Object) this.c, (Object) c8712dTi.c) && C14957gcv.b((Object) this.e, (Object) c8712dTi.e) && C14957gcv.b((Object) this.d, (Object) c8712dTi.d) && C14957gcv.b((Object) this.b, (Object) c8712dTi.b) && this.f == c8712dTi.f;
|
|
}
|
|
}
|