133 lines
4.7 KiB
Java
133 lines
4.7 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.gzW, reason: case insensitive filesystem */
|
|
/* loaded from: classes.dex */
|
|
public final class C15603gzW extends C16562pOe {
|
|
|
|
@SerializedName("maxEffectiveRate")
|
|
public final String a;
|
|
|
|
@SerializedName("about")
|
|
public final String b;
|
|
|
|
@SerializedName("flatTermList")
|
|
public final List<String> c;
|
|
|
|
@SerializedName("cashAdvanceFee")
|
|
public final String d;
|
|
|
|
@SerializedName("effectiveTermList")
|
|
public final List<String> e;
|
|
|
|
@SerializedName("minEligibleAmount")
|
|
public final Double f;
|
|
|
|
@SerializedName("minFlatRate")
|
|
public final String g;
|
|
|
|
@SerializedName("minPaymentCreditCardRate")
|
|
public final String h;
|
|
|
|
@SerializedName("maxFlatRate")
|
|
public final String i;
|
|
|
|
@SerializedName("maxEligibleAmount")
|
|
public final Double j;
|
|
|
|
@SerializedName("termAndCon")
|
|
public final String k;
|
|
|
|
@SerializedName("remarkLimitPerDay")
|
|
public final String l;
|
|
|
|
@SerializedName("minPaymentSpeedyCashRate")
|
|
public final String m;
|
|
|
|
public final String toString() {
|
|
Double d = this.j;
|
|
Double d2 = this.f;
|
|
String str = this.h;
|
|
String str2 = this.m;
|
|
String str3 = this.g;
|
|
String str4 = this.i;
|
|
List<String> list = this.c;
|
|
List<String> list2 = this.e;
|
|
String str5 = this.a;
|
|
String str6 = this.d;
|
|
String str7 = this.k;
|
|
String str8 = this.l;
|
|
String str9 = this.b;
|
|
StringBuilder sb = new StringBuilder("EligibleAmountResponseEntity(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() {
|
|
Double d = this.j;
|
|
int hashCode = d == null ? 0 : d.hashCode();
|
|
Double d2 = this.f;
|
|
int hashCode2 = d2 == null ? 0 : d2.hashCode();
|
|
String str = this.h;
|
|
int hashCode3 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.m;
|
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.g;
|
|
int hashCode5 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.i;
|
|
int hashCode6 = str4 == null ? 0 : str4.hashCode();
|
|
List<String> list = this.c;
|
|
int hashCode7 = list == null ? 0 : list.hashCode();
|
|
List<String> list2 = this.e;
|
|
int hashCode8 = list2 == null ? 0 : list2.hashCode();
|
|
String str5 = this.a;
|
|
int hashCode9 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.d;
|
|
int hashCode10 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.k;
|
|
int hashCode11 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.l;
|
|
int hashCode12 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = 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) + (str9 != null ? str9.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C15603gzW)) {
|
|
return false;
|
|
}
|
|
C15603gzW c15603gzW = (C15603gzW) obj;
|
|
return C14957gcv.b(this.j, c15603gzW.j) && C14957gcv.b(this.f, c15603gzW.f) && C14957gcv.b((Object) this.h, (Object) c15603gzW.h) && C14957gcv.b((Object) this.m, (Object) c15603gzW.m) && C14957gcv.b((Object) this.g, (Object) c15603gzW.g) && C14957gcv.b((Object) this.i, (Object) c15603gzW.i) && C14957gcv.b(this.c, c15603gzW.c) && C14957gcv.b(this.e, c15603gzW.e) && C14957gcv.b((Object) this.a, (Object) c15603gzW.a) && C14957gcv.b((Object) this.d, (Object) c15603gzW.d) && C14957gcv.b((Object) this.k, (Object) c15603gzW.k) && C14957gcv.b((Object) this.l, (Object) c15603gzW.l) && C14957gcv.b((Object) this.b, (Object) c15603gzW.b);
|
|
}
|
|
}
|