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

68 lines
2.0 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class EYu {
@SerializedName("question")
public final String a;
@SerializedName("answers")
public final List<C12441eyK> b;
@SerializedName("buttonType")
public final String c;
@SerializedName("section")
public final Integer d;
@SerializedName("questionNumber")
public final Integer e;
public final String toString() {
Integer num = this.d;
Integer num2 = this.e;
String str = this.a;
String str2 = this.c;
List<C12441eyK> list = this.b;
StringBuilder sb = new StringBuilder("SuitabilityRiskAssessmentQuestionEntity(section=");
sb.append(num);
sb.append(", questionNumber=");
sb.append(num2);
sb.append(", question=");
sb.append(str);
sb.append(", buttonType=");
sb.append(str2);
sb.append(", answers=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.d;
int hashCode = num == null ? 0 : num.hashCode();
Integer num2 = this.e;
int hashCode2 = num2 == null ? 0 : num2.hashCode();
String str = this.a;
int hashCode3 = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode4 = str2 == null ? 0 : str2.hashCode();
List<C12441eyK> list = this.b;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (list != null ? list.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof EYu)) {
return false;
}
EYu eYu = (EYu) obj;
return C14957gcv.b(this.d, eYu.d) && C14957gcv.b(this.e, eYu.e) && C14957gcv.b((Object) this.a, (Object) eYu.a) && C14957gcv.b((Object) this.c, (Object) eYu.c) && C14957gcv.b(this.b, eYu.b);
}
}