44 lines
1.1 KiB
Java
44 lines
1.1 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Og, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0772Og {
|
|
public final Boolean b;
|
|
public final List<C0770Oe> c;
|
|
|
|
public C0772Og(Boolean bool, List<C0770Oe> list) {
|
|
C14957gcv.e(list, "");
|
|
this.b = bool;
|
|
this.c = list;
|
|
}
|
|
|
|
public final String toString() {
|
|
Boolean bool = this.b;
|
|
List<C0770Oe> list = this.c;
|
|
StringBuilder sb = new StringBuilder("HmlOperatingAccountDisplay(hasSCBAsMOA=");
|
|
sb.append(bool);
|
|
sb.append(", depositList=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
Boolean bool = this.b;
|
|
return ((bool == null ? 0 : bool.hashCode()) * 31) + this.c.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C0772Og)) {
|
|
return false;
|
|
}
|
|
C0772Og c0772Og = (C0772Og) obj;
|
|
return C14957gcv.b(this.b, c0772Og.b) && C14957gcv.b(this.c, c0772Og.c);
|
|
}
|
|
}
|