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

64 lines
2.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.Kp, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0610Kp extends EQ {
public final String a;
public final Boolean b;
public final String c;
public final String d;
private final Integer i;
public C0610Kp(String str, String str2, String str3, Integer num, Boolean bool) {
this.d = str;
this.c = str2;
this.a = str3;
this.i = num;
this.b = bool;
}
public final String toString() {
String str = this.d;
String str2 = this.c;
String str3 = this.a;
Integer num = this.i;
Boolean bool = this.b;
StringBuilder sb = new StringBuilder("EmploymentStatusDisplay(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.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.a;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
Integer num = this.i;
int hashCode4 = num == null ? 0 : num.hashCode();
Boolean bool = this.b;
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 C0610Kp)) {
return false;
}
C0610Kp c0610Kp = (C0610Kp) obj;
return C14957gcv.b((Object) this.d, (Object) c0610Kp.d) && C14957gcv.b((Object) this.c, (Object) c0610Kp.c) && C14957gcv.b((Object) this.a, (Object) c0610Kp.a) && C14957gcv.b(this.i, c0610Kp.i) && C14957gcv.b(this.b, c0610Kp.b);
}
}