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

192 lines
5.8 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class Xnj {
@SerializedName("applicationUuid")
public final String a;
@SerializedName("businessExperience")
public final IeS b;
@SerializedName("privilegedProfession")
public final Sts c;
@SerializedName("contact")
public final RVV d;
@SerializedName("businessName")
public final String e;
@SerializedName("productType")
public final String h;
/* loaded from: classes3.dex */
public static final class IeS {
@SerializedName("year")
public final String a;
@SerializedName("month")
public final String c;
public final String toString() {
String str = this.a;
String str2 = this.c;
StringBuilder sb = new StringBuilder("BusinessExperience(year=");
sb.append(str);
sb.append(", month=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.a;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.c;
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IeS)) {
return false;
}
IeS ieS = (IeS) obj;
return C14957gcv.b((Object) this.a, (Object) ieS.a) && C14957gcv.b((Object) this.c, (Object) ieS.c);
}
}
/* loaded from: classes3.dex */
public static final class RVV {
@SerializedName("businessAddress")
public final C1789aOf a;
@SerializedName("companyPhone")
public final String c;
public final String toString() {
String str = this.c;
C1789aOf c1789aOf = this.a;
StringBuilder sb = new StringBuilder("Contact(companyPhone=");
sb.append(str);
sb.append(", businessAddress=");
sb.append(c1789aOf);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
C1789aOf c1789aOf = this.a;
return (hashCode * 31) + (c1789aOf != null ? c1789aOf.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof RVV)) {
return false;
}
RVV rvv = (RVV) obj;
return C14957gcv.b((Object) this.c, (Object) rvv.c) && C14957gcv.b(this.a, rvv.a);
}
}
/* loaded from: classes3.dex */
public static final class Sts {
@SerializedName("code")
public final String a;
@SerializedName("flag")
public final String c;
public final String toString() {
String str = this.c;
String str2 = this.a;
StringBuilder sb = new StringBuilder("PrivilegedProfession(flag=");
sb.append(str);
sb.append(", code=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.a;
return (hashCode * 31) + (str2 != null ? str2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Sts)) {
return false;
}
Sts sts = (Sts) obj;
return C14957gcv.b((Object) this.c, (Object) sts.c) && C14957gcv.b((Object) this.a, (Object) sts.a);
}
}
public final String toString() {
String str = this.e;
RVV rvv = this.d;
Sts sts = this.c;
IeS ieS = this.b;
String str2 = this.a;
String str3 = this.h;
StringBuilder sb = new StringBuilder("BusinessProfileDetailsEntity(businessName=");
sb.append(str);
sb.append(", contact=");
sb.append(rvv);
sb.append(", privilegedProfession=");
sb.append(sts);
sb.append(", businessExperience=");
sb.append(ieS);
sb.append(", applicationUuid=");
sb.append(str2);
sb.append(", productType=");
sb.append(str3);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.e;
int hashCode = str == null ? 0 : str.hashCode();
RVV rvv = this.d;
int hashCode2 = rvv == null ? 0 : rvv.hashCode();
Sts sts = this.c;
int hashCode3 = sts == null ? 0 : sts.hashCode();
IeS ieS = this.b;
int hashCode4 = ieS == null ? 0 : ieS.hashCode();
String str2 = this.a;
int hashCode5 = str2 == null ? 0 : str2.hashCode();
String str3 = this.h;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str3 != null ? str3.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof Xnj)) {
return false;
}
Xnj xnj = (Xnj) obj;
return C14957gcv.b((Object) this.e, (Object) xnj.e) && C14957gcv.b(this.d, xnj.d) && C14957gcv.b(this.c, xnj.c) && C14957gcv.b(this.b, xnj.b) && C14957gcv.b((Object) this.a, (Object) xnj.a) && C14957gcv.b((Object) this.h, (Object) xnj.h);
}
}