88 lines
2.7 KiB
Java
88 lines
2.7 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class Ujn {
|
||
|
|
||
|
@SerializedName("applicationId")
|
||
|
private final String a;
|
||
|
|
||
|
@SerializedName("productType")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("cardCompany")
|
||
|
private String c;
|
||
|
|
||
|
@SerializedName("tilesVersion")
|
||
|
public String d;
|
||
|
|
||
|
@SerializedName("consentFlags")
|
||
|
private final DeI e;
|
||
|
|
||
|
@SerializedName("ncbAcceptedFlag")
|
||
|
private final String h;
|
||
|
|
||
|
private Ujn(String str, String str2, DeI deI, String str3, String str4) {
|
||
|
C14957gcv.e(str, "");
|
||
|
C14957gcv.e(str2, "");
|
||
|
C14957gcv.e(str3, "");
|
||
|
this.b = str;
|
||
|
this.a = str2;
|
||
|
this.e = deI;
|
||
|
this.h = null;
|
||
|
this.d = str3;
|
||
|
this.c = str4;
|
||
|
}
|
||
|
|
||
|
public /* synthetic */ Ujn(String str, String str2, DeI deI, String str3, String str4, int i) {
|
||
|
this(str, str2, deI, (i & 16) != 0 ? "" : str3, (i & 32) != 0 ? null : str4);
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.b;
|
||
|
String str2 = this.a;
|
||
|
DeI deI = this.e;
|
||
|
String str3 = this.h;
|
||
|
String str4 = this.d;
|
||
|
String str5 = this.c;
|
||
|
StringBuilder sb = new StringBuilder("EasycashCommonConfirmRequest(productType=");
|
||
|
sb.append(str);
|
||
|
sb.append(", applicationId=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", consentFlags=");
|
||
|
sb.append(deI);
|
||
|
sb.append(", ncbAcceptedFlag=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", tilesVersion=");
|
||
|
sb.append(str4);
|
||
|
sb.append(", cardCompany=");
|
||
|
sb.append(str5);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int hashCode = this.b.hashCode();
|
||
|
int hashCode2 = this.a.hashCode();
|
||
|
DeI deI = this.e;
|
||
|
int hashCode3 = deI == null ? 0 : deI.hashCode();
|
||
|
String str = this.h;
|
||
|
int hashCode4 = str == null ? 0 : str.hashCode();
|
||
|
int hashCode5 = this.d.hashCode();
|
||
|
String str2 = this.c;
|
||
|
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (str2 != null ? str2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof Ujn)) {
|
||
|
return false;
|
||
|
}
|
||
|
Ujn ujn = (Ujn) obj;
|
||
|
return C14957gcv.b((Object) this.b, (Object) ujn.b) && C14957gcv.b((Object) this.a, (Object) ujn.a) && C14957gcv.b(this.e, ujn.e) && C14957gcv.b((Object) this.h, (Object) ujn.h) && C14957gcv.b((Object) this.d, (Object) ujn.d) && C14957gcv.b((Object) this.c, (Object) ujn.c);
|
||
|
}
|
||
|
}
|