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

48 lines
1.2 KiB
Java

package o;
/* renamed from: o.eHc, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C10544eHc {
public final String d;
public final boolean e;
public C10544eHc(String str, boolean z) {
this.d = str;
this.e = z;
}
public final String toString() {
String str = this.d;
boolean z = this.e;
StringBuilder sb = new StringBuilder("SecuritiesWithStatus(error=");
sb.append(str);
sb.append(", securitiesUnregistered=");
sb.append(z);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
String str = this.d;
int hashCode = str == null ? 0 : str.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 C10544eHc)) {
return false;
}
C10544eHc c10544eHc = (C10544eHc) obj;
return C14957gcv.b((Object) this.d, (Object) c10544eHc.d) && this.e == c10544eHc.e;
}
}