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

47 lines
1.3 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package o;
/* renamed from: o.eCt, reason: case insensitive filesystem */
/* loaded from: classes5.dex */
public final class C10393eCt {
private final int c;
private final String d;
public final String e;
public C10393eCt(String str, String str2, int i) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.d = str;
this.e = str2;
this.c = i;
}
public final String toString() {
String str = this.d;
String str2 = this.e;
int i = this.c;
StringBuilder sb = new StringBuilder("NumberPickerDisplay(tag=");
sb.append(str);
sb.append(", value=");
sb.append(str2);
sb.append(", position=");
sb.append(i);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((this.d.hashCode() * 31) + this.e.hashCode()) * 31) + Integer.hashCode(this.c);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C10393eCt)) {
return false;
}
C10393eCt c10393eCt = (C10393eCt) obj;
return C14957gcv.b((Object) this.d, (Object) c10393eCt.d) && C14957gcv.b((Object) this.e, (Object) c10393eCt.e) && this.c == c10393eCt.c;
}
}