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

48 lines
1.2 KiB
Java

package o;
/* renamed from: o.Opt, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C0790Opt {
public final Gdg b;
public final boolean e;
public C0790Opt(Gdg gdg, boolean z) {
C14957gcv.e(gdg, "");
this.b = gdg;
this.e = z;
}
public final String toString() {
Gdg gdg = this.b;
boolean z = this.e;
StringBuilder sb = new StringBuilder("DataSharingInfo(securitiesList=");
sb.append(gdg);
sb.append(", isRequireDataSharing=");
sb.append(z);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.b.hashCode();
boolean z = this.e;
int i = z;
if (z != 0) {
i = 1;
}
return (hashCode * 31) + i;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C0790Opt)) {
return false;
}
C0790Opt c0790Opt = (C0790Opt) obj;
return C14957gcv.b(this.b, c0790Opt.b) && this.e == c0790Opt.e;
}
}