41 lines
998 B
Java
41 lines
998 B
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class aCF {
|
|
public final Ziy a;
|
|
public final String b;
|
|
|
|
public aCF(Ziy ziy, String str) {
|
|
C14957gcv.e(ziy, "");
|
|
C14957gcv.e(str, "");
|
|
this.a = ziy;
|
|
this.b = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
Ziy ziy = this.a;
|
|
String str = this.b;
|
|
StringBuilder sb = new StringBuilder("HmlPromptPayVerification(verificationStage=");
|
|
sb.append(ziy);
|
|
sb.append(", mobileNo=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.a.hashCode() * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof aCF)) {
|
|
return false;
|
|
}
|
|
aCF acf = (aCF) obj;
|
|
return this.a == acf.a && C14957gcv.b((Object) this.b, (Object) acf.b);
|
|
}
|
|
}
|