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

96 lines
2.9 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class MiS {
@SerializedName("loanPurpose")
public final zSy a;
@SerializedName("businessType")
public final String b;
@SerializedName("minIncome")
public final int c;
@SerializedName("businessIndustry")
public final FYM d;
@SerializedName("netIncome")
public final Integer e;
@SerializedName("validationConfig")
public final yuk f;
@SerializedName("sourceOfIncome")
public final ovD g;
@SerializedName("operatingAccount")
public final List<C17713zBu> h;
@SerializedName("storeType")
public final XLd j;
public final String toString() {
yuk yukVar = this.f;
FYM fym = this.d;
String str = this.b;
XLd xLd = this.j;
zSy zsy = this.a;
Integer num = this.e;
ovD ovd = this.g;
List<C17713zBu> list = this.h;
int i = this.c;
StringBuilder sb = new StringBuilder("HmlBusinessInfoEntity(validationConfig=");
sb.append(yukVar);
sb.append(", businessIndustry=");
sb.append(fym);
sb.append(", businessType=");
sb.append(str);
sb.append(", storeType=");
sb.append(xLd);
sb.append(", loanPurpose=");
sb.append(zsy);
sb.append(", netIncome=");
sb.append(num);
sb.append(", sourceOfIncome=");
sb.append(ovd);
sb.append(", operatingAccount=");
sb.append(list);
sb.append(", minIncome=");
sb.append(i);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.f.hashCode();
int hashCode2 = this.d.hashCode();
String str = this.b;
int hashCode3 = str == null ? 0 : str.hashCode();
XLd xLd = this.j;
int hashCode4 = xLd == null ? 0 : xLd.hashCode();
zSy zsy = this.a;
int hashCode5 = zsy == null ? 0 : zsy.hashCode();
Integer num = this.e;
int hashCode6 = num == null ? 0 : num.hashCode();
ovD ovd = this.g;
int hashCode7 = ovd == null ? 0 : ovd.hashCode();
List<C17713zBu> list = this.h;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + (list != null ? list.hashCode() : 0)) * 31) + Integer.hashCode(this.c);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof MiS)) {
return false;
}
MiS miS = (MiS) obj;
return C14957gcv.b(this.f, miS.f) && C14957gcv.b(this.d, miS.d) && C14957gcv.b((Object) this.b, (Object) miS.b) && C14957gcv.b(this.j, miS.j) && C14957gcv.b(this.a, miS.a) && C14957gcv.b(this.e, miS.e) && C14957gcv.b(this.g, miS.g) && C14957gcv.b(this.h, miS.h) && this.c == miS.c;
}
}