72 lines
2.0 KiB
Java
72 lines
2.0 KiB
Java
package o;
|
|
|
|
import com.google.gson.annotations.SerializedName;
|
|
import java.util.Comparator;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class Vfs extends C16562pOe {
|
|
|
|
@SerializedName("subHeader")
|
|
public final String a;
|
|
|
|
@SerializedName("item")
|
|
public final List<ROl> c;
|
|
|
|
@SerializedName("header")
|
|
public final String d;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class Sts<T> implements Comparator {
|
|
/* JADX WARN: Multi-variable type inference failed */
|
|
@Override // java.util.Comparator
|
|
public final int compare(T t, T t2) {
|
|
Integer num = ((ROl) t).a;
|
|
Integer num2 = ((ROl) t2).a;
|
|
if (num == num2) {
|
|
return 0;
|
|
}
|
|
if (num == null) {
|
|
return -1;
|
|
}
|
|
if (num2 == null) {
|
|
return 1;
|
|
}
|
|
return num.compareTo(num2);
|
|
}
|
|
}
|
|
|
|
public final String toString() {
|
|
String str = this.d;
|
|
String str2 = this.a;
|
|
List<ROl> list = this.c;
|
|
StringBuilder sb = new StringBuilder("EasycashLoanInfoEntity(header=");
|
|
sb.append(str);
|
|
sb.append(", subHeader=");
|
|
sb.append(str2);
|
|
sb.append(", item=");
|
|
sb.append(list);
|
|
sb.append(")");
|
|
return sb.toString();
|
|
}
|
|
|
|
public final int hashCode() {
|
|
int hashCode = this.d.hashCode();
|
|
String str = this.a;
|
|
int hashCode2 = str == null ? 0 : str.hashCode();
|
|
List<ROl> list = this.c;
|
|
return (((hashCode * 31) + hashCode2) * 31) + (list != null ? list.hashCode() : 0);
|
|
}
|
|
|
|
public final boolean equals(Object obj) {
|
|
if (this == obj) {
|
|
return true;
|
|
}
|
|
if (!(obj instanceof Vfs)) {
|
|
return false;
|
|
}
|
|
Vfs vfs = (Vfs) obj;
|
|
return C14957gcv.b((Object) this.d, (Object) vfs.d) && C14957gcv.b((Object) this.a, (Object) vfs.a) && C14957gcv.b(this.c, vfs.c);
|
|
}
|
|
}
|