47 lines
1.3 KiB
Java
47 lines
1.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* renamed from: o.vAt, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C17238vAt {
|
|
|
|
@SerializedName("selectedFlag")
|
|
public final String a;
|
|
|
|
@SerializedName("score")
|
|
public final String b;
|
|
|
|
@SerializedName("choice")
|
|
public final String e;
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.e;
|
|
String str3 = this.b;
|
|
StringBuilder sb = new StringBuilder("AnswerEntity(selectedFlag=");
|
|
sb.append(str);
|
|
sb.append(", choice=");
|
|
sb.append(str2);
|
|
sb.append(", score=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((this.a.hashCode() * 31) + this.e.hashCode()) * 31) + this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C17238vAt)) {
|
|
return false;
|
|
}
|
|
C17238vAt c17238vAt = (C17238vAt) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c17238vAt.a) && C14957gcv.b((Object) this.e, (Object) c17238vAt.e) && C14957gcv.b((Object) this.b, (Object) c17238vAt.b);
|
|
}
|
|
}
|