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