52 lines
1.5 KiB
Java
52 lines
1.5 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class gBy {
|
|
|
|
@SerializedName("securities")
|
|
public final C15214gka a;
|
|
|
|
@SerializedName("mutualfunds")
|
|
public final C0681Mbx d;
|
|
|
|
@SerializedName("adsList")
|
|
public final List<C16374nnr> e;
|
|
|
|
public final String toString() {
|
|
C15214gka c15214gka = this.a;
|
|
C0681Mbx c0681Mbx = this.d;
|
|
List<C16374nnr> list = this.e;
|
|
StringBuilder sb = new StringBuilder("InvestmentSummaryEntity(securities=");
|
|
sb.append(c15214gka);
|
|
sb.append(", mutualfunds=");
|
|
sb.append(c0681Mbx);
|
|
sb.append(", adsList=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
C15214gka c15214gka = this.a;
|
|
int hashCode = c15214gka == null ? 0 : c15214gka.hashCode();
|
|
C0681Mbx c0681Mbx = this.d;
|
|
int hashCode2 = c0681Mbx == null ? 0 : c0681Mbx.hashCode();
|
|
List<C16374nnr> list = this.e;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (list != null ? list.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof gBy)) {
|
|
return false;
|
|
}
|
|
gBy gby = (gBy) obj;
|
|
return C14957gcv.b(this.a, gby.a) && C14957gcv.b(this.d, gby.d) && C14957gcv.b(this.e, gby.e);
|
|
}
|
|
}
|