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

133 lines
4.8 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.ciY, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C7133ciY {
@SerializedName("applicationStatus")
public final String a;
@SerializedName("approvalBackgroundPath")
public final String b;
@SerializedName("applicationDateTime")
public final String c;
@SerializedName("approvalEstimatedTimeDetail")
public final String d;
@SerializedName("approvalEstimatedTime")
public final String e;
@SerializedName("offerAvailablePeriod")
public final Integer f;
@SerializedName("consent")
public final fGZ g;
@SerializedName("loanOffers")
public final List<zkx> h;
@SerializedName("offerExpiryDatetime")
public final String i;
@SerializedName("isRequireConsent")
public final Boolean j;
@SerializedName("rejected")
public final C1832aPl l;
@SerializedName("resubmissionExpiryDateTime")
public final String n;
/* renamed from: o, reason: collision with root package name */
@SerializedName("upsellConfig")
public final Puu f8646o;
public final String toString() {
String str = this.c;
String str2 = this.a;
Integer num = this.f;
String str3 = this.e;
String str4 = this.d;
String str5 = this.n;
String str6 = this.i;
List<zkx> list = this.h;
C1832aPl c1832aPl = this.l;
String str7 = this.b;
Puu puu = this.f8646o;
fGZ fgz = this.g;
Boolean bool = this.j;
StringBuilder sb = new StringBuilder("HmlLoanOffersEntity(applicationDatetime=");
sb.append(str);
sb.append(", applicationStatus=");
sb.append(str2);
sb.append(", offerAvailablePeriod=");
sb.append(num);
sb.append(", approvalEstimatedTime=");
sb.append(str3);
sb.append(", approvalEstimatedTimeDetail=");
sb.append(str4);
sb.append(", resubmissionExpiryDateTime=");
sb.append(str5);
sb.append(", offerExpiryDatetime=");
sb.append(str6);
sb.append(", loanOffers=");
sb.append(list);
sb.append(", rejected=");
sb.append(c1832aPl);
sb.append(", approvalBackgroundPath=");
sb.append(str7);
sb.append(", upsellConfig=");
sb.append(puu);
sb.append(", loanOfferConsent=");
sb.append(fgz);
sb.append(", isRequireConsent=");
sb.append(bool);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
int hashCode2 = this.a.hashCode();
Integer num = this.f;
int hashCode3 = num == null ? 0 : num.hashCode();
String str2 = this.e;
int hashCode4 = str2 == null ? 0 : str2.hashCode();
String str3 = this.d;
int hashCode5 = str3 == null ? 0 : str3.hashCode();
String str4 = this.n;
int hashCode6 = str4 == null ? 0 : str4.hashCode();
String str5 = this.i;
int hashCode7 = str5 == null ? 0 : str5.hashCode();
List<zkx> list = this.h;
int hashCode8 = list == null ? 0 : list.hashCode();
C1832aPl c1832aPl = this.l;
int hashCode9 = c1832aPl == null ? 0 : c1832aPl.hashCode();
String str6 = this.b;
int hashCode10 = str6 == null ? 0 : str6.hashCode();
Puu puu = this.f8646o;
int hashCode11 = puu == null ? 0 : puu.hashCode();
fGZ fgz = this.g;
int hashCode12 = fgz == null ? 0 : fgz.hashCode();
Boolean bool = this.j;
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) + (bool != null ? bool.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C7133ciY)) {
return false;
}
C7133ciY c7133ciY = (C7133ciY) obj;
return C14957gcv.b((Object) this.c, (Object) c7133ciY.c) && C14957gcv.b((Object) this.a, (Object) c7133ciY.a) && C14957gcv.b(this.f, c7133ciY.f) && C14957gcv.b((Object) this.e, (Object) c7133ciY.e) && C14957gcv.b((Object) this.d, (Object) c7133ciY.d) && C14957gcv.b((Object) this.n, (Object) c7133ciY.n) && C14957gcv.b((Object) this.i, (Object) c7133ciY.i) && C14957gcv.b(this.h, c7133ciY.h) && C14957gcv.b(this.l, c7133ciY.l) && C14957gcv.b((Object) this.b, (Object) c7133ciY.b) && C14957gcv.b(this.f8646o, c7133ciY.f8646o) && C14957gcv.b(this.g, c7133ciY.g) && C14957gcv.b(this.j, c7133ciY.j);
}
}