what-the-bank/sources/o/C0606Kl.java

50 lines
1.5 KiB
Java

package o;
/* renamed from: o.Kl, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0606Kl extends EQ {
public final String a;
private final Integer c;
public final String d;
public C0606Kl(String str, String str2, Integer num) {
this.a = str;
this.d = str2;
this.c = num;
}
public final String toString() {
String str = this.a;
String str2 = this.d;
Integer num = this.c;
StringBuilder sb = new StringBuilder("EmploymentCharacteristicDisplay(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.a;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.d;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
Integer num = this.c;
return (((hashCode * 31) + hashCode2) * 31) + (num != null ? num.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0606Kl)) {
return false;
}
C0606Kl c0606Kl = (C0606Kl) obj;
return C14957gcv.b((Object) this.a, (Object) c0606Kl.a) && C14957gcv.b((Object) this.d, (Object) c0606Kl.d) && C14957gcv.b(this.c, c0606Kl.c);
}
}