110 lines
3.6 KiB
Java
110 lines
3.6 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Diz {
|
|
|
|
@SerializedName("displayRemainingBalance")
|
|
public final Double a;
|
|
|
|
@SerializedName("accountNickName")
|
|
public final String b;
|
|
|
|
@SerializedName("accountNo")
|
|
public final String c;
|
|
|
|
@SerializedName("maxAllowedTenor")
|
|
public final Integer d;
|
|
|
|
@SerializedName("accountStatus")
|
|
public final String e;
|
|
|
|
@SerializedName("productNameTh")
|
|
public final String f;
|
|
|
|
@SerializedName("productNameEn")
|
|
public final String g;
|
|
|
|
@SerializedName("productIconURL1")
|
|
public final String h;
|
|
|
|
@SerializedName("prodPackageId")
|
|
public final String i;
|
|
|
|
@SerializedName("productIconURL2")
|
|
public final String j;
|
|
|
|
@SerializedName("sortSequence")
|
|
public final Integer k;
|
|
|
|
public final String toString() {
|
|
Integer num = this.k;
|
|
String str = this.c;
|
|
String str2 = this.g;
|
|
String str3 = this.f;
|
|
String str4 = this.b;
|
|
Double d = this.a;
|
|
Integer num2 = this.d;
|
|
String str5 = this.i;
|
|
String str6 = this.e;
|
|
String str7 = this.h;
|
|
String str8 = this.j;
|
|
StringBuilder sb = new StringBuilder("LoanAccountInfoEntity(sortSequence=");
|
|
sb.append(num);
|
|
sb.append(", accountNo=");
|
|
sb.append(str);
|
|
sb.append(", productNameEn=");
|
|
sb.append(str2);
|
|
sb.append(", productNameTh=");
|
|
sb.append(str3);
|
|
sb.append(", accountNickName=");
|
|
sb.append(str4);
|
|
sb.append(", displayRemainingBalance=");
|
|
sb.append(d);
|
|
sb.append(", maxAllowedTenor=");
|
|
sb.append(num2);
|
|
sb.append(", prodPackageId=");
|
|
sb.append(str5);
|
|
sb.append(", accountStatus=");
|
|
sb.append(str6);
|
|
sb.append(", productIconURL1=");
|
|
sb.append(str7);
|
|
sb.append(", productIconURL2=");
|
|
sb.append(str8);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
Integer num = this.k;
|
|
int hashCode = num == null ? 0 : num.hashCode();
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.g.hashCode();
|
|
int hashCode4 = this.f.hashCode();
|
|
String str = this.b;
|
|
int hashCode5 = str == null ? 0 : str.hashCode();
|
|
Double d = this.a;
|
|
int hashCode6 = d == null ? 0 : d.hashCode();
|
|
Integer num2 = this.d;
|
|
int hashCode7 = num2 == null ? 0 : num2.hashCode();
|
|
int hashCode8 = this.i.hashCode();
|
|
int hashCode9 = this.e.hashCode();
|
|
String str2 = this.h;
|
|
int hashCode10 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.j;
|
|
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str3 != null ? str3.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof Diz)) {
|
|
return false;
|
|
}
|
|
Diz diz = (Diz) obj;
|
|
return C14957gcv.b(this.k, diz.k) && C14957gcv.b((Object) this.c, (Object) diz.c) && C14957gcv.b((Object) this.g, (Object) diz.g) && C14957gcv.b((Object) this.f, (Object) diz.f) && C14957gcv.b((Object) this.b, (Object) diz.b) && C14957gcv.b(this.a, diz.a) && C14957gcv.b(this.d, diz.d) && C14957gcv.b((Object) this.i, (Object) diz.i) && C14957gcv.b((Object) this.e, (Object) diz.e) && C14957gcv.b((Object) this.h, (Object) diz.h) && C14957gcv.b((Object) this.j, (Object) diz.j);
|
|
}
|
|
}
|