112 lines
3.5 KiB
Java
112 lines
3.5 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.s, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C16884s {
|
|
|
|
@SerializedName("duration")
|
|
private final String a;
|
|
|
|
@SerializedName("installment")
|
|
private final A b;
|
|
|
|
@SerializedName("annualInterest")
|
|
private final String c;
|
|
|
|
@SerializedName("gracePeriod")
|
|
private final String d;
|
|
|
|
@SerializedName("principal")
|
|
private final String e;
|
|
|
|
@SerializedName("repaymentStartDate")
|
|
private final String f;
|
|
|
|
@SerializedName("repaymentDate")
|
|
private final String g;
|
|
|
|
@SerializedName("productType")
|
|
private final String h;
|
|
|
|
@SerializedName("promoCode")
|
|
private final String i;
|
|
|
|
public C16884s(String str, String str2, String str3, A a, String str4, String str5, String str6, String str7, String str8) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(a, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str6, "");
|
|
C14957gcv.e(str7, "");
|
|
this.h = str;
|
|
this.e = str2;
|
|
this.a = str3;
|
|
this.b = a;
|
|
this.g = str4;
|
|
this.f = str5;
|
|
this.c = str6;
|
|
this.d = str7;
|
|
this.i = str8;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.h;
|
|
String str2 = this.e;
|
|
String str3 = this.a;
|
|
A a = this.b;
|
|
String str4 = this.g;
|
|
String str5 = this.f;
|
|
String str6 = this.c;
|
|
String str7 = this.d;
|
|
String str8 = this.i;
|
|
StringBuilder sb = new StringBuilder("HmlInitiateRequest(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(", repaymentStartDate=");
|
|
sb.append(str5);
|
|
sb.append(", annualInterest=");
|
|
sb.append(str6);
|
|
sb.append(", gracePeriod=");
|
|
sb.append(str7);
|
|
sb.append(", promoCode=");
|
|
sb.append(str8);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.h.hashCode();
|
|
int hashCode2 = this.e.hashCode();
|
|
int hashCode3 = this.a.hashCode();
|
|
int hashCode4 = this.b.hashCode();
|
|
int hashCode5 = this.g.hashCode();
|
|
int hashCode6 = this.f.hashCode();
|
|
int hashCode7 = this.c.hashCode();
|
|
int hashCode8 = this.d.hashCode();
|
|
String str = this.i;
|
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (str == null ? 0 : str.hashCode());
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C16884s)) {
|
|
return false;
|
|
}
|
|
C16884s c16884s = (C16884s) obj;
|
|
return C14957gcv.b((Object) this.h, (Object) c16884s.h) && C14957gcv.b((Object) this.e, (Object) c16884s.e) && C14957gcv.b((Object) this.a, (Object) c16884s.a) && C14957gcv.b(this.b, c16884s.b) && C14957gcv.b((Object) this.g, (Object) c16884s.g) && C14957gcv.b((Object) this.f, (Object) c16884s.f) && C14957gcv.b((Object) this.c, (Object) c16884s.c) && C14957gcv.b((Object) this.d, (Object) c16884s.d) && C14957gcv.b((Object) this.i, (Object) c16884s.i);
|
|
}
|
|
}
|