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

100 lines
3.5 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.List;
/* loaded from: classes3.dex */
public final class yGy extends Pag {
public final Integer a;
public final List<String> b;
public final Integer c;
public final Fut d;
public final Boolean f;
public final String g;
public final String h;
public final List<PBR> i;
public final IVd j;
public final String n;
public yGy(Integer num, Integer num2, Boolean bool, IVd iVd, Fut fut, List<String> list, String str, List<PBR> list2, String str2, String str3) {
this.c = num;
this.a = num2;
this.f = bool;
this.j = iVd;
this.d = fut;
this.b = list;
this.n = str;
this.i = list2;
this.g = str2;
this.h = str3;
}
public final String toString() {
Integer num = this.c;
Integer num2 = this.a;
Boolean bool = this.f;
IVd iVd = this.j;
Fut fut = this.d;
List<String> list = this.b;
String str = this.n;
List<PBR> list2 = this.i;
String str2 = this.g;
String str3 = this.h;
StringBuilder sb = new StringBuilder("CdxTempLimitCriteria(creditLimitAmount=");
sb.append(num);
sb.append(", availableLimitAmount=");
sb.append(num2);
sb.append(", isTempLimitActive=");
sb.append(bool);
sb.append(", limitInfo=");
sb.append(iVd);
sb.append(", additionalCreditLimit=");
sb.append(fut);
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.c;
int hashCode = num == null ? 0 : num.hashCode();
Integer num2 = this.a;
int hashCode2 = num2 == null ? 0 : num2.hashCode();
Boolean bool = this.f;
int hashCode3 = bool == null ? 0 : bool.hashCode();
IVd iVd = this.j;
int hashCode4 = iVd == null ? 0 : iVd.hashCode();
Fut fut = this.d;
int hashCode5 = fut == null ? 0 : fut.hashCode();
List<String> list = this.b;
int hashCode6 = list == null ? 0 : list.hashCode();
String str = this.n;
int hashCode7 = str == null ? 0 : str.hashCode();
List<PBR> list2 = this.i;
int hashCode8 = list2 == null ? 0 : list2.hashCode();
String str2 = this.g;
int hashCode9 = str2 == null ? 0 : str2.hashCode();
String str3 = this.h;
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 yGy)) {
return false;
}
yGy ygy = (yGy) obj;
return C14957gcv.b(this.c, ygy.c) && C14957gcv.b(this.a, ygy.a) && C14957gcv.b(this.f, ygy.f) && C14957gcv.b(this.j, ygy.j) && C14957gcv.b(this.d, ygy.d) && C14957gcv.b(this.b, ygy.b) && C14957gcv.b((Object) this.n, (Object) ygy.n) && C14957gcv.b(this.i, ygy.i) && C14957gcv.b((Object) this.g, (Object) ygy.g) && C14957gcv.b((Object) this.h, (Object) ygy.h);
}
}