87 lines
2.4 KiB
Java
87 lines
2.4 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.eq, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C12006eq {
|
||
|
|
||
|
@SerializedName("e2eeSid")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("ciphertext")
|
||
|
private final String b;
|
||
|
|
||
|
@SerializedName("acctApplId")
|
||
|
private final String c;
|
||
|
|
||
|
@SerializedName("atmCard")
|
||
|
private final String d;
|
||
|
|
||
|
@SerializedName("tilesVersion")
|
||
|
private final String e;
|
||
|
|
||
|
public C12006eq(String str, String str2, String str3, String str4, String str5) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
C14957gcv.e(str4, "");
|
||
|
C14957gcv.e(str5, "");
|
||
|
this.d = str;
|
||
|
this.a = str2;
|
||
|
this.b = str3;
|
||
|
this.c = str4;
|
||
|
this.e = str5;
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.eq$Sts */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public static final class Sts {
|
||
|
private Sts() {
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ Sts(byte b) {
|
||
|
this();
|
||
|
}
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.d;
|
||
|
String str2 = this.a;
|
||
|
String str3 = this.b;
|
||
|
String str4 = this.c;
|
||
|
String str5 = this.e;
|
||
|
StringBuilder sb = new StringBuilder("VerifyByAtmCardRequest(atmCard=");
|
||
|
sb.append(str);
|
||
|
sb.append(", e2eeSid=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", ciphertext=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", acctApplId=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", tilesVersion=");
|
||
|
sb.append(str5);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return (((((((this.d.hashCode() * 31) + this.a.hashCode()) * 31) + this.b.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C12006eq)) {
|
||
|
return false;
|
||
|
}
|
||
|
C12006eq c12006eq = (C12006eq) obj;
|
||
|
return C14957gcv.b((Object) this.d, (Object) c12006eq.d) && C14957gcv.b((Object) this.a, (Object) c12006eq.a) && C14957gcv.b((Object) this.b, (Object) c12006eq.b) && C14957gcv.b((Object) this.c, (Object) c12006eq.c) && C14957gcv.b((Object) this.e, (Object) c12006eq.e);
|
||
|
}
|
||
|
|
||
|
static {
|
||
|
new Sts((byte) 0);
|
||
|
}
|
||
|
}
|