121 lines
4.4 KiB
Java
121 lines
4.4 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class muE {
|
||
|
public final String a;
|
||
|
public final String b;
|
||
|
public final String c;
|
||
|
public final String d;
|
||
|
public final String e;
|
||
|
public final Boolean f;
|
||
|
public final List<ENH> g;
|
||
|
public final xzK h;
|
||
|
public final RLk i;
|
||
|
public final Integer j;
|
||
|
private final String k;
|
||
|
public final RGZ l;
|
||
|
public final String m;
|
||
|
|
||
|
public muE(String str, String str2, Integer num, String str3, String str4, String str5, String str6, List<ENH> list, xzK xzk, String str7, RGZ rgz, RLk rLk, Boolean bool) {
|
||
|
C14957gcv.e(str2, "");
|
||
|
this.b = str;
|
||
|
this.e = str2;
|
||
|
this.j = num;
|
||
|
this.d = str3;
|
||
|
this.a = str4;
|
||
|
this.m = str5;
|
||
|
this.k = str6;
|
||
|
this.g = list;
|
||
|
this.h = xzk;
|
||
|
this.c = str7;
|
||
|
this.l = rgz;
|
||
|
this.i = rLk;
|
||
|
this.f = bool;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.e;
|
||
|
Integer num = this.j;
|
||
|
String str3 = this.d;
|
||
|
String str4 = this.a;
|
||
|
String str5 = this.m;
|
||
|
String str6 = this.k;
|
||
|
List<ENH> list = this.g;
|
||
|
xzK xzk = this.h;
|
||
|
String str7 = this.c;
|
||
|
RGZ rgz = this.l;
|
||
|
RLk rLk = this.i;
|
||
|
Boolean bool = this.f;
|
||
|
StringBuilder sb = new StringBuilder("HmlLoanOffers(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(xzk);
|
||
|
sb.append(", backgroundPath=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", upsellConfig=");
|
||
|
sb.append(rgz);
|
||
|
sb.append(", loanOfferConsent=");
|
||
|
sb.append(rLk);
|
||
|
sb.append(", isRequireConsent=");
|
||
|
sb.append(bool);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.b;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
int hashCode2 = this.e.hashCode();
|
||
|
Integer num = this.j;
|
||
|
int hashCode3 = num == null ? 0 : num.hashCode();
|
||
|
String str2 = this.d;
|
||
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.a;
|
||
|
int hashCode5 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.m;
|
||
|
int hashCode6 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.k;
|
||
|
int hashCode7 = str5 == null ? 0 : str5.hashCode();
|
||
|
List<ENH> list = this.g;
|
||
|
int hashCode8 = list == null ? 0 : list.hashCode();
|
||
|
xzK xzk = this.h;
|
||
|
int hashCode9 = xzk == null ? 0 : xzk.hashCode();
|
||
|
String str6 = this.c;
|
||
|
int hashCode10 = str6 == null ? 0 : str6.hashCode();
|
||
|
RGZ rgz = this.l;
|
||
|
int hashCode11 = rgz == null ? 0 : rgz.hashCode();
|
||
|
RLk rLk = this.i;
|
||
|
int hashCode12 = rLk == null ? 0 : rLk.hashCode();
|
||
|
Boolean bool = this.f;
|
||
|
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 muE)) {
|
||
|
return false;
|
||
|
}
|
||
|
muE mue = (muE) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) mue.b) && C14957gcv.b((Object) this.e, (Object) mue.e) && C14957gcv.b(this.j, mue.j) && C14957gcv.b((Object) this.d, (Object) mue.d) && C14957gcv.b((Object) this.a, (Object) mue.a) && C14957gcv.b((Object) this.m, (Object) mue.m) && C14957gcv.b((Object) this.k, (Object) mue.k) && C14957gcv.b(this.g, mue.g) && C14957gcv.b(this.h, mue.h) && C14957gcv.b((Object) this.c, (Object) mue.c) && C14957gcv.b(this.l, mue.l) && C14957gcv.b(this.i, mue.i) && C14957gcv.b(this.f, mue.f);
|
||
|
}
|
||
|
}
|