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

108 lines
3.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes.dex */
public final class NKQ extends C16562pOe {
@SerializedName("expiryDateList")
public final List<String> a;
@SerializedName("additionalCreditLimit")
public final Yct b;
@SerializedName("availableLimitAmount")
public final Integer c;
@SerializedName("isTempLimitActive")
public final Boolean d;
@SerializedName("creditLimitAmount")
public final Integer e;
@SerializedName("limitInfo")
public final HsB f;
@SerializedName("remarkReview")
public final String g;
@SerializedName("remark")
public final String h;
@SerializedName("reasons")
public final List<Vcr> i;
@SerializedName("startDate")
public final String j;
public final String toString() {
Integer num = this.e;
Integer num2 = this.c;
Boolean bool = this.d;
HsB hsB = this.f;
Yct yct = this.b;
List<String> list = this.a;
String str = this.j;
List<Vcr> list2 = this.i;
String str2 = this.h;
String str3 = this.g;
StringBuilder sb = new StringBuilder("CdxTempLimitCriteriaEntity(creditLimitAmount=");
sb.append(num);
sb.append(", availableLimitAmount=");
sb.append(num2);
sb.append(", isTempLimitActive=");
sb.append(bool);
sb.append(", limitInfo=");
sb.append(hsB);
sb.append(", additionalCreditLimit=");
sb.append(yct);
sb.append(", expiryDateList=");
sb.append(list);
sb.append(", startDate=");
sb.append(str);
sb.append(", reasons=");
sb.append(list2);
sb.append(", remark=");
sb.append(str2);
sb.append(", remarkReview=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.e;
int hashCode = num == null ? 0 : num.hashCode();
Integer num2 = this.c;
int hashCode2 = num2 == null ? 0 : num2.hashCode();
Boolean bool = this.d;
int hashCode3 = bool == null ? 0 : bool.hashCode();
HsB hsB = this.f;
int hashCode4 = hsB == null ? 0 : hsB.hashCode();
Yct yct = this.b;
int hashCode5 = yct == null ? 0 : yct.hashCode();
List<String> list = this.a;
int hashCode6 = list == null ? 0 : list.hashCode();
String str = this.j;
int hashCode7 = str == null ? 0 : str.hashCode();
List<Vcr> list2 = this.i;
int hashCode8 = list2 == null ? 0 : list2.hashCode();
String str2 = this.h;
int hashCode9 = str2 == null ? 0 : str2.hashCode();
String str3 = this.g;
return (((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof NKQ)) {
return false;
}
NKQ nkq = (NKQ) obj;
return C14957gcv.b(this.e, nkq.e) && C14957gcv.b(this.c, nkq.c) && C14957gcv.b(this.d, nkq.d) && C14957gcv.b(this.f, nkq.f) && C14957gcv.b(this.b, nkq.b) && C14957gcv.b(this.a, nkq.a) && C14957gcv.b((Object) this.j, (Object) nkq.j) && C14957gcv.b(this.i, nkq.i) && C14957gcv.b((Object) this.h, (Object) nkq.h) && C14957gcv.b((Object) this.g, (Object) nkq.g);
}
}