115 lines
3.7 KiB
Java
115 lines
3.7 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import com.huawei.hms.support.api.entity.common.CommonConstant;
|
||
|
import java.util.Comparator;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class Uvn {
|
||
|
|
||
|
@SerializedName("minimumIncome")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("minimumAmount")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("flowType")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("ncbConsent")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("monthlyIncome")
|
||
|
public final String e;
|
||
|
|
||
|
@SerializedName("productGroup")
|
||
|
public final String f;
|
||
|
|
||
|
@SerializedName("repaymentAbility")
|
||
|
public final String g;
|
||
|
|
||
|
@SerializedName(CommonConstant.ReqAccessTokenParam.STATE_LABEL)
|
||
|
public final String i;
|
||
|
|
||
|
@SerializedName("tiles")
|
||
|
public final List<C16644pvd> j;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts<T> implements Comparator {
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
@Override // java.util.Comparator
|
||
|
public final int compare(T t, T t2) {
|
||
|
Integer num = ((XBv) t).f8440o;
|
||
|
Integer num2 = ((XBv) t2).f8440o;
|
||
|
if (num == num2) {
|
||
|
return 0;
|
||
|
}
|
||
|
if (num == null) {
|
||
|
return -1;
|
||
|
}
|
||
|
if (num2 == null) {
|
||
|
return 1;
|
||
|
}
|
||
|
return num.compareTo(num2);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
String str2 = this.b;
|
||
|
String str3 = this.i;
|
||
|
String str4 = this.c;
|
||
|
String str5 = this.f;
|
||
|
String str6 = this.d;
|
||
|
String str7 = this.e;
|
||
|
String str8 = this.g;
|
||
|
List<C16644pvd> list = this.j;
|
||
|
StringBuilder sb = new StringBuilder("CreditPowerLandingEntity(minimumIncome=");
|
||
|
sb.append(str);
|
||
|
sb.append(", minimumAmount=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", state=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", flowType=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", productGroup=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", ncbConsent=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", monthlyIncome=");
|
||
|
sb.append(str7);
|
||
|
sb.append(", repaymentAbility=");
|
||
|
sb.append(str8);
|
||
|
sb.append(", tiles=");
|
||
|
sb.append(list);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.a.hashCode();
|
||
|
int hashCode2 = this.b.hashCode();
|
||
|
int hashCode3 = this.i.hashCode();
|
||
|
int hashCode4 = this.c.hashCode();
|
||
|
int hashCode5 = this.f.hashCode();
|
||
|
String str = this.d;
|
||
|
int hashCode6 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.e;
|
||
|
int hashCode7 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.g;
|
||
|
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str3 != null ? str3.hashCode() : 0)) * 31) + this.j.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof Uvn)) {
|
||
|
return false;
|
||
|
}
|
||
|
Uvn uvn = (Uvn) obj;
|
||
|
return C14957gcv.b((Object) this.a, (Object) uvn.a) && C14957gcv.b((Object) this.b, (Object) uvn.b) && C14957gcv.b((Object) this.i, (Object) uvn.i) && C14957gcv.b((Object) this.c, (Object) uvn.c) && C14957gcv.b((Object) this.f, (Object) uvn.f) && C14957gcv.b((Object) this.d, (Object) uvn.d) && C14957gcv.b((Object) this.e, (Object) uvn.e) && C14957gcv.b((Object) this.g, (Object) uvn.g) && C14957gcv.b(this.j, uvn.j);
|
||
|
}
|
||
|
}
|