what-the-bank/sources/o/THL.java

121 lines
4.4 KiB
Java

package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class THL {
public final List<String> a;
public final String b;
public final List<String> c;
public final String d;
public final String e;
public final String f;
public final String g;
public final double h;
public final String i;
public final double j;
public final String k;
public final String n;
/* renamed from: o, reason: collision with root package name */
public final String f8371o;
public THL(double d, double d2, String str, String str2, String str3, String str4, List<String> list, List<String> list2, String str5, String str6, String str7, String str8, String str9) {
C14957gcv.e(list, "");
C14957gcv.e(list2, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
this.j = d;
this.h = d2;
this.g = str;
this.f8371o = str2;
this.f = str3;
this.i = str4;
this.a = list;
this.c = list2;
this.b = str5;
this.d = str6;
this.n = str7;
this.k = str8;
this.e = str9;
}
public final String toString() {
double d = this.j;
double d2 = this.h;
String str = this.g;
String str2 = this.f8371o;
String str3 = this.f;
String str4 = this.i;
List<String> list = this.a;
List<String> list2 = this.c;
String str5 = this.b;
String str6 = this.d;
String str7 = this.n;
String str8 = this.k;
String str9 = this.e;
StringBuilder sb = new StringBuilder("EligibleAmountResponse(maxEligibleAmount=");
sb.append(d);
sb.append(", minEligibleAmount=");
sb.append(d2);
sb.append(", minPaymentCreditCardRate=");
sb.append(str);
sb.append(", minPaymentSpeedyCashRate=");
sb.append(str2);
sb.append(", minFlatRate=");
sb.append(str3);
sb.append(", maxFlatRate=");
sb.append(str4);
sb.append(", flatTermList=");
sb.append(list);
sb.append(", effectiveTermList=");
sb.append(list2);
sb.append(", maxEffectiveRate=");
sb.append(str5);
sb.append(", cashAdvanceFee=");
sb.append(str6);
sb.append(", termAndCon=");
sb.append(str7);
sb.append(", remarkLimitPerDay=");
sb.append(str8);
sb.append(", about=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = Double.hashCode(this.j);
int hashCode2 = Double.hashCode(this.h);
String str = this.g;
int hashCode3 = str == null ? 0 : str.hashCode();
String str2 = this.f8371o;
int hashCode4 = str2 == null ? 0 : str2.hashCode();
String str3 = this.f;
int hashCode5 = str3 == null ? 0 : str3.hashCode();
String str4 = this.i;
int hashCode6 = str4 == null ? 0 : str4.hashCode();
int hashCode7 = this.a.hashCode();
int hashCode8 = this.c.hashCode();
String str5 = this.b;
int hashCode9 = str5 == null ? 0 : str5.hashCode();
String str6 = this.d;
int hashCode10 = str6 == null ? 0 : str6.hashCode();
int hashCode11 = this.n.hashCode();
int hashCode12 = this.k.hashCode();
String str7 = this.e;
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 THL)) {
return false;
}
THL thl = (THL) obj;
return Double.compare(this.j, thl.j) == 0 && Double.compare(this.h, thl.h) == 0 && C14957gcv.b((Object) this.g, (Object) thl.g) && C14957gcv.b((Object) this.f8371o, (Object) thl.f8371o) && C14957gcv.b((Object) this.f, (Object) thl.f) && C14957gcv.b((Object) this.i, (Object) thl.i) && C14957gcv.b(this.a, thl.a) && C14957gcv.b(this.c, thl.c) && C14957gcv.b((Object) this.b, (Object) thl.b) && C14957gcv.b((Object) this.d, (Object) thl.d) && C14957gcv.b((Object) this.n, (Object) thl.n) && C14957gcv.b((Object) this.k, (Object) thl.k) && C14957gcv.b((Object) this.e, (Object) thl.e);
}
}