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

32 lines
799 B
Java

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