what-the-bank/sources/o/C8006cz.java

71 lines
2.1 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.cz, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C8006cz {
@SerializedName("applicationId")
private final String a;
@SerializedName("productType")
private final String c;
@SerializedName("tilesVersion")
public String d;
@SerializedName("ncbAcceptedFlag")
private final String e;
public /* synthetic */ C8006cz(String str, String str2, String str3) {
this(str, str2, str3, "");
}
private C8006cz(String str, String str2, String str3, String str4) {
this.c = str;
this.e = str2;
this.a = str3;
this.d = str4;
}
public final String toString() {
String str = this.c;
String str2 = this.e;
String str3 = this.a;
String str4 = this.d;
StringBuilder sb = new StringBuilder("EasycashAutoConfirmationRequest(productType=");
sb.append(str);
sb.append(", ncbAcceptedFlag=");
sb.append(str2);
sb.append(", applicationId=");
sb.append(str3);
sb.append(", tilesVersion=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.c;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.e;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
String str3 = this.a;
int hashCode3 = str3 == null ? 0 : str3.hashCode();
String str4 = this.d;
return (((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + (str4 != null ? str4.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C8006cz)) {
return false;
}
C8006cz c8006cz = (C8006cz) obj;
return C14957gcv.b((Object) this.c, (Object) c8006cz.c) && C14957gcv.b((Object) this.e, (Object) c8006cz.e) && C14957gcv.b((Object) this.a, (Object) c8006cz.a) && C14957gcv.b((Object) this.d, (Object) c8006cz.d);
}
}