what-the-bank/sources/o/C10616eJh.java

69 lines
2.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.eJh, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C10616eJh {
@SerializedName("investObjective")
public final String a;
@SerializedName("investObjectiveDescription")
public final String b;
@SerializedName("sourceOfIncomeDescription")
public final String c;
@SerializedName("sourceOfFundList")
public final List<C7536cqF> d;
@SerializedName("sourceOfIncome")
public final String e;
public final String toString() {
String str = this.e;
String str2 = this.c;
List<C7536cqF> list = this.d;
String str3 = this.a;
String str4 = this.b;
StringBuilder sb = new StringBuilder("SingleFormInvestmentInfoEntity(sourceOfIncome=");
sb.append(str);
sb.append(", sourceOfIncomeDescription=");
sb.append(str2);
sb.append(", sourceOfFundList=");
sb.append(list);
sb.append(", investObjective=");
sb.append(str3);
sb.append(", investObjectiveDescription=");
sb.append(str4);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
String str = this.e;
int hashCode = str == null ? 0 : str.hashCode();
String str2 = this.c;
int hashCode2 = str2 == null ? 0 : str2.hashCode();
List<C7536cqF> list = this.d;
int hashCode3 = list == null ? 0 : list.hashCode();
String str3 = this.a;
int hashCode4 = str3 == null ? 0 : str3.hashCode();
String str4 = this.b;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (str4 != null ? str4.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C10616eJh)) {
return false;
}
C10616eJh c10616eJh = (C10616eJh) obj;
return C14957gcv.b((Object) this.e, (Object) c10616eJh.e) && C14957gcv.b((Object) this.c, (Object) c10616eJh.c) && C14957gcv.b(this.d, c10616eJh.d) && C14957gcv.b((Object) this.a, (Object) c10616eJh.a) && C14957gcv.b((Object) this.b, (Object) c10616eJh.b);
}
}