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

107 lines
3.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class Zyn {
@SerializedName("code")
private final String a;
@SerializedName("incrementalAmount")
private final double b;
@SerializedName("productSalesSheet")
private final String c;
@SerializedName("maxAmount")
private final double d;
@SerializedName("minAmount")
private final double e;
@SerializedName("sortSequence")
private final Integer f;
@SerializedName("salesSheetFlag")
private final String i;
@SerializedName("subAttribute")
private final String j;
private Zyn(Integer num) {
this.f = num;
this.a = null;
this.j = null;
this.e = 0.0d;
this.d = 0.0d;
this.b = 0.0d;
this.c = null;
this.i = null;
}
private /* synthetic */ Zyn(byte b) {
this((Integer) 0);
}
public final String toString() {
Integer num = this.f;
String str = this.a;
String str2 = this.j;
double d = this.e;
double d2 = this.d;
double d3 = this.b;
String str3 = this.c;
String str4 = this.i;
StringBuilder sb = new StringBuilder("SubProductEntity(sortSequence=");
sb.append(num);
sb.append(", code=");
sb.append(str);
sb.append(", subAttribute=");
sb.append(str2);
sb.append(", minAmount=");
sb.append(d);
sb.append(", maxAmount=");
sb.append(d2);
sb.append(", incrementalAmount=");
sb.append(d3);
sb.append(", productSalesSheet=");
sb.append(str3);
sb.append(", salesSheetFlag=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.f;
int hashCode = num == null ? 0 : num.hashCode();
String str = this.a;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.j;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
int hashCode4 = Double.hashCode(this.e);
int hashCode5 = Double.hashCode(this.d);
int hashCode6 = Double.hashCode(this.b);
String str3 = this.c;
int hashCode7 = str3 == null ? 0 : str3.hashCode();
String str4 = this.i;
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (str4 != null ? str4.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Zyn)) {
return false;
}
Zyn zyn = (Zyn) obj;
return C14957gcv.b(this.f, zyn.f) && C14957gcv.b((Object) this.a, (Object) zyn.a) && C14957gcv.b((Object) this.j, (Object) zyn.j) && Double.compare(this.e, zyn.e) == 0 && Double.compare(this.d, zyn.d) == 0 && Double.compare(this.b, zyn.b) == 0 && C14957gcv.b((Object) this.c, (Object) zyn.c) && C14957gcv.b((Object) this.i, (Object) zyn.i);
}
public Zyn() {
this((byte) 0);
}
}