30 lines
722 B
Java
30 lines
722 B
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class COZ {
|
|
|
|
@SerializedName("securitiesList")
|
|
public final C9779dqN b;
|
|
|
|
public final String toString() {
|
|
C9779dqN c9779dqN = this.b;
|
|
StringBuilder sb = new StringBuilder("ScbsRegistrationsSecuritiesListEntity(securitiesList=");
|
|
sb.append(c9779dqN);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return this.b.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
return (obj instanceof COZ) && C14957gcv.b(this.b, ((COZ) obj).b);
|
|
}
|
|
}
|