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

67 lines
1.9 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class OjU extends C16562pOe {
@SerializedName("limitStepSize")
public final Double a;
@SerializedName("accountNumber")
public final String b;
@SerializedName("minAmount")
public final Double c;
@SerializedName("limitAmount")
public final Double d;
@SerializedName("maxAmount")
public final Double e;
public final String toString() {
String str = this.b;
Double d = this.d;
Double d2 = this.c;
Double d3 = this.e;
Double d4 = this.a;
StringBuilder sb = new StringBuilder("QrBScanCEntity(accountNumber=");
sb.append(str);
sb.append(", limitAmount=");
sb.append(d);
sb.append(", minAmount=");
sb.append(d2);
sb.append(", maxAmount=");
sb.append(d3);
sb.append(", limitStepSize=");
sb.append(d4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.b;
int hashCode = str == null ? 0 : str.hashCode();
Double d = this.d;
int hashCode2 = d == null ? 0 : d.hashCode();
Double d2 = this.c;
int hashCode3 = d2 == null ? 0 : d2.hashCode();
Double d3 = this.e;
int hashCode4 = d3 == null ? 0 : d3.hashCode();
Double d4 = this.a;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (d4 != null ? d4.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof OjU)) {
return false;
}
OjU ojU = (OjU) obj;
return C14957gcv.b((Object) this.b, (Object) ojU.b) && C14957gcv.b(this.d, ojU.d) && C14957gcv.b(this.c, ojU.c) && C14957gcv.b(this.e, ojU.e) && C14957gcv.b(this.a, ojU.a);
}
}