36 lines
856 B
Java
36 lines
856 B
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
|
||
|
/* renamed from: o.dH, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C8300dH {
|
||
|
|
||
|
@SerializedName("adsType")
|
||
|
private final String a;
|
||
|
|
||
|
public C8300dH(String str) {
|
||
|
C14957gcv.e(str, "");
|
||
|
this.a = str;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.a;
|
||
|
StringBuilder sb = new StringBuilder("AdsTypeRequest(adsType=");
|
||
|
sb.append(str);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
return this.a.hashCode();
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
return (obj instanceof C8300dH) && C14957gcv.b((Object) this.a, (Object) ((C8300dH) obj).a);
|
||
|
}
|
||
|
}
|