70 lines
1.9 KiB
Java
70 lines
1.9 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.tCW, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17005tCW {
|
|
|
|
@SerializedName("verificationData")
|
|
private final rTB a;
|
|
|
|
@SerializedName("cardRef")
|
|
private final String b;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String d;
|
|
|
|
@SerializedName("duplicateAcceptable")
|
|
private final boolean e;
|
|
|
|
public C17005tCW(rTB rtb, boolean z, String str, String str2) {
|
|
C14957gcv.e(rtb, "");
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.a = rtb;
|
|
this.e = z;
|
|
this.b = str;
|
|
this.d = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
rTB rtb = this.a;
|
|
boolean z = this.e;
|
|
String str = this.b;
|
|
String str2 = this.d;
|
|
StringBuilder sb = new StringBuilder("DeejungTransferTokenRequest(verificationData=");
|
|
sb.append(rtb);
|
|
sb.append(", isDuplicateAcceptable=");
|
|
sb.append(z);
|
|
sb.append(", cardRef=");
|
|
sb.append(str);
|
|
sb.append(", tilesVersion=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
public final int hashCode() {
|
|
int hashCode = this.a.hashCode();
|
|
boolean z = this.e;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
return (((((hashCode * 31) + i) * 31) + this.b.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C17005tCW)) {
|
|
return false;
|
|
}
|
|
C17005tCW c17005tCW = (C17005tCW) obj;
|
|
return C14957gcv.b(this.a, c17005tCW.a) && this.e == c17005tCW.e && C14957gcv.b((Object) this.b, (Object) c17005tCW.b) && C14957gcv.b((Object) this.d, (Object) c17005tCW.d);
|
|
}
|
|
}
|