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

51 lines
1.4 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* loaded from: classes3.dex */
public final class qyL {
@SerializedName("section")
public final Integer b;
@SerializedName("questionSummary")
public final String c;
@SerializedName("questionNumber")
public final Integer d;
public final String toString() {
Integer num = this.b;
Integer num2 = this.d;
String str = this.c;
StringBuilder sb = new StringBuilder("SuitabilityRiskAssessmentQuestionSummaryEntity(section=");
sb.append(num);
sb.append(", questionNumber=");
sb.append(num2);
sb.append(", summary=");
sb.append(str);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Integer num = this.b;
int hashCode = num == null ? 0 : num.hashCode();
Integer num2 = this.d;
int hashCode2 = num2 == null ? 0 : num2.hashCode();
String str = this.c;
return (((hashCode * 31) + hashCode2) * 31) + (str != null ? str.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof qyL)) {
return false;
}
qyL qyl = (qyL) obj;
return C14957gcv.b(this.b, qyl.b) && C14957gcv.b(this.d, qyl.d) && C14957gcv.b((Object) this.c, (Object) qyl.c);
}
}