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

60 lines
1.6 KiB
Java
Raw Normal View History

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