what-the-bank/sources/o/ypB.java

36 lines
844 B
Java

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<xMn> e;
public ypB(List<xMn> list) {
C14957gcv.e(list, "");
this.e = list;
}
public final String toString() {
List<xMn> 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);
}
}