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

31 lines
718 B
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class Yex {
@SerializedName("depositList")
public final List<yQG> e;
public final String toString() {
List<yQG> list = this.e;
StringBuilder sb = new StringBuilder("HmlSetupAccountsEntity(depositList=");
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 Yex) && C14957gcv.b(this.e, ((Yex) obj).e);
}
}