78 lines
2.4 KiB
Java
78 lines
2.4 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class EJy {
|
|
|
|
@SerializedName("occupation")
|
|
public final String a;
|
|
|
|
@SerializedName("companyPhone")
|
|
public final String b;
|
|
|
|
@SerializedName("sourceOfIncome")
|
|
public final String c;
|
|
|
|
@SerializedName("employmentExperience")
|
|
public final Kgn d;
|
|
|
|
@SerializedName("companyName")
|
|
public final String e;
|
|
|
|
@SerializedName("customerGroupCode")
|
|
private final String f;
|
|
|
|
@SerializedName("workAddress")
|
|
public final List<String> h;
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.c;
|
|
String str3 = this.e;
|
|
List<String> list = this.h;
|
|
String str4 = this.b;
|
|
String str5 = this.f;
|
|
Kgn kgn = this.d;
|
|
StringBuilder sb = new StringBuilder("HmlAppOccupationInfoEntity(occupation=");
|
|
sb.append(str);
|
|
sb.append(", sourceOfIncome=");
|
|
sb.append(str2);
|
|
sb.append(", companyName=");
|
|
sb.append(str3);
|
|
sb.append(", workAddress=");
|
|
sb.append(list);
|
|
sb.append(", companyPhone=");
|
|
sb.append(str4);
|
|
sb.append(", customerGroupCode=");
|
|
sb.append(str5);
|
|
sb.append(", experience=");
|
|
sb.append(kgn);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.a.hashCode();
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.e.hashCode();
|
|
int hashCode4 = this.h.hashCode();
|
|
String str = this.b;
|
|
int hashCode5 = str == null ? 0 : str.hashCode();
|
|
String str2 = this.f;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str2 != null ? str2.hashCode() : 0)) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof EJy)) {
|
|
return false;
|
|
}
|
|
EJy eJy = (EJy) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) eJy.a) && C14957gcv.b((Object) this.c, (Object) eJy.c) && C14957gcv.b((Object) this.e, (Object) eJy.e) && C14957gcv.b(this.h, eJy.h) && C14957gcv.b((Object) this.b, (Object) eJy.b) && C14957gcv.b((Object) this.f, (Object) eJy.f) && C14957gcv.b(this.d, eJy.d);
|
|
}
|
|
}
|