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

76 lines
2.3 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class mxZ {
@SerializedName("filterFundType")
public final List<String> a;
@SerializedName("profile")
public final Gex b;
@SerializedName("isDisplayYield")
public final Boolean c;
@SerializedName("swiFund")
public final C16232mZI d;
@SerializedName("clientList")
public final List<DmS> e;
@SerializedName("swoFund")
public final DEY g;
public final String toString() {
List<String> list = this.a;
Boolean bool = this.c;
List<DmS> list2 = this.e;
Gex gex = this.b;
DEY dey = this.g;
C16232mZI c16232mZI = this.d;
StringBuilder sb = new StringBuilder("TermFundEntity(filterFundType=");
sb.append(list);
sb.append(", isDisplayYield=");
sb.append(bool);
sb.append(", clientList=");
sb.append(list2);
sb.append(", profile=");
sb.append(gex);
sb.append(", swoFund=");
sb.append(dey);
sb.append(", swiFund=");
sb.append(c16232mZI);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<String> list = this.a;
int hashCode = list == null ? 0 : list.hashCode();
Boolean bool = this.c;
int hashCode2 = bool == null ? 0 : bool.hashCode();
List<DmS> list2 = this.e;
int hashCode3 = list2 == null ? 0 : list2.hashCode();
Gex gex = this.b;
int hashCode4 = gex == null ? 0 : gex.hashCode();
DEY dey = this.g;
int hashCode5 = dey == null ? 0 : dey.hashCode();
C16232mZI c16232mZI = this.d;
return (((((((((hashCode * 31) + hashCode2) * 31) + hashCode3) * 31) + hashCode4) * 31) + hashCode5) * 31) + (c16232mZI != null ? c16232mZI.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof mxZ)) {
return false;
}
mxZ mxz = (mxZ) obj;
return C14957gcv.b(this.a, mxz.a) && C14957gcv.b(this.c, mxz.c) && C14957gcv.b(this.e, mxz.e) && C14957gcv.b(this.b, mxz.b) && C14957gcv.b(this.g, mxz.g) && C14957gcv.b(this.d, mxz.d);
}
}