71 lines
2.1 KiB
Java
71 lines
2.1 KiB
Java
|
package o;
|
||
|
|
||
|
import com.google.gson.annotations.SerializedName;
|
||
|
import java.util.List;
|
||
|
|
||
|
/* renamed from: o.JfA, reason: case insensitive filesystem */
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class C0550JfA {
|
||
|
|
||
|
@SerializedName("question")
|
||
|
public final String a;
|
||
|
|
||
|
@SerializedName("questionNumber")
|
||
|
public final String b;
|
||
|
|
||
|
@SerializedName("isDisplay")
|
||
|
public final boolean c;
|
||
|
|
||
|
@SerializedName("answers")
|
||
|
public final List<FyS> d;
|
||
|
|
||
|
@SerializedName("section")
|
||
|
public final String e;
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
String str2 = this.b;
|
||
|
String str3 = this.a;
|
||
|
boolean z = this.c;
|
||
|
List<FyS> list = this.d;
|
||
|
StringBuilder sb = new StringBuilder("InvestmentRiskAssessmentQuestionEntity(section=");
|
||
|
sb.append(str);
|
||
|
sb.append(", questionNumber=");
|
||
|
sb.append(str2);
|
||
|
sb.append(", question=");
|
||
|
sb.append(str3);
|
||
|
sb.append(", isDisplay=");
|
||
|
sb.append(z);
|
||
|
sb.append(", answers=");
|
||
|
sb.append(list);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
/* JADX WARN: Multi-variable type inference failed */
|
||
|
public final int hashCode() {
|
||
|
String str = this.e;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
int hashCode2 = this.b.hashCode();
|
||
|
int hashCode3 = this.a.hashCode();
|
||
|
boolean z = this.c;
|
||
|
int i = z;
|
||
|
if (z != 0) {
|
||
|
i = 1;
|
||
|
}
|
||
|
List<FyS> list = this.d;
|
||
|
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + i) * 31) + (list != null ? list.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof C0550JfA)) {
|
||
|
return false;
|
||
|
}
|
||
|
C0550JfA c0550JfA = (C0550JfA) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) c0550JfA.e) && C14957gcv.b((Object) this.b, (Object) c0550JfA.b) && C14957gcv.b((Object) this.a, (Object) c0550JfA.a) && this.c == c0550JfA.c && C14957gcv.b(this.d, c0550JfA.d);
|
||
|
}
|
||
|
}
|