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

87 lines
2.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.jNA, reason: case insensitive filesystem */
/* loaded from: classes.dex */
public final class C15875jNA extends C16562pOe {
@SerializedName("isActivated")
public final boolean a;
@SerializedName("tempCreditLimitExp")
public final String b;
@SerializedName("cardType")
public final String c;
@SerializedName("cardFlags")
public final C10224dyj d;
@SerializedName("tempCreditLimit")
public final double e;
private /* synthetic */ C15875jNA(byte b) {
this("", new C10224dyj(), "");
}
private C15875jNA(String str, C10224dyj c10224dyj, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(c10224dyj, "");
C14957gcv.e(str2, "");
this.a = false;
this.e = 0.0d;
this.b = str;
this.d = c10224dyj;
this.c = str2;
}
public final String toString() {
boolean z = this.a;
double d = this.e;
String str = this.b;
C10224dyj c10224dyj = this.d;
String str2 = this.c;
StringBuilder sb = new StringBuilder("CardResponseEntity(isActivated=");
sb.append(z);
sb.append(", tempCreditLimit=");
sb.append(d);
sb.append(", tempCreditLimitExp=");
sb.append(str);
sb.append(", cardFlags=");
sb.append(c10224dyj);
sb.append(", cardType=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARN: Type inference failed for: r0v1, types: [int] */
/* JADX WARN: Type inference failed for: r0v10 */
/* JADX WARN: Type inference failed for: r0v11 */
public final int hashCode() {
boolean z = this.a;
?? r0 = z;
if (z) {
r0 = 1;
}
return (((((((r0 * 31) + Double.hashCode(this.e)) * 31) + this.b.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C15875jNA)) {
return false;
}
C15875jNA c15875jNA = (C15875jNA) obj;
return this.a == c15875jNA.a && Double.compare(this.e, c15875jNA.e) == 0 && C14957gcv.b((Object) this.b, (Object) c15875jNA.b) && C14957gcv.b(this.d, c15875jNA.d) && C14957gcv.b((Object) this.c, (Object) c15875jNA.c);
}
public C15875jNA() {
this((byte) 0);
}
}