50 lines
1.4 KiB
Java
50 lines
1.4 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Qt, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0884Qt {
|
|
public final String b;
|
|
public final List<C0889Qv> c;
|
|
public final String e;
|
|
|
|
public C0884Qt(String str, String str2, List<C0889Qv> list) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(list, "");
|
|
this.e = str;
|
|
this.b = str2;
|
|
this.c = list;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.b;
|
|
List<C0889Qv> list = this.c;
|
|
StringBuilder sb = new StringBuilder("SuitabilityAssessmentQuestionDisplay(title=");
|
|
sb.append(str);
|
|
sb.append(", summaryTitle=");
|
|
sb.append(str2);
|
|
sb.append(", answers=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((this.e.hashCode() * 31) + this.b.hashCode()) * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0884Qt)) {
|
|
return false;
|
|
}
|
|
C0884Qt c0884Qt = (C0884Qt) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) c0884Qt.e) && C14957gcv.b((Object) this.b, (Object) c0884Qt.b) && C14957gcv.b(this.c, c0884Qt.c);
|
|
}
|
|
}
|