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

74 lines
1.9 KiB
Java

package o;
import java.util.List;
/* renamed from: o.qSw, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C16698qSw {
public final List<HBt> d;
public C16698qSw(List<HBt> list) {
C14957gcv.e(list, "");
this.d = list;
}
/* renamed from: o.qSw$HBt */
/* loaded from: classes3.dex */
public static final class HBt {
public final String a;
public final String d;
public HBt(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.d = str;
this.a = str2;
}
public final String toString() {
String str = this.d;
String str2 = this.a;
StringBuilder sb = new StringBuilder("CodeDescription(code=");
sb.append(str);
sb.append(", description=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.d.hashCode() * 31) + this.a.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof HBt)) {
return false;
}
HBt hBt = (HBt) obj;
return C14957gcv.b((Object) this.d, (Object) hBt.d) && C14957gcv.b((Object) this.a, (Object) hBt.a);
}
}
public final String toString() {
List<HBt> list = this.d;
StringBuilder sb = new StringBuilder("SourceOfFunds(sourceOfFund=");
sb.append(list);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return this.d.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
return (obj instanceof C16698qSw) && C14957gcv.b(this.d, ((C16698qSw) obj).d);
}
}