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

48 lines
1.2 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.at, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C3202at {
@SerializedName("answerSection2")
private final String a;
@SerializedName("answerSection3")
private final String b;
public C3202at(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.a = str;
this.b = str2;
}
public final String toString() {
String str = this.a;
String str2 = this.b;
StringBuilder sb = new StringBuilder("SuitabilitiesValidationRequest(answerSection2=");
sb.append(str);
sb.append(", answerSection3=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.a.hashCode() * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C3202at)) {
return false;
}
C3202at c3202at = (C3202at) obj;
return C14957gcv.b((Object) this.a, (Object) c3202at.a) && C14957gcv.b((Object) this.b, (Object) c3202at.b);
}
}