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

75 lines
2.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes.dex */
public final class Bkj extends C16562pOe {
@SerializedName("activationDate")
public final String a;
@SerializedName("isAutoAddAccount")
public final Boolean b;
@SerializedName("creditLimit")
public final Double c;
@SerializedName("addedToAccount")
public final Boolean d;
@SerializedName("addAccountIssue")
public final RgE e;
@SerializedName("remark")
public final String f;
public final String toString() {
Double d = this.c;
String str = this.a;
Boolean bool = this.d;
RgE rgE = this.e;
Boolean bool2 = this.b;
String str2 = this.f;
StringBuilder sb = new StringBuilder("ActivateCardResponseEntity(creditLimit=");
sb.append(d);
sb.append(", activationDate=");
sb.append(str);
sb.append(", addedToAccount=");
sb.append(bool);
sb.append(", addAccountIssue=");
sb.append(rgE);
sb.append(", isAutoAddAccount=");
sb.append(bool2);
sb.append(", remark=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Double d = this.c;
int hashCode = d == null ? 0 : d.hashCode();
String str = this.a;
int hashCode2 = str == null ? 0 : str.hashCode();
Boolean bool = this.d;
int hashCode3 = bool == null ? 0 : bool.hashCode();
RgE rgE = this.e;
int hashCode4 = rgE == null ? 0 : rgE.hashCode();
Boolean bool2 = this.b;
int hashCode5 = bool2 == null ? 0 : bool2.hashCode();
String str2 = this.f;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Bkj)) {
return false;
}
Bkj bkj = (Bkj) obj;
return C14957gcv.b(this.c, bkj.c) && C14957gcv.b((Object) this.a, (Object) bkj.a) && C14957gcv.b(this.d, bkj.d) && C14957gcv.b(this.e, bkj.e) && C14957gcv.b(this.b, bkj.b) && C14957gcv.b((Object) this.f, (Object) bkj.f);
}
}