62 lines
1.7 KiB
Java
62 lines
1.7 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.ez, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C12483ez {
|
|
|
|
@SerializedName("isFaceValidate")
|
|
private final boolean b;
|
|
|
|
@SerializedName("transactionToken")
|
|
private final String d;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String e;
|
|
|
|
public C12483ez(String str, boolean z, String str2) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.d = str;
|
|
this.b = z;
|
|
this.e = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
boolean z = this.b;
|
|
String str2 = this.e;
|
|
StringBuilder sb = new StringBuilder("RemittanceConfirmRequest(transactionToken=");
|
|
sb.append(str);
|
|
sb.append(", isFaceValidate=");
|
|
sb.append(z);
|
|
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.d.hashCode();
|
|
boolean z = this.b;
|
|
int i = z;
|
|
if (z != 0) {
|
|
i = 1;
|
|
}
|
|
return (((hashCode * 31) + i) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C12483ez)) {
|
|
return false;
|
|
}
|
|
C12483ez c12483ez = (C12483ez) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) c12483ez.d) && this.b == c12483ez.b && C14957gcv.b((Object) this.e, (Object) c12483ez.e);
|
|
}
|
|
}
|