44 lines
1.1 KiB
Java
44 lines
1.1 KiB
Java
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<EYu> d;
|
|
|
|
@SerializedName("qsummary")
|
|
public final List<qyL> e;
|
|
|
|
public final String toString() {
|
|
List<EYu> list = this.d;
|
|
List<qyL> 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<EYu> list = this.d;
|
|
int hashCode = list == null ? 0 : list.hashCode();
|
|
List<qyL> 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);
|
|
}
|
|
}
|