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

111 lines
3.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class kJn {
@SerializedName("installment")
private final A a;
@SerializedName("customerContactInfo")
public final SnZ b;
@SerializedName("gracePeriod")
private final String c;
@SerializedName("duration")
private final String d;
@SerializedName("annualInterest")
private final String e;
@SerializedName("sameAddressFlag")
private final String f;
@SerializedName("principal")
private final String g;
@SerializedName("productType")
private final String h;
@SerializedName("repaymentStartDate")
private final String i;
@SerializedName("repaymentDate")
private final String j;
public kJn(String str, String str2, String str3, A a, String str4, String str5, String str6, String str7, String str8, SnZ snZ) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(a, "");
C14957gcv.e(str4, "");
C14957gcv.e(str5, "");
C14957gcv.e(str6, "");
C14957gcv.e(str7, "");
C14957gcv.e(str8, "");
C14957gcv.e(snZ, "");
this.h = str;
this.g = str2;
this.d = str3;
this.a = a;
this.j = str4;
this.e = str5;
this.i = str6;
this.c = str7;
this.f = str8;
this.b = snZ;
}
public final String toString() {
String str = this.h;
String str2 = this.g;
String str3 = this.d;
A a = this.a;
String str4 = this.j;
String str5 = this.e;
String str6 = this.i;
String str7 = this.c;
String str8 = this.f;
SnZ snZ = this.b;
StringBuilder sb = new StringBuilder("NTBApplicationsInitiateRequest(productType=");
sb.append(str);
sb.append(", principal=");
sb.append(str2);
sb.append(", duration=");
sb.append(str3);
sb.append(", installment=");
sb.append(a);
sb.append(", repaymentDate=");
sb.append(str4);
sb.append(", annualInterest=");
sb.append(str5);
sb.append(", repaymentStartDate=");
sb.append(str6);
sb.append(", gracePeriod=");
sb.append(str7);
sb.append(", sameAddressFlag=");
sb.append(str8);
sb.append(", customerContactInfo=");
sb.append(snZ);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((((((((((((((this.h.hashCode() * 31) + this.g.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode()) * 31) + this.j.hashCode()) * 31) + this.e.hashCode()) * 31) + this.i.hashCode()) * 31) + this.c.hashCode()) * 31) + this.f.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof kJn)) {
return false;
}
kJn kjn = (kJn) obj;
return C14957gcv.b((Object) this.h, (Object) kjn.h) && C14957gcv.b((Object) this.g, (Object) kjn.g) && C14957gcv.b((Object) this.d, (Object) kjn.d) && C14957gcv.b(this.a, kjn.a) && C14957gcv.b((Object) this.j, (Object) kjn.j) && C14957gcv.b((Object) this.e, (Object) kjn.e) && C14957gcv.b((Object) this.i, (Object) kjn.i) && C14957gcv.b((Object) this.c, (Object) kjn.c) && C14957gcv.b((Object) this.f, (Object) kjn.f) && C14957gcv.b(this.b, kjn.b);
}
}