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

68 lines
2.0 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.dx, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C10136dx {
@SerializedName("tilesVersion")
public String a;
@SerializedName("productType")
private final String b;
@SerializedName("consentType")
private final String c;
@SerializedName("consentStatus")
private final String d;
private C10136dx(String str, String str2, String str3, String str4) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
C14957gcv.e(str3, "");
C14957gcv.e(str4, "");
this.c = str;
this.b = str2;
this.d = str3;
this.a = str4;
}
public /* synthetic */ C10136dx(String str, String str2, String str3) {
this(str, str2, str3, "");
}
public final String toString() {
String str = this.c;
String str2 = this.b;
String str3 = this.d;
String str4 = this.a;
StringBuilder sb = new StringBuilder("UpdatePrivacyConsentRequest(consentType=");
sb.append(str);
sb.append(", productType=");
sb.append(str2);
sb.append(", consentStatus=");
sb.append(str3);
sb.append(", tilesVersion=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (((((this.c.hashCode() * 31) + this.b.hashCode()) * 31) + this.d.hashCode()) * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C10136dx)) {
return false;
}
C10136dx c10136dx = (C10136dx) obj;
return C14957gcv.b((Object) this.c, (Object) c10136dx.c) && C14957gcv.b((Object) this.b, (Object) c10136dx.b) && C14957gcv.b((Object) this.d, (Object) c10136dx.d) && C14957gcv.b((Object) this.a, (Object) c10136dx.a);
}
}