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

39 lines
900 B
Java

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