package o; import com.google.gson.annotations.SerializedName; import java.util.List; /* loaded from: classes3.dex */ public final class YUh { @SerializedName("assessment") public final List d; @SerializedName("qsummary") public final List e; public final String toString() { List list = this.d; List list2 = this.e; StringBuilder sb = new StringBuilder("SuitabilityRiskAssessmentEntity(assessments="); sb.append(list); sb.append(", summaries="); sb.append(list2); sb.append(")"); return sb.toString(); } public final int hashCode() { List list = this.d; int hashCode = list == null ? 0 : list.hashCode(); List list2 = this.e; return (hashCode * 31) + (list2 != null ? list2.hashCode() : 0); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof YUh)) { return false; } YUh yUh = (YUh) obj; return C14957gcv.b(this.d, yUh.d) && C14957gcv.b(this.e, yUh.e); } }