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