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

36 lines
870 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.dt, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C9924dt {
@SerializedName("consentType")
public final String e;
public C9924dt(String str) {
C14957gcv.e(str, "");
this.e = str;
}
public final String toString() {
String str = this.e;
StringBuilder sb = new StringBuilder("PrivacyConsentRequest(consentType=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C9924dt) && C14957gcv.b((Object) this.e, (Object) ((C9924dt) obj).e);
}
}