55 lines
1.4 KiB
Java
55 lines
1.4 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class OFV {
|
|
public final String a;
|
|
public final String c;
|
|
public final String d;
|
|
|
|
private /* synthetic */ OFV(byte b) {
|
|
this("", "", "");
|
|
}
|
|
|
|
public OFV(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.c = str;
|
|
this.a = str2;
|
|
this.d = str3;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.c;
|
|
String str2 = this.a;
|
|
String str3 = this.d;
|
|
StringBuilder sb = new StringBuilder("PointToPayDeepLinkTransaction(cardRef=");
|
|
sb.append(str);
|
|
sb.append(", cardMask=");
|
|
sb.append(str2);
|
|
sb.append(", nickname=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((this.c.hashCode() * 31) + this.a.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof OFV)) {
|
|
return false;
|
|
}
|
|
OFV ofv = (OFV) obj;
|
|
return C14957gcv.b((Object) this.c, (Object) ofv.c) && C14957gcv.b((Object) this.a, (Object) ofv.a) && C14957gcv.b((Object) this.d, (Object) ofv.d);
|
|
}
|
|
|
|
public OFV() {
|
|
this((byte) 0);
|
|
}
|
|
}
|