73 lines
2.3 KiB
Java
73 lines
2.3 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.eY, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C11089eY {
|
|
|
|
@SerializedName("sourceOfIncome")
|
|
private final String a;
|
|
|
|
@SerializedName("sourceOfIncomeDescription")
|
|
private final String b;
|
|
|
|
@SerializedName("investmentObjective")
|
|
private final String c;
|
|
|
|
@SerializedName("sourceOfFundList")
|
|
private final List<C13583fd> d;
|
|
|
|
@SerializedName("investObjectiveDescription")
|
|
private final String e;
|
|
|
|
public C11089eY(String str, String str2, List<C13583fd> list, String str3, String str4) {
|
|
C14957gcv.e(str, "");
|
|
C14957gcv.e(str2, "");
|
|
C14957gcv.e(list, "");
|
|
C14957gcv.e(str3, "");
|
|
C14957gcv.e(str4, "");
|
|
this.a = str;
|
|
this.b = str2;
|
|
this.d = list;
|
|
this.c = str3;
|
|
this.e = str4;
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.a;
|
|
String str2 = this.b;
|
|
List<C13583fd> list = this.d;
|
|
String str3 = this.c;
|
|
String str4 = this.e;
|
|
StringBuilder sb = new StringBuilder("SingleFormInvestmentInfoRequest(sourceOfIncome=");
|
|
sb.append(str);
|
|
sb.append(", sourceOfIncomeDescription=");
|
|
sb.append(str2);
|
|
sb.append(", sourceOfFundList=");
|
|
sb.append(list);
|
|
sb.append(", investmentObjective=");
|
|
sb.append(str3);
|
|
sb.append(", investObjectiveDescription=");
|
|
sb.append(str4);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (((((((this.a.hashCode() * 31) + this.b.hashCode()) * 31) + this.d.hashCode()) * 31) + this.c.hashCode()) * 31) + this.e.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C11089eY)) {
|
|
return false;
|
|
}
|
|
C11089eY c11089eY = (C11089eY) obj;
|
|
return C14957gcv.b((Object) this.a, (Object) c11089eY.a) && C14957gcv.b((Object) this.b, (Object) c11089eY.b) && C14957gcv.b(this.d, c11089eY.d) && C14957gcv.b((Object) this.c, (Object) c11089eY.c) && C14957gcv.b((Object) this.e, (Object) c11089eY.e);
|
|
}
|
|
}
|