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

52 lines
1.5 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.eyK, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C12441eyK {
@SerializedName("selected")
public final Boolean a;
@SerializedName("score")
public final Integer b;
@SerializedName("choice")
public final String e;
public final String toString() {
Boolean bool = this.a;
String str = this.e;
Integer num = this.b;
StringBuilder sb = new StringBuilder("SuitabilityRiskAssessmentAnswerEntity(selected=");
sb.append(bool);
sb.append(", choice=");
sb.append(str);
sb.append(", score=");
sb.append(num);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Boolean bool = this.a;
int hashCode = bool == null ? 0 : bool.hashCode();
String str = this.e;
int hashCode2 = str == null ? 0 : str.hashCode();
Integer num = this.b;
return (((hashCode * 31) + hashCode2) * 31) + (num != null ? num.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C12441eyK)) {
return false;
}
C12441eyK c12441eyK = (C12441eyK) obj;
return C14957gcv.b(this.a, c12441eyK.a) && C14957gcv.b((Object) this.e, (Object) c12441eyK.e) && C14957gcv.b(this.b, c12441eyK.b);
}
}