53 lines
1.4 KiB
Java
53 lines
1.4 KiB
Java
|
package o;
|
||
|
|
||
|
/* renamed from: o.pr, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C16636pr {
|
||
|
public final int b;
|
||
|
public final boolean c;
|
||
|
public final int d;
|
||
|
|
||
|
public C16636pr(int i, int i2, boolean z) {
|
||
|
this.b = i;
|
||
|
this.d = i2;
|
||
|
this.c = z;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
int i = this.b;
|
||
|
int i2 = this.d;
|
||
|
boolean z = this.c;
|
||
|
StringBuilder sb = new StringBuilder("DebitCardLandingMenuItem(icon=");
|
||
|
sb.append(i);
|
||
|
sb.append(", text=");
|
||
|
sb.append(i2);
|
||
|
sb.append(", isEnable=");
|
||
|
sb.append(z);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public final int hashCode() {
|
||
|
int hashCode = Integer.hashCode(this.b);
|
||
|
int hashCode2 = Integer.hashCode(this.d);
|
||
|
boolean z = this.c;
|
||
|
int i = z;
|
||
|
if (z != 0) {
|
||
|
i = 1;
|
||
|
}
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + i;
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C16636pr)) {
|
||
|
return false;
|
||
|
}
|
||
|
C16636pr c16636pr = (C16636pr) obj;
|
||
|
return this.b == c16636pr.b && this.d == c16636pr.d && this.c == c16636pr.c;
|
||
|
}
|
||
|
}
|