50 lines
1.5 KiB
Java
50 lines
1.5 KiB
Java
package o;
|
|
|
|
/* renamed from: o.ewu, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C12371ewu {
|
|
public final Integer a;
|
|
public final String b;
|
|
public final String c;
|
|
|
|
public C12371ewu(String str, String str2, Integer num) {
|
|
this.b = str;
|
|
this.c = str2;
|
|
this.a = num;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.b;
|
|
String str2 = this.c;
|
|
Integer num = this.a;
|
|
StringBuilder sb = new StringBuilder("EmploymentCharacteristic(code=");
|
|
sb.append(str);
|
|
sb.append(", description=");
|
|
sb.append(str2);
|
|
sb.append(", employmentCharacteristicDisplayOrder=");
|
|
sb.append(num);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
String str = this.b;
|
|
int hashCode = str == null ? 0 : str.hashCode();
|
|
String str2 = this.c;
|
|
int hashCode2 = str2 == null ? 0 : str2.hashCode();
|
|
Integer num = this.a;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (num != null ? num.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C12371ewu)) {
|
|
return false;
|
|
}
|
|
C12371ewu c12371ewu = (C12371ewu) obj;
|
|
return C14957gcv.b((Object) this.b, (Object) c12371ewu.b) && C14957gcv.b((Object) this.c, (Object) c12371ewu.c) && C14957gcv.b(this.a, c12371ewu.a);
|
|
}
|
|
}
|