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