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

98 lines
3.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class wCg {
@SerializedName("isEmploymentCharacteristicDisplayed")
public final String a;
@SerializedName("code")
public final String b;
@SerializedName("description")
public final String c;
@SerializedName("defaultEmploymentStatus")
public final yzb d;
@SerializedName("isEmploymentStatusDisplayed")
public final String e;
@SerializedName("occupationApplicationCode")
public final String f;
@SerializedName("occupationTypeCode")
public final String g;
@SerializedName("occupationLeadsAutoCode")
public final String h;
@SerializedName("isUnemployed")
public final Boolean i;
public final String toString() {
String str = this.b;
String str2 = this.c;
String str3 = this.g;
String str4 = this.e;
String str5 = this.a;
yzb yzbVar = this.d;
String str6 = this.f;
String str7 = this.h;
Boolean bool = this.i;
StringBuilder sb = new StringBuilder("OccupationEntity(code=");
sb.append(str);
sb.append(", description=");
sb.append(str2);
sb.append(", occupationTypeCode=");
sb.append(str3);
sb.append(", isEmploymentStatusDisplayed=");
sb.append(str4);
sb.append(", isEmploymentCharacteristicDisplayed=");
sb.append(str5);
sb.append(", defaultEmploymentStatus=");
sb.append(yzbVar);
sb.append(", occupationApplicationCode=");
sb.append(str6);
sb.append(", occupationLeadsAutoCode=");
sb.append(str7);
sb.append(", isUnemployed=");
sb.append(bool);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.b;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.g;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.e;
int hashCode4 = str4 == null ? 0 : str4.hashCode();
String str5 = this.a;
int hashCode5 = str5 == null ? 0 : str5.hashCode();
yzb yzbVar = this.d;
int hashCode6 = yzbVar == null ? 0 : yzbVar.hashCode();
int hashCode7 = this.f.hashCode();
String str6 = this.h;
int hashCode8 = str6 == null ? 0 : str6.hashCode();
Boolean bool = this.i;
return (((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + (bool != null ? bool.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof wCg)) {
return false;
}
wCg wcg = (wCg) obj;
return C14957gcv.b((Object) this.b, (Object) wcg.b) && C14957gcv.b((Object) this.c, (Object) wcg.c) && C14957gcv.b((Object) this.g, (Object) wcg.g) && C14957gcv.b((Object) this.e, (Object) wcg.e) && C14957gcv.b((Object) this.a, (Object) wcg.a) && C14957gcv.b(this.d, wcg.d) && C14957gcv.b((Object) this.f, (Object) wcg.f) && C14957gcv.b((Object) this.h, (Object) wcg.h) && C14957gcv.b(this.i, wcg.i);
}
}