108 lines
3.2 KiB
Java
108 lines
3.2 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.er, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C12059er {
|
|
|
|
@SerializedName("acctApplId")
|
|
private final String a;
|
|
|
|
@SerializedName("ciphertext")
|
|
private final String b;
|
|
|
|
@SerializedName("pubKeyIndex")
|
|
private final String c;
|
|
|
|
@SerializedName("expiryDate")
|
|
private final String d;
|
|
|
|
@SerializedName("creditAmount")
|
|
private final String e;
|
|
|
|
@SerializedName("serverRandom")
|
|
private final String i;
|
|
|
|
@SerializedName("tilesVersion")
|
|
private final String j;
|
|
|
|
public C12059er(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
C14957gcv.e(str5, "");
|
|
C14957gcv.e(str7, "");
|
|
this.e = str;
|
|
this.c = str2;
|
|
this.b = str3;
|
|
this.a = str4;
|
|
this.i = str5;
|
|
this.d = str6;
|
|
this.j = str7;
|
|
}
|
|
|
|
/* renamed from: o.er$IeS */
|
|
/* loaded from: classes3.dex */
|
|
public static final class IeS {
|
|
private IeS() {
|
|
}
|
|
|
|
public /* synthetic */ IeS(byte b) {
|
|
this();
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.c;
|
|
String str3 = this.b;
|
|
String str4 = this.a;
|
|
String str5 = this.i;
|
|
String str6 = this.d;
|
|
String str7 = this.j;
|
|
StringBuilder sb = new StringBuilder("VerifyByCreditCardRequest(creditAmount=");
|
|
sb.append(str);
|
|
sb.append(", pubKeyIndex=");
|
|
sb.append(str2);
|
|
sb.append(", ciphertext=");
|
|
sb.append(str3);
|
|
sb.append(", acctApplId=");
|
|
sb.append(str4);
|
|
sb.append(", serverRandom=");
|
|
sb.append(str5);
|
|
sb.append(", expiryDate=");
|
|
sb.append(str6);
|
|
sb.append(", tilesVersion=");
|
|
sb.append(str7);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.e.hashCode();
|
|
int hashCode2 = this.c.hashCode();
|
|
int hashCode3 = this.b.hashCode();
|
|
int hashCode4 = this.a.hashCode();
|
|
int hashCode5 = this.i.hashCode();
|
|
String str = this.d;
|
|
return (((((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str == null ? 0 : str.hashCode())) * 31) + this.j.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C12059er)) {
|
|
return false;
|
|
}
|
|
C12059er c12059er = (C12059er) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c12059er.e) && C14957gcv.b((Object) this.c, (Object) c12059er.c) && C14957gcv.b((Object) this.b, (Object) c12059er.b) && C14957gcv.b((Object) this.a, (Object) c12059er.a) && C14957gcv.b((Object) this.i, (Object) c12059er.i) && C14957gcv.b((Object) this.d, (Object) c12059er.d) && C14957gcv.b((Object) this.j, (Object) c12059er.j);
|
|
}
|
|
|
|
static {
|
|
new IeS((byte) 0);
|
|
}
|
|
}
|