package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class kRc extends C16562pOe { @SerializedName("toggleList") public final List b; public final String toString() { List list = this.b; StringBuilder sb = new StringBuilder("ToggleListEntity(toggleList="); sb.append(list); sb.append(")"); return sb.toString(); } public final int hashCode() { return this.b.hashCode(); } public final boolean equals(Object obj) { if (this == obj) { return true; } return (obj instanceof kRc) && C14957gcv.b(this.b, ((kRc) obj).b); } }