39 lines
824 B
Java
39 lines
824 B
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class NMw {
|
|
public final String c;
|
|
|
|
private /* synthetic */ NMw(byte b) {
|
|
this("");
|
|
}
|
|
|
|
public NMw(String str) {
|
|
C14957gcv.e(str, "");
|
|
this.c = str;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
StringBuilder sb = new StringBuilder("MyECouponDeepLinkTransaction(cardRef=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof NMw) && C14957gcv.b((Object) this.c, (Object) ((NMw) obj).c);
|
|
}
|
|
|
|
public NMw() {
|
|
this((byte) 0);
|
|
}
|
|
}
|