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

31 lines
781 B
Java

package o;
import com.google.gson.annotations.SerializedName;
/* renamed from: o.evZ, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C12297evZ extends C16562pOe {
@SerializedName("securitiesList")
private final NMA e;
public final String toString() {
NMA nma = this.e;
StringBuilder sb = new StringBuilder("SecuritiesEntity(securitiesList=");
sb.append(nma);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.e.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C12297evZ) && C14957gcv.b(this.e, ((C12297evZ) obj).e);
}
}