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

44 lines
1.1 KiB
Java

package o;
import com.google.gson.annotations.SerializedName;
import java.util.List;
/* loaded from: classes3.dex */
public final class ZCg {
@SerializedName("clientList")
public final List<DmS> d;
@SerializedName("profile")
public final Gex e;
public final String toString() {
List<DmS> list = this.d;
Gex gex = this.e;
StringBuilder sb = new StringBuilder("MyFundDetailEntity(clientList=");
sb.append(list);
sb.append(", profile=");
sb.append(gex);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
List<DmS> list = this.d;
int hashCode = list == null ? 0 : list.hashCode();
Gex gex = this.e;
return (hashCode * 31) + (gex != null ? gex.hashCode() : 0);
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof ZCg)) {
return false;
}
ZCg zCg = (ZCg) obj;
return C14957gcv.b(this.d, zCg.d) && C14957gcv.b(this.e, zCg.e);
}
}