123 lines
4.3 KiB
Java
123 lines
4.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class CXO {
|
|
|
|
@SerializedName("occupationGroup")
|
|
public final String a;
|
|
|
|
@SerializedName("isicCode")
|
|
public final String b;
|
|
|
|
@SerializedName("occupationCode")
|
|
public final String c;
|
|
|
|
@SerializedName("occupationApplicationCode")
|
|
public final String d;
|
|
|
|
@SerializedName("occupationDescription")
|
|
public final String e;
|
|
|
|
@SerializedName("occupationLeadsAutoCode")
|
|
public final String f;
|
|
|
|
@SerializedName("recommendFlag")
|
|
public final String g;
|
|
|
|
@SerializedName("customerGroupCode")
|
|
public final String h;
|
|
|
|
@SerializedName("occupationTypeCode")
|
|
public final String i;
|
|
|
|
@SerializedName("recommendOrder")
|
|
public final Integer j;
|
|
|
|
@SerializedName("sortSequence")
|
|
public final Integer l;
|
|
|
|
@SerializedName("purposeLoanFlag")
|
|
private final String m;
|
|
|
|
public final String toString() {
|
|
Integer num = this.l;
|
|
String str = this.c;
|
|
String str2 = this.b;
|
|
String str3 = this.e;
|
|
String str4 = this.g;
|
|
Integer num2 = this.j;
|
|
String str5 = this.a;
|
|
String str6 = this.h;
|
|
String str7 = this.i;
|
|
String str8 = this.d;
|
|
String str9 = this.m;
|
|
String str10 = this.f;
|
|
StringBuilder sb = new StringBuilder("OccupationTitleEntity(sortSequence=");
|
|
sb.append(num);
|
|
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(num2);
|
|
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(", purposeLoanFlag=");
|
|
sb.append(str9);
|
|
sb.append(", occupationLeadsAutoCode=");
|
|
sb.append(str10);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
Integer num = this.l;
|
|
int hashCode = num == null ? 0 : num.hashCode();
|
|
String str = this.c;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.b;
|
|
int hashCode3 = str2 == null ? 0 : str2.hashCode();
|
|
String str3 = this.e;
|
|
int hashCode4 = str3 == null ? 0 : str3.hashCode();
|
|
String str4 = this.g;
|
|
int hashCode5 = str4 == null ? 0 : str4.hashCode();
|
|
Integer num2 = this.j;
|
|
int hashCode6 = num2 == null ? 0 : num2.hashCode();
|
|
String str5 = this.a;
|
|
int hashCode7 = str5 == null ? 0 : str5.hashCode();
|
|
String str6 = this.h;
|
|
int hashCode8 = str6 == null ? 0 : str6.hashCode();
|
|
String str7 = this.i;
|
|
int hashCode9 = str7 == null ? 0 : str7.hashCode();
|
|
String str8 = this.d;
|
|
int hashCode10 = str8 == null ? 0 : str8.hashCode();
|
|
String str9 = this.m;
|
|
int hashCode11 = str9 == null ? 0 : str9.hashCode();
|
|
String str10 = this.f;
|
|
return (((((((((((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + hashCode7) * 31) + hashCode8) * 31) + hashCode9) * 31) + hashCode10) * 31) + hashCode11) * 31) + (str10 != null ? str10.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof CXO)) {
|
|
return false;
|
|
}
|
|
CXO cxo = (CXO) obj;
|
|
return C14957gcv.b(this.l, cxo.l) && C14957gcv.b((Object) this.c, (Object) cxo.c) && C14957gcv.b((Object) this.b, (Object) cxo.b) && C14957gcv.b((Object) this.e, (Object) cxo.e) && C14957gcv.b((Object) this.g, (Object) cxo.g) && C14957gcv.b(this.j, cxo.j) && C14957gcv.b((Object) this.a, (Object) cxo.a) && C14957gcv.b((Object) this.h, (Object) cxo.h) && C14957gcv.b((Object) this.i, (Object) cxo.i) && C14957gcv.b((Object) this.d, (Object) cxo.d) && C14957gcv.b((Object) this.m, (Object) cxo.m) && C14957gcv.b((Object) this.f, (Object) cxo.f);
|
|
}
|
|
}
|