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

97 lines
2.7 KiB
Java

package o;
import java.util.List;
/* renamed from: o.brB, reason: case insensitive filesystem */
/* loaded from: classes3.dex */
public final class C5335brB {
public final boolean a;
public final Integer b;
public final List<IeS> d;
public C5335brB(List<IeS> list, Integer num, boolean z) {
C14957gcv.e(list, "");
this.d = list;
this.b = num;
this.a = z;
}
/* renamed from: o.brB$IeS */
/* loaded from: classes3.dex */
public static final class IeS {
public final String b;
public final String d;
public IeS(String str, String str2) {
C14957gcv.e(str, "");
C14957gcv.e(str2, "");
this.d = str;
this.b = str2;
}
public final String toString() {
String str = this.d;
String str2 = this.b;
StringBuilder sb = new StringBuilder("Company(companyId=");
sb.append(str);
sb.append(", companyName=");
sb.append(str2);
sb.append(")");
return sb.toString();
}
public final int hashCode() {
return (this.d.hashCode() * 31) + this.b.hashCode();
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof IeS)) {
return false;
}
IeS ieS = (IeS) obj;
return C14957gcv.b((Object) this.d, (Object) ieS.d) && C14957gcv.b((Object) this.b, (Object) ieS.b);
}
}
public final String toString() {
List<IeS> list = this.d;
Integer num = this.b;
boolean z = this.a;
StringBuilder sb = new StringBuilder("HmlCompanyListPage(list=");
sb.append(list);
sb.append(", nextPageNumber=");
sb.append(num);
sb.append(", hasMorePages=");
sb.append(z);
sb.append(")");
return sb.toString();
}
/* JADX WARN: Multi-variable type inference failed */
public final int hashCode() {
int hashCode = this.d.hashCode();
Integer num = this.b;
int hashCode2 = num == null ? 0 : num.hashCode();
boolean z = this.a;
int i = z;
if (z != 0) {
i = 1;
}
return (((hashCode * 31) + hashCode2) * 31) + i;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (!(obj instanceof C5335brB)) {
return false;
}
C5335brB c5335brB = (C5335brB) obj;
return C14957gcv.b(this.d, c5335brB.d) && C14957gcv.b(this.b, c5335brB.b) && this.a == c5335brB.a;
}
}