what-the-bank/sources/o/zmk.java

63 lines
1.6 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class zmk extends C16562pOe {
@SerializedName("nickname")
public final String b;
@SerializedName("cardMask")
public final String c;
@SerializedName("cardRef")
public final String e;
private /* synthetic */ zmk(byte b) {
this("", "", "");
}
private zmk(String str, String str2, String str3) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
this.e = str;
this.c = str2;
this.b = str3;
}
public final String toString() {
String str = this.e;
String str2 = this.c;
String str3 = this.b;
StringBuilder sb = new StringBuilder("PointToPayNotificationDeepLinkEntity(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.e.hashCode() * 31) + this.c.hashCode()) * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof zmk)) {
return false;
}
zmk zmkVar = (zmk) obj;
return C14957gcv.b((Object) this.e, (Object) zmkVar.e) && C14957gcv.b((Object) this.c, (Object) zmkVar.c) && C14957gcv.b((Object) this.b, (Object) zmkVar.b);
}
public zmk() {
this((byte) 0);
}
}