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

115 lines
3.9 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class Xog {
@SerializedName("loanAmount")
private final String a;
@SerializedName("logo")
private final String b;
@SerializedName("maximumCreditLimit")
private final String c;
@SerializedName("enable")
private final String d;
@SerializedName("interestRate")
private final String e;
@SerializedName("minimumCreditLimit")
private final String f;
@SerializedName("productType")
private final String g;
@SerializedName("sliderInterval")
private final String h;
@SerializedName("productName")
private final String i;
@SerializedName("monthlyPayment")
private final String j;
@SerializedName("tenor")
private final String m;
/* renamed from: o, reason: collision with root package name */
@SerializedName("sortSequence")
private final String f8451o;
public final mbH b() {
return new mbH(this.f8451o, this.g, this.d, this.f, this.c, this.a, this.h, this.e, this.j, this.m, this.b, this.i);
}
public final String toString() {
String str = this.f8451o;
String str2 = this.g;
String str3 = this.d;
String str4 = this.f;
String str5 = this.c;
String str6 = this.a;
String str7 = this.h;
String str8 = this.e;
String str9 = this.j;
String str10 = this.m;
String str11 = this.b;
String str12 = this.i;
StringBuilder sb = new StringBuilder("CreditPowerProductEntity(sortSequence=");
sb.append(str);
sb.append(", productType=");
sb.append(str2);
sb.append(", enable=");
sb.append(str3);
sb.append(", minimumCreditLimit=");
sb.append(str4);
sb.append(", maximumCreditLimit=");
sb.append(str5);
sb.append(", loanAmount=");
sb.append(str6);
sb.append(", sliderInterval=");
sb.append(str7);
sb.append(", interestRate=");
sb.append(str8);
sb.append(", monthlyPayment=");
sb.append(str9);
sb.append(", tenor=");
sb.append(str10);
sb.append(", logo=");
sb.append(str11);
sb.append(", productName=");
sb.append(str12);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.f8451o.hashCode();
int hashCode2 = this.g.hashCode();
int hashCode3 = this.d.hashCode();
int hashCode4 = this.f.hashCode();
int hashCode5 = this.c.hashCode();
int hashCode6 = this.a.hashCode();
int hashCode7 = this.h.hashCode();
int hashCode8 = this.e.hashCode();
int hashCode9 = this.j.hashCode();
String str = this.m;
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.b.hashCode()) * 31) + this.i.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Xog)) {
return false;
}
Xog xog = (Xog) obj;
return C14957gcv.b((Object) this.f8451o, (Object) xog.f8451o) && C14957gcv.b((Object) this.g, (Object) xog.g) && C14957gcv.b((Object) this.d, (Object) xog.d) && C14957gcv.b((Object) this.f, (Object) xog.f) && C14957gcv.b((Object) this.c, (Object) xog.c) && C14957gcv.b((Object) this.a, (Object) xog.a) && C14957gcv.b((Object) this.h, (Object) xog.h) && C14957gcv.b((Object) this.e, (Object) xog.e) && C14957gcv.b((Object) this.j, (Object) xog.j) && C14957gcv.b((Object) this.m, (Object) xog.m) && C14957gcv.b((Object) this.b, (Object) xog.b) && C14957gcv.b((Object) this.i, (Object) xog.i);
}
}