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

83 lines
2.7 KiB
Java
Raw Permalink 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 XrQ extends C16562pOe {
@SerializedName("creditLimitEffectiveDate")
public final String a;
@SerializedName("refId")
public final String b;
@SerializedName("cardRef")
public final String c;
@SerializedName("creditLimitEndDate")
public final String d;
@SerializedName("additionalCreditLimit")
public final Double e;
@SerializedName("transactionDate")
public final String f;
@SerializedName("remarkSuccess")
public final String j;
public final String toString() {
String str = this.c;
Double d = this.e;
String str2 = this.a;
String str3 = this.d;
String str4 = this.b;
String str5 = this.f;
String str6 = this.j;
StringBuilder sb = new StringBuilder("CreditLimitResponseEntity(cardRef=");
sb.append(str);
sb.append(", additionalCreditLimit=");
sb.append(d);
sb.append(", creditLimitEffectiveDate=");
sb.append(str2);
sb.append(", creditLimitEndDate=");
sb.append(str3);
sb.append(", refId=");
sb.append(str4);
sb.append(", transactionDate=");
sb.append(str5);
sb.append(", remarkSuccess=");
sb.append(str6);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
Double d = this.e;
int hashCode2 = d == null ? 0 : d.hashCode();
String str2 = this.a;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.d;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.b;
int hashCode5 = str4 == null ? 0 : str4.hashCode();
String str5 = this.f;
int hashCode6 = str5 == null ? 0 : str5.hashCode();
String str6 = this.j;
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str6 != null ? str6.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof XrQ)) {
return false;
}
XrQ xrQ = (XrQ) obj;
return C14957gcv.b((Object) this.c, (Object) xrQ.c) && C14957gcv.b(this.e, xrQ.e) && C14957gcv.b((Object) this.a, (Object) xrQ.a) && C14957gcv.b((Object) this.d, (Object) xrQ.d) && C14957gcv.b((Object) this.b, (Object) xrQ.b) && C14957gcv.b((Object) this.f, (Object) xrQ.f) && C14957gcv.b((Object) this.j, (Object) xrQ.j);
}
}