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

113 lines
4.1 KiB
Java

package o;
/* loaded from: classes3.dex */
public final class YFD {
public final String a;
public final String b;
public final String c;
public final String d;
public final String e;
public final String f;
public final String g;
public final String h;
public final String i;
public final Integer j;
public final int m;
public YFD(int i, String str, String str2, String str3, String str4, Integer num, String str5, String str6, String str7, String str8, String str9) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
this.m = i;
this.b = str;
this.c = str2;
this.d = str3;
this.g = str4;
this.j = num;
this.e = str5;
this.f = str6;
this.i = str7;
this.a = str8;
this.h = str9;
}
/* JADX WARN: 'this' call moved to the top of the method (can break code semantics) */
public YFD(int i, String str, String str2, String str3, String str4, Integer num) {
this(i, str, str2, str3, str4, num, null, null, null, null, null);
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
}
public final String toString() {
int i = this.m;
String str = this.b;
String str2 = this.c;
String str3 = this.d;
String str4 = this.g;
Integer num = this.j;
String str5 = this.e;
String str6 = this.f;
String str7 = this.i;
String str8 = this.a;
String str9 = this.h;
StringBuilder sb = new StringBuilder("OccupationTitle(sortSequence=");
sb.append(i);
sb.append(", occupationCode=");
sb.append(str);
sb.append(", isicCode=");
sb.append(str2);
sb.append(", occupationDescription=");
sb.append(str3);
sb.append(", recommendFlag=");
sb.append(str4);
sb.append(", recommendOrder=");
sb.append(num);
sb.append(", occupationGroup=");
sb.append(str5);
sb.append(", occupationGroupCode=");
sb.append(str6);
sb.append(", occupationTypeCode=");
sb.append(str7);
sb.append(", occupationApplicationCode=");
sb.append(str8);
sb.append(", occupationLeadsAutoCode=");
sb.append(str9);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = Integer.hashCode(this.m);
int hashCode2 = this.b.hashCode();
int hashCode3 = this.c.hashCode();
int hashCode4 = this.d.hashCode();
int hashCode5 = this.g.hashCode();
Integer num = this.j;
int hashCode6 = num == null ? 0 : num.hashCode();
String str = this.e;
int hashCode7 = str == null ? 0 : str.hashCode();
String str2 = this.f;
int hashCode8 = str2 == null ? 0 : str2.hashCode();
String str3 = this.i;
int hashCode9 = str3 == null ? 0 : str3.hashCode();
String str4 = this.a;
int hashCode10 = str4 == null ? 0 : str4.hashCode();
String str5 = this.h;
return (((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + (str5 != null ? str5.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof YFD)) {
return false;
}
YFD yfd = (YFD) obj;
return this.m == yfd.m && C14957gcv.b((Object) this.b, (Object) yfd.b) && C14957gcv.b((Object) this.c, (Object) yfd.c) && C14957gcv.b((Object) this.d, (Object) yfd.d) && C14957gcv.b((Object) this.g, (Object) yfd.g) && C14957gcv.b(this.j, yfd.j) && C14957gcv.b((Object) this.e, (Object) yfd.e) && C14957gcv.b((Object) this.f, (Object) yfd.f) && C14957gcv.b((Object) this.i, (Object) yfd.i) && C14957gcv.b((Object) this.a, (Object) yfd.a) && C14957gcv.b((Object) this.h, (Object) yfd.h);
}
}