51 lines
1.4 KiB
Java
51 lines
1.4 KiB
Java
|
package o;
|
||
|
|
||
|
import java.util.List;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class TRE {
|
||
|
public final String c;
|
||
|
public final List<JSa> d;
|
||
|
public final String e;
|
||
|
|
||
|
public TRE(String str, List<JSa> list, String str2) {
|
||
|
this.e = str;
|
||
|
this.d = list;
|
||
|
this.c = str2;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
String str = this.e;
|
||
|
List<JSa> list = this.d;
|
||
|
String str2 = this.c;
|
||
|
StringBuilder sb = new StringBuilder("SingleFormReviewInvestmentInfo(sourceOfIncome=");
|
||
|
sb.append(str);
|
||
|
sb.append(", sourceOfFundList=");
|
||
|
sb.append(list);
|
||
|
sb.append(", investObjective=");
|
||
|
sb.append(str2);
|
||
|
sb.append(")");
|
||
|
return sb.toString();
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
String str = this.e;
|
||
|
int hashCode = str == null ? 0 : str.hashCode();
|
||
|
List<JSa> list = this.d;
|
||
|
int hashCode2 = list == null ? 0 : list.hashCode();
|
||
|
String str2 = this.c;
|
||
|
return (((hashCode * 31) + hashCode2) * 31) + (str2 != null ? str2.hashCode() : 0);
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
if (this == obj) {
|
||
|
return true;
|
||
|
}
|
||
|
if (!(obj instanceof TRE)) {
|
||
|
return false;
|
||
|
}
|
||
|
TRE tre = (TRE) obj;
|
||
|
return C14957gcv.b((Object) this.e, (Object) tre.e) && C14957gcv.b(this.d, tre.d) && C14957gcv.b((Object) this.c, (Object) tre.c);
|
||
|
}
|
||
|
}
|