57 lines
1.5 KiB
Java
57 lines
1.5 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.Nf, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C0729Nf {
|
|
public final boolean a;
|
|
public final List<InterfaceC0727Nd> b;
|
|
public final Integer c;
|
|
|
|
public C0729Nf(List<InterfaceC0727Nd> list, Integer num, boolean z) {
|
|
C14957gcv.e(list, "");
|
|
this.b = list;
|
|
this.c = num;
|
|
this.a = z;
|
|
}
|
|
|
|
public final String toString() {
|
|
List<InterfaceC0727Nd> list = this.b;
|
|
Integer num = this.c;
|
|
boolean z = this.a;
|
|
StringBuilder sb = new StringBuilder("HmlCompanyListDisplay(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.b.hashCode();
|
|
Integer num = this.c;
|
|
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 C0729Nf)) {
|
|
return false;
|
|
}
|
|
C0729Nf c0729Nf = (C0729Nf) obj;
|
|
return C14957gcv.b(this.b, c0729Nf.b) && C14957gcv.b(this.c, c0729Nf.c) && this.a == c0729Nf.a;
|
|
}
|
|
}
|