138 lines
4.6 KiB
Java
138 lines
4.6 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.Comparator;
|
||
|
import java.util.List;
|
||
|
import org.bouncycastle.i18n.ErrorBundle;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class QJd {
|
||
|
|
||
|
@SerializedName("isReferral")
|
||
|
public final Boolean a;
|
||
|
|
||
|
@SerializedName(ErrorBundle.DETAIL_ENTRY)
|
||
|
public final List<Ylx> b;
|
||
|
|
||
|
@SerializedName("flowType")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("isSecured")
|
||
|
public final Boolean d;
|
||
|
|
||
|
@SerializedName("creditAmount")
|
||
|
public final String e;
|
||
|
|
||
|
@SerializedName("productType")
|
||
|
public final String f;
|
||
|
|
||
|
@SerializedName("logo")
|
||
|
public final String g;
|
||
|
|
||
|
@SerializedName("name")
|
||
|
public final String h;
|
||
|
|
||
|
@SerializedName("productGroup")
|
||
|
public final String i;
|
||
|
|
||
|
@SerializedName("minimumIncome")
|
||
|
public final String j;
|
||
|
|
||
|
@SerializedName("sortSequence")
|
||
|
public final Number m;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class IeS<T> implements Comparator {
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
@Override // java.util.Comparator
|
||
|
public final int compare(T t, T t2) {
|
||
|
Integer valueOf = Integer.valueOf(((C17180ucA) t).d);
|
||
|
Integer valueOf2 = Integer.valueOf(((C17180ucA) t2).d);
|
||
|
if (valueOf == valueOf2) {
|
||
|
return 0;
|
||
|
}
|
||
|
if (valueOf == null) {
|
||
|
return -1;
|
||
|
}
|
||
|
if (valueOf2 == null) {
|
||
|
return 1;
|
||
|
}
|
||
|
return valueOf.compareTo(valueOf2);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
Number number = this.m;
|
||
|
String str = this.g;
|
||
|
String str2 = this.f;
|
||
|
String str3 = this.c;
|
||
|
String str4 = this.i;
|
||
|
String str5 = this.h;
|
||
|
Boolean bool = this.d;
|
||
|
String str6 = this.e;
|
||
|
List<Ylx> list = this.b;
|
||
|
Boolean bool2 = this.a;
|
||
|
String str7 = this.j;
|
||
|
StringBuilder sb = new StringBuilder("CreditPowerRequestResultProductEntity(sortSequence=");
|
||
|
sb.append(number);
|
||
|
sb.append(", logo=");
|
||
|
sb.append(str);
|
||
|
sb.append(", productType=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", flowType=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", productGroup=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", name=");
|
||
|
sb.append(str5);
|
||
|
sb.append(", isSecured=");
|
||
|
sb.append(bool);
|
||
|
sb.append(", creditAmount=");
|
||
|
sb.append(str6);
|
||
|
sb.append(", details=");
|
||
|
sb.append(list);
|
||
|
sb.append(", isReferral=");
|
||
|
sb.append(bool2);
|
||
|
sb.append(", minimumIncome=");
|
||
|
sb.append(str7);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
Number number = this.m;
|
||
|
int hashCode = number == null ? 0 : number.hashCode();
|
||
|
String str = this.g;
|
||
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.f;
|
||
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.c;
|
||
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.i;
|
||
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
||
|
String str5 = this.h;
|
||
|
int hashCode6 = str5 == null ? 0 : str5.hashCode();
|
||
|
Boolean bool = this.d;
|
||
|
int hashCode7 = bool == null ? 0 : bool.hashCode();
|
||
|
String str6 = this.e;
|
||
|
int hashCode8 = str6 == null ? 0 : str6.hashCode();
|
||
|
List<Ylx> list = this.b;
|
||
|
int hashCode9 = list == null ? 0 : list.hashCode();
|
||
|
Boolean bool2 = this.a;
|
||
|
int hashCode10 = bool2 == null ? 0 : bool2.hashCode();
|
||
|
String str7 = this.j;
|
||
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str7 != null ? str7.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof QJd)) {
|
||
|
return false;
|
||
|
}
|
||
|
QJd qJd = (QJd) obj;
|
||
|
return C14957gcv.b(this.m, qJd.m) && C14957gcv.b((Object) this.g, (Object) qJd.g) && C14957gcv.b((Object) this.f, (Object) qJd.f) && C14957gcv.b((Object) this.c, (Object) qJd.c) && C14957gcv.b((Object) this.i, (Object) qJd.i) && C14957gcv.b((Object) this.h, (Object) qJd.h) && C14957gcv.b(this.d, qJd.d) && C14957gcv.b((Object) this.e, (Object) qJd.e) && C14957gcv.b(this.b, qJd.b) && C14957gcv.b(this.a, qJd.a) && C14957gcv.b((Object) this.j, (Object) qJd.j);
|
||
|
}
|
||
|
}
|