57 lines
1.3 KiB
Java
57 lines
1.3 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.wnt, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public class C17443wnt {
|
||
|
|
||
|
@SerializedName("transactionToken")
|
||
|
private String b;
|
||
|
|
||
|
/* renamed from: o.wnt$Sts */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts {
|
||
|
public String c;
|
||
|
}
|
||
|
|
||
|
public static Sts d() {
|
||
|
return new Sts();
|
||
|
}
|
||
|
|
||
|
private C17443wnt(Sts sts) {
|
||
|
this.b = sts.c;
|
||
|
}
|
||
|
|
||
|
public boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (obj == null || getClass() != obj.getClass()) {
|
||
|
return false;
|
||
|
}
|
||
|
String str = this.b;
|
||
|
String str2 = ((C17443wnt) obj).b;
|
||
|
return str != null ? str.equals(str2) : str2 == null;
|
||
|
}
|
||
|
|
||
|
public int hashCode() {
|
||
|
String str = this.b;
|
||
|
if (str != null) {
|
||
|
return str.hashCode();
|
||
|
}
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
public String toString() {
|
||
|
StringBuilder sb = new StringBuilder("PurchaseConfirmationRequest{transactionToken='");
|
||
|
sb.append(this.b);
|
||
|
sb.append("'}");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ C17443wnt(Sts sts, byte b) {
|
||
|
this(sts);
|
||
|
}
|
||
|
}
|