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

85 lines
2.7 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import com.huawei.hms.support.feature.result.CommonConstant;
/* renamed from: o.bNj, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C4018bNj {
@SerializedName("availableCredit")
public final Double a;
@SerializedName("creditLimit")
public final Double b;
@SerializedName("cardRefNo")
public final String c;
@SerializedName("creditUsed")
public final Double d;
@SerializedName("availableLimitLabel")
public final String e;
@SerializedName(CommonConstant.KEY_STATUS)
public final yzb g;
@SerializedName("limitLabel")
public final String j;
public final String toString() {
yzb yzbVar = this.g;
Double d = this.b;
Double d2 = this.d;
Double d3 = this.a;
String str = this.c;
String str2 = this.j;
String str3 = this.e;
StringBuilder sb = new StringBuilder("DepositAdditionalLimitEntity(status=");
sb.append(yzbVar);
sb.append(", creditLimit=");
sb.append(d);
sb.append(", creditUsed=");
sb.append(d2);
sb.append(", availableCredit=");
sb.append(d3);
sb.append(", cardRefNo=");
sb.append(str);
sb.append(", limitLabel=");
sb.append(str2);
sb.append(", availableLimitLabel=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
yzb yzbVar = this.g;
int hashCode = yzbVar == null ? 0 : yzbVar.hashCode();
Double d = this.b;
int hashCode2 = d == null ? 0 : d.hashCode();
Double d2 = this.d;
int hashCode3 = d2 == null ? 0 : d2.hashCode();
Double d3 = this.a;
int hashCode4 = d3 == null ? 0 : d3.hashCode();
String str = this.c;
int hashCode5 = str == null ? 0 : str.hashCode();
String str2 = this.j;
int hashCode6 = str2 == null ? 0 : str2.hashCode();
String str3 = this.e;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C4018bNj)) {
return false;
}
C4018bNj c4018bNj = (C4018bNj) obj;
return C14957gcv.b(this.g, c4018bNj.g) && C14957gcv.b(this.b, c4018bNj.b) && C14957gcv.b(this.d, c4018bNj.d) && C14957gcv.b(this.a, c4018bNj.a) && C14957gcv.b((Object) this.c, (Object) c4018bNj.c) && C14957gcv.b((Object) this.j, (Object) c4018bNj.j) && C14957gcv.b((Object) this.e, (Object) c4018bNj.e);
}
}