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

80 lines
2.5 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.cA, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C5810cA {
@SerializedName("selectedMobileNoOTP")
private final String a;
@SerializedName("tilesVersion")
public String b;
@SerializedName("productType")
private final String c;
@SerializedName("applicationId")
private final String d;
@SerializedName("cardCompany")
private final String e;
public /* synthetic */ C5810cA(String str, String str2, String str3, String str4) {
this(str, str2, "", str3, str4);
}
private C5810cA(String str, String str2, String str3, String str4, String str5) {
C14957gcv.e(str, "");
this.a = str;
this.e = str2;
this.b = str3;
this.d = str4;
this.c = str5;
}
public final String toString() {
String str = this.a;
String str2 = this.e;
String str3 = this.b;
String str4 = this.d;
String str5 = this.c;
StringBuilder sb = new StringBuilder("EasycashOtpRequest(selectedMobileNoOTP=");
sb.append(str);
sb.append(", cardCompany=");
sb.append(str2);
sb.append(", tilesVersion=");
sb.append(str3);
sb.append(", applicationId=");
sb.append(str4);
sb.append(", productType=");
sb.append(str5);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = this.a.hashCode();
String str = this.e;
int hashCode2 = str == null ? 0 : str.hashCode();
String str2 = this.b;
int hashCode3 = str2 == null ? 0 : str2.hashCode();
String str3 = this.d;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.c;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C5810cA)) {
return false;
}
C5810cA c5810cA = (C5810cA) obj;
return C14957gcv.b((Object) this.a, (Object) c5810cA.a) && C14957gcv.b((Object) this.e, (Object) c5810cA.e) && C14957gcv.b((Object) this.b, (Object) c5810cA.b) && C14957gcv.b((Object) this.d, (Object) c5810cA.d) && C14957gcv.b((Object) this.c, (Object) c5810cA.c);
}
}