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

52 lines
1.5 KiB
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.and, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C2916and {
@SerializedName("assessment")
public final List<C0550JfA> b;
@SerializedName("qsummary")
public final List<C13729ffn> d;
@SerializedName("preselect")
public final int e;
public final String toString() {
int i = this.e;
List<C0550JfA> list = this.b;
List<C13729ffn> list2 = this.d;
StringBuilder sb = new StringBuilder("InvestmentRiskAssessmentEntity(preselect=");
sb.append(i);
sb.append(", assessments=");
sb.append(list);
sb.append(", summaries=");
sb.append(list2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
int hashCode = Integer.hashCode(this.e);
List<C0550JfA> list = this.b;
int hashCode2 = list == null ? 0 : list.hashCode();
List<C13729ffn> list2 = this.d;
return (((hashCode * 31) + hashCode2) * 31) + (list2 != null ? list2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C2916and)) {
return false;
}
C2916and c2916and = (C2916and) obj;
return this.e == c2916and.e && C14957gcv.b(this.b, c2916and.b) && C14957gcv.b(this.d, c2916and.d);
}
}