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

138 lines
4.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class HEB extends C16562pOe {
@SerializedName("dailyCountLimit")
public final Integer a;
@SerializedName("denominationList")
public final List<Integer> b;
@SerializedName("conditionLabel")
public final C11849enB c;
@SerializedName("dailyAmountLimit")
public final Double d;
@SerializedName("condition")
public final String e;
@SerializedName("remainingDailyCountLimit")
public final Integer f;
@SerializedName("minAmount")
public final Double g;
@SerializedName("maxAmount")
public final Double h;
@SerializedName("displayEditIcon")
public final String i;
@SerializedName("remainingDailyAmountLimit")
public final Double j;
@SerializedName("sourceSystem")
public final String l;
private /* synthetic */ HEB(char c) {
this((byte) 0);
}
private HEB(byte b) {
this.f = null;
this.j = null;
this.a = null;
this.d = null;
this.b = null;
this.g = null;
this.h = null;
this.i = null;
this.e = null;
this.c = null;
this.l = null;
}
public final String toString() {
Integer num = this.f;
Double d = this.j;
Integer num2 = this.a;
Double d2 = this.d;
List<Integer> list = this.b;
Double d3 = this.g;
Double d4 = this.h;
String str = this.i;
String str2 = this.e;
C11849enB c11849enB = this.c;
String str3 = this.l;
StringBuilder sb = new StringBuilder("CardlessATMDailyInfoEntity(remainingDailyCountLimit=");
sb.append(num);
sb.append(", remainingDailyAmountLimit=");
sb.append(d);
sb.append(", dailyCountLimit=");
sb.append(num2);
sb.append(", dailyAmountLimit=");
sb.append(d2);
sb.append(", denominationList=");
sb.append(list);
sb.append(", minAmount=");
sb.append(d3);
sb.append(", maxAmount=");
sb.append(d4);
sb.append(", editFlag=");
sb.append(str);
sb.append(", condition=");
sb.append(str2);
sb.append(", conditionLabelEntity=");
sb.append(c11849enB);
sb.append(", sourceSystem=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.f;
int hashCode = num == null ? 0 : num.hashCode();
Double d = this.j;
int hashCode2 = d == null ? 0 : d.hashCode();
Integer num2 = this.a;
int hashCode3 = num2 == null ? 0 : num2.hashCode();
Double d2 = this.d;
int hashCode4 = d2 == null ? 0 : d2.hashCode();
List<Integer> list = this.b;
int hashCode5 = list == null ? 0 : list.hashCode();
Double d3 = this.g;
int hashCode6 = d3 == null ? 0 : d3.hashCode();
Double d4 = this.h;
int hashCode7 = d4 == null ? 0 : d4.hashCode();
String str = this.i;
int hashCode8 = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode9 = str2 == null ? 0 : str2.hashCode();
C11849enB c11849enB = this.c;
int hashCode10 = c11849enB == null ? 0 : c11849enB.hashCode();
String str3 = this.l;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof HEB)) {
return false;
}
HEB heb = (HEB) obj;
return C14957gcv.b(this.f, heb.f) && C14957gcv.b(this.j, heb.j) && C14957gcv.b(this.a, heb.a) && C14957gcv.b(this.d, heb.d) && C14957gcv.b(this.b, heb.b) && C14957gcv.b(this.g, heb.g) && C14957gcv.b(this.h, heb.h) && C14957gcv.b((Object) this.i, (Object) heb.i) && C14957gcv.b((Object) this.e, (Object) heb.e) && C14957gcv.b(this.c, heb.c) && C14957gcv.b((Object) this.l, (Object) heb.l);
}
public HEB() {
this((char) 0);
}
}