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

41 lines
1.1 KiB
Java

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