101 lines
3.2 KiB
Java
101 lines
3.2 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class rQr {
|
||
|
|
||
|
@SerializedName("companyId")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("employmentExperience")
|
||
|
public final Kgn b;
|
||
|
|
||
|
@SerializedName("companyName")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("companyPhone")
|
||
|
public final String d;
|
||
|
|
||
|
@SerializedName("customerGroupCode")
|
||
|
public final String e;
|
||
|
|
||
|
@SerializedName("sourceOfIncome")
|
||
|
public final ovD g;
|
||
|
|
||
|
@SerializedName("workAddress")
|
||
|
public final C1789aOf i;
|
||
|
|
||
|
@SerializedName("occupation")
|
||
|
public final C17446woW j;
|
||
|
|
||
|
public rQr(C17446woW c17446woW, ovD ovd, String str, String str2, C1789aOf c1789aOf, String str3, String str4, Kgn kgn) {
|
||
|
C14957gcv.e(ovd, "");
|
||
|
C14957gcv.e(kgn, "");
|
||
|
this.j = c17446woW;
|
||
|
this.g = ovd;
|
||
|
this.a = str;
|
||
|
this.c = str2;
|
||
|
this.i = c1789aOf;
|
||
|
this.d = str3;
|
||
|
this.e = str4;
|
||
|
this.b = kgn;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
C17446woW c17446woW = this.j;
|
||
|
ovD ovd = this.g;
|
||
|
String str = this.a;
|
||
|
String str2 = this.c;
|
||
|
C1789aOf c1789aOf = this.i;
|
||
|
String str3 = this.d;
|
||
|
String str4 = this.e;
|
||
|
Kgn kgn = this.b;
|
||
|
StringBuilder sb = new StringBuilder("OccupationInfoEntity(occupation=");
|
||
|
sb.append(c17446woW);
|
||
|
sb.append(", sourceOfIncome=");
|
||
|
sb.append(ovd);
|
||
|
sb.append(", companyId=");
|
||
|
sb.append(str);
|
||
|
sb.append(", companyName=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", workAddress=");
|
||
|
sb.append(c1789aOf);
|
||
|
sb.append(", companyPhone=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", customerGroupCode=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", experience=");
|
||
|
sb.append(kgn);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
C17446woW c17446woW = this.j;
|
||
|
int hashCode = c17446woW == null ? 0 : c17446woW.hashCode();
|
||
|
int hashCode2 = this.g.hashCode();
|
||
|
String str = this.a;
|
||
|
int hashCode3 = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.c;
|
||
|
int hashCode4 = str2 == null ? 0 : str2.hashCode();
|
||
|
C1789aOf c1789aOf = this.i;
|
||
|
int hashCode5 = c1789aOf == null ? 0 : c1789aOf.hashCode();
|
||
|
String str3 = this.d;
|
||
|
int hashCode6 = str3 == null ? 0 : str3.hashCode();
|
||
|
String str4 = this.e;
|
||
|
return (((((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + hashCode6) * 31) + (str4 != null ? str4.hashCode() : 0)) * 31) + this.b.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof rQr)) {
|
||
|
return false;
|
||
|
}
|
||
|
rQr rqr = (rQr) obj;
|
||
|
return C14957gcv.b(this.j, rqr.j) && C14957gcv.b(this.g, rqr.g) && C14957gcv.b((Object) this.a, (Object) rqr.a) && C14957gcv.b((Object) this.c, (Object) rqr.c) && C14957gcv.b(this.i, rqr.i) && C14957gcv.b((Object) this.d, (Object) rqr.d) && C14957gcv.b((Object) this.e, (Object) rqr.e) && C14957gcv.b(this.b, rqr.b);
|
||
|
}
|
||
|
}
|