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

77 lines
2.5 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class vDw {
public final Double a;
public final Double b;
public final String c;
public final String d;
public final Double e;
public final JZY f;
public final String g;
public vDw(JZY jzy, Double d, Double d2, Double d3, String str, String str2, String str3) {
this.f = jzy;
this.b = d;
this.e = d2;
this.a = d3;
this.d = str;
this.g = str2;
this.c = str3;
}
public final String toString() {
JZY jzy = this.f;
Double d = this.b;
Double d2 = this.e;
Double d3 = this.a;
String str = this.d;
String str2 = this.g;
String str3 = this.c;
StringBuilder sb = new StringBuilder("DepositAdditionalLimit(status=");
sb.append(jzy);
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() {
JZY jzy = this.f;
int hashCode = jzy == null ? 0 : jzy.hashCode();
Double d = this.b;
int hashCode2 = d == null ? 0 : d.hashCode();
Double d2 = this.e;
int hashCode3 = d2 == null ? 0 : d2.hashCode();
Double d3 = this.a;
int hashCode4 = d3 == null ? 0 : d3.hashCode();
String str = this.d;
int hashCode5 = str == null ? 0 : str.hashCode();
String str2 = this.g;
int hashCode6 = str2 == null ? 0 : str2.hashCode();
String str3 = this.c;
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 vDw)) {
return false;
}
vDw vdw = (vDw) obj;
return C14957gcv.b(this.f, vdw.f) && C14957gcv.b(this.b, vdw.b) && C14957gcv.b(this.e, vdw.e) && C14957gcv.b(this.a, vdw.a) && C14957gcv.b((Object) this.d, (Object) vdw.d) && C14957gcv.b((Object) this.g, (Object) vdw.g) && C14957gcv.b((Object) this.c, (Object) vdw.c);
}
}