47 lines
1.3 KiB
Java
47 lines
1.3 KiB
Java
package o;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class UuT {
|
|
public final String a;
|
|
public final String d;
|
|
public final String e;
|
|
|
|
public UuT(String str, String str2, String str3) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(str3, "");
|
|
this.e = str;
|
|
this.a = str2;
|
|
this.d = str3;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.e;
|
|
String str2 = this.a;
|
|
String str3 = this.d;
|
|
StringBuilder sb = new StringBuilder("SuitabilityAssessmentResult(name=");
|
|
sb.append(str);
|
|
sb.append(", totalScore=");
|
|
sb.append(str2);
|
|
sb.append(", investmentType=");
|
|
sb.append(str3);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((this.e.hashCode() * 31) + this.a.hashCode()) * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof UuT)) {
|
|
return false;
|
|
}
|
|
UuT uuT = (UuT) obj;
|
|
return C14957gcv.b((Object) this.e, (Object) uuT.e) && C14957gcv.b((Object) this.a, (Object) uuT.a) && C14957gcv.b((Object) this.d, (Object) uuT.d);
|
|
}
|
|
}
|