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

48 lines
1.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.ed, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C11317ed {
@SerializedName("adsType")
private final String c;
@SerializedName("enabledFlag")
private final String e;
public C11317ed(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.c = str;
this.e = str2;
}
public final String toString() {
String str = this.c;
String str2 = this.e;
StringBuilder sb = new StringBuilder("UpdateCampaignsPreferencesRequest(adsType=");
sb.append(str);
sb.append(", enabledFlag=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.c.hashCode() * 31) + this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C11317ed)) {
return false;
}
C11317ed c11317ed = (C11317ed) obj;
return C14957gcv.b((Object) this.c, (Object) c11317ed.c) && C14957gcv.b((Object) this.e, (Object) c11317ed.e);
}
}