package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* renamed from: o.fl, reason: case insensitive filesystem */ /* loaded from: classes3.dex */ public final class C14007fl { @SerializedName("functionLists") private final List b; public C14007fl(List list) { C14957gcv.e(list, ""); this.b = list; } public final String toString() { List list = this.b; StringBuilder sb = new StringBuilder("ConfigTermsAndConsRequest(functionLists="); 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 C14007fl) && C14957gcv.b(this.b, ((C14007fl) obj).b); } }