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

69 lines
2.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* renamed from: o.sSF, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16923sSF {
@SerializedName("clientList")
public final List<DmS> a;
@SerializedName("fundList")
public final List<QII> b;
@SerializedName("isClient")
public final Boolean c;
@SerializedName("riskProfile")
public final Gex d;
@SerializedName("isBoughtFund")
public final Boolean e;
public final String toString() {
Boolean bool = this.c;
Boolean bool2 = this.e;
Gex gex = this.d;
List<DmS> list = this.a;
List<QII> list2 = this.b;
StringBuilder sb = new StringBuilder("InvestmentNowEntity(isClient=");
sb.append(bool);
sb.append(", isBoughtFund=");
sb.append(bool2);
sb.append(", riskProfile=");
sb.append(gex);
sb.append(", clientList=");
sb.append(list);
sb.append(", fundList=");
sb.append(list2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
Boolean bool = this.c;
int hashCode = bool == null ? 0 : bool.hashCode();
Boolean bool2 = this.e;
int hashCode2 = bool2 == null ? 0 : bool2.hashCode();
Gex gex = this.d;
int hashCode3 = gex == null ? 0 : gex.hashCode();
List<DmS> list = this.a;
int hashCode4 = list == null ? 0 : list.hashCode();
List<QII> list2 = this.b;
return (((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + (list2 != null ? list2.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C16923sSF)) {
return false;
}
C16923sSF c16923sSF = (C16923sSF) obj;
return C14957gcv.b(this.c, c16923sSF.c) && C14957gcv.b(this.e, c16923sSF.e) && C14957gcv.b(this.d, c16923sSF.d) && C14957gcv.b(this.a, c16923sSF.a) && C14957gcv.b(this.b, c16923sSF.b);
}
}