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

31 lines
743 B
Java

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