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

58 lines
1.6 KiB
Java

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