64 lines
1.8 KiB
Java
64 lines
1.8 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.Comparator;
|
|
import java.util.List;
|
|
|
|
/* renamed from: o.VaH, reason: case insensitive filesystem */
|
|
/* loaded from: classes3.dex */
|
|
public final class C1076VaH {
|
|
|
|
@SerializedName("documents")
|
|
public final List<KXq> c;
|
|
|
|
@SerializedName("totalMaxQuantity")
|
|
public final String d;
|
|
|
|
/* renamed from: o.VaH$HBt */
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt<T> implements Comparator {
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
@Override // java.util.Comparator
|
|
public final int compare(T t, T t2) {
|
|
Integer valueOf = Integer.valueOf(((KXq) t).f);
|
|
Integer valueOf2 = Integer.valueOf(((KXq) t2).f);
|
|
if (valueOf == valueOf2) {
|
|
return 0;
|
|
}
|
|
if (valueOf == null) {
|
|
return -1;
|
|
}
|
|
if (valueOf2 == null) {
|
|
return 1;
|
|
}
|
|
return valueOf.compareTo(valueOf2);
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
List<KXq> list = this.c;
|
|
String str = this.d;
|
|
StringBuilder sb = new StringBuilder("DocumentUploadsEntity(documents=");
|
|
sb.append(list);
|
|
sb.append(", totalMaxQuantity=");
|
|
sb.append(str);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
return (this.c.hashCode() * 31) + this.d.hashCode();
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof C1076VaH)) {
|
|
return false;
|
|
}
|
|
C1076VaH c1076VaH = (C1076VaH) obj;
|
|
return C14957gcv.b(this.c, c1076VaH.c) && C14957gcv.b((Object) this.d, (Object) c1076VaH.d);
|
|
}
|
|
}
|