49 lines
1.3 KiB
Java
49 lines
1.3 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class XNw {
|
|
public final String a;
|
|
public final List<String> c;
|
|
public final String d;
|
|
|
|
public XNw(String str, String str2, List<String> list) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(list, "");
|
|
this.d = str;
|
|
this.a = str2;
|
|
this.c = list;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.a;
|
|
List<String> list = this.c;
|
|
StringBuilder sb = new StringBuilder("PrepaidActivationVerification(cardMask=");
|
|
sb.append(str);
|
|
sb.append(", transactionToken=");
|
|
sb.append(str2);
|
|
sb.append(", allowTag=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((this.d.hashCode() * 31) + this.a.hashCode()) * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof XNw)) {
|
|
return false;
|
|
}
|
|
XNw xNw = (XNw) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) xNw.d) && C14957gcv.b((Object) this.a, (Object) xNw.a) && C14957gcv.b(this.c, xNw.c);
|
|
}
|
|
}
|