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

58 lines
1.6 KiB
Java

package o;
/* renamed from: o.Ko, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0609Ko extends EQ {
public final String a;
public final Integer b;
public final String d;
private /* synthetic */ C0609Ko(byte b) {
this(null, null, null);
}
public C0609Ko(String str, String str2, Integer num) {
this.d = str;
this.a = str2;
this.b = num;
}
public final String toString() {
String str = this.d;
String str2 = this.a;
Integer num = this.b;
StringBuilder sb = new StringBuilder("SpinnerDataDisplay(code=");
sb.append(str);
sb.append(", description=");
sb.append(str2);
sb.append(", displayOrder=");
sb.append(num);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.a;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
Integer num = this.b;
return (((hashCode * 31) + hashCode2) * 31) + (num != null ? num.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0609Ko)) {
return false;
}
C0609Ko c0609Ko = (C0609Ko) obj;
return C14957gcv.b((Object) this.d, (Object) c0609Ko.d) && C14957gcv.b((Object) this.a, (Object) c0609Ko.a) && C14957gcv.b(this.b, c0609Ko.b);
}
public C0609Ko() {
this((byte) 0);
}
}