47 lines
1.3 KiB
Java
47 lines
1.3 KiB
Java
package o;
|
|
|
|
/* renamed from: o.Oh, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0774Oh {
|
|
public final Integer a;
|
|
public final int c;
|
|
public final int e;
|
|
|
|
public C0774Oh(int i, Integer num, int i2) {
|
|
this.c = i;
|
|
this.a = num;
|
|
this.e = i2;
|
|
}
|
|
|
|
public final String toString() {
|
|
int i = this.c;
|
|
Integer num = this.a;
|
|
int i2 = this.e;
|
|
StringBuilder sb = new StringBuilder("HmlPromptPayVerificationDisplay(mainText=");
|
|
sb.append(i);
|
|
sb.append(", secondaryText=");
|
|
sb.append(num);
|
|
sb.append(", buttonText=");
|
|
sb.append(i2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = Integer.hashCode(this.c);
|
|
Integer num = this.a;
|
|
return (((hashCode * 31) + (num == null ? 0 : num.hashCode())) * 31) + Integer.hashCode(this.e);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0774Oh)) {
|
|
return false;
|
|
}
|
|
C0774Oh c0774Oh = (C0774Oh) obj;
|
|
return this.c == c0774Oh.c && C14957gcv.b(this.a, c0774Oh.a) && this.e == c0774Oh.e;
|
|
}
|
|
}
|