68 lines
2.2 KiB
Java
68 lines
2.2 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.ivD, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C15832ivD {
|
||
|
|
||
|
@SerializedName("code")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("description")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("isEmploymentCharacteristicDisplayed")
|
||
|
public final String c;
|
||
|
|
||
|
@SerializedName("isUnemployed")
|
||
|
public final Boolean d;
|
||
|
|
||
|
@SerializedName("employmentStatusDisplayOrder")
|
||
|
public final Integer e;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
String str2 = this.b;
|
||
|
String str3 = this.c;
|
||
|
Integer num = this.e;
|
||
|
Boolean bool = this.d;
|
||
|
StringBuilder sb = new StringBuilder("EmploymentStatusEntity(code=");
|
||
|
sb.append(str);
|
||
|
sb.append(", description=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", isEmploymentCharacteristicDisplayed=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", employmentStatusDisplayOrder=");
|
||
|
sb.append(num);
|
||
|
sb.append(", isUnemployed=");
|
||
|
sb.append(bool);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.a;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
String str2 = this.b;
|
||
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
||
|
String str3 = this.c;
|
||
|
int hashCode3 = str3 == null ? 0 : str3.hashCode();
|
||
|
Integer num = this.e;
|
||
|
int hashCode4 = num == null ? 0 : num.hashCode();
|
||
|
Boolean bool = this.d;
|
||
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (bool != null ? bool.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C15832ivD)) {
|
||
|
return false;
|
||
|
}
|
||
|
C15832ivD c15832ivD = (C15832ivD) obj;
|
||
|
return C14957gcv.b((Object) this.a, (Object) c15832ivD.a) && C14957gcv.b((Object) this.b, (Object) c15832ivD.b) && C14957gcv.b((Object) this.c, (Object) c15832ivD.c) && C14957gcv.b(this.e, c15832ivD.e) && C14957gcv.b(this.d, c15832ivD.d);
|
||
|
}
|
||
|
}
|