112 lines
3.7 KiB
Java
112 lines
3.7 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.eLI, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C10674eLI {
|
||
|
|
||
|
@SerializedName("loanAmount")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("applicationId")
|
||
|
private final String b;
|
||
|
|
||
|
@SerializedName("duration")
|
||
|
private final String c;
|
||
|
|
||
|
@SerializedName("annualInterestRate")
|
||
|
private String d;
|
||
|
|
||
|
@SerializedName("isReferral")
|
||
|
private String e;
|
||
|
|
||
|
@SerializedName("productType")
|
||
|
private final String f;
|
||
|
|
||
|
@SerializedName("needMoreLine")
|
||
|
private String h;
|
||
|
|
||
|
@SerializedName("monthlyPayment")
|
||
|
private String i;
|
||
|
|
||
|
@SerializedName("tilesVersion")
|
||
|
private final String j;
|
||
|
|
||
|
public C10674eLI(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
this.j = str;
|
||
|
this.f = str2;
|
||
|
this.b = str3;
|
||
|
this.c = str4;
|
||
|
this.a = str5;
|
||
|
this.i = str6;
|
||
|
this.d = str7;
|
||
|
this.h = str8;
|
||
|
this.e = str9;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.j;
|
||
|
String str2 = this.f;
|
||
|
String str3 = this.b;
|
||
|
String str4 = this.c;
|
||
|
String str5 = this.a;
|
||
|
String str6 = this.i;
|
||
|
String str7 = this.d;
|
||
|
String str8 = this.h;
|
||
|
String str9 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("EasycashMCMCPostDetailRequest(tilesVersion=");
|
||
|
sb.append(str);
|
||
|
sb.append(", productType=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", applicationId=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", duration=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", loanAmount=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", monthlyPayment=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", annualInterestRate=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", needMoreLine=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", isReferral=");
|
||
|
sb.append(str9);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.j.hashCode();
|
||
|
int hashCode2 = this.f.hashCode();
|
||
|
int hashCode3 = this.b.hashCode();
|
||
|
int hashCode4 = this.c.hashCode();
|
||
|
int hashCode5 = this.a.hashCode();
|
||
|
String str = this.i;
|
||
|
int hashCode6 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.d;
|
||
|
int hashCode7 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.h;
|
||
|
int hashCode8 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.e;
|
||
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str4 != null ? str4.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C10674eLI)) {
|
||
|
return false;
|
||
|
}
|
||
|
C10674eLI c10674eLI = (C10674eLI) obj;
|
||
|
return C14957gcv.b((Object) this.j, (Object) c10674eLI.j) && C14957gcv.b((Object) this.f, (Object) c10674eLI.f) && C14957gcv.b((Object) this.b, (Object) c10674eLI.b) && C14957gcv.b((Object) this.c, (Object) c10674eLI.c) && C14957gcv.b((Object) this.a, (Object) c10674eLI.a) && C14957gcv.b((Object) this.i, (Object) c10674eLI.i) && C14957gcv.b((Object) this.d, (Object) c10674eLI.d) && C14957gcv.b((Object) this.h, (Object) c10674eLI.h) && C14957gcv.b((Object) this.e, (Object) c10674eLI.e);
|
||
|
}
|
||
|
}
|