57 lines
1.6 KiB
Java
57 lines
1.6 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.av, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C3306av {
|
|
|
|
@SerializedName("answerSection1")
|
|
private final List<C3359aw> b;
|
|
|
|
@SerializedName("answerSection3")
|
|
private final String c;
|
|
|
|
@SerializedName("answerSection2")
|
|
private final String e;
|
|
|
|
public C3306av(List<C3359aw> list, String str, String str2) {
|
|
C14957gcv.e(list, "");
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
this.b = list;
|
|
this.e = str;
|
|
this.c = str2;
|
|
}
|
|
|
|
public final String toString() {
|
|
List<C3359aw> list = this.b;
|
|
String str = this.e;
|
|
String str2 = this.c;
|
|
StringBuilder sb = new StringBuilder("SuitabilitiesConfirmationRequest(answerSection1=");
|
|
sb.append(list);
|
|
sb.append(", answerSection2=");
|
|
sb.append(str);
|
|
sb.append(", answerSection3=");
|
|
sb.append(str2);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((this.b.hashCode() * 31) + this.e.hashCode()) * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C3306av)) {
|
|
return false;
|
|
}
|
|
C3306av c3306av = (C3306av) obj;
|
|
return C14957gcv.b(this.b, c3306av.b) && C14957gcv.b((Object) this.e, (Object) c3306av.e) && C14957gcv.b((Object) this.c, (Object) c3306av.c);
|
|
}
|
|
}
|