80 lines
1.8 KiB
Java
80 lines
1.8 KiB
Java
package o;
|
|
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class UhZ extends Pag implements Comparable<UhZ> {
|
|
public Double a;
|
|
public String b;
|
|
public String c;
|
|
public String d;
|
|
public Double f;
|
|
public Double g;
|
|
public String h;
|
|
public boolean i;
|
|
public List<C5891cCe> j;
|
|
public int k;
|
|
public String l;
|
|
public Double m;
|
|
public String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public String f8396o;
|
|
public String r;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static final class HBt {
|
|
public String a;
|
|
public String b;
|
|
public Double c;
|
|
public String d;
|
|
public String e;
|
|
public String f;
|
|
public boolean g;
|
|
public Double h;
|
|
public Double i;
|
|
public List<C5891cCe> j;
|
|
public String k;
|
|
public String l;
|
|
public int m;
|
|
public Double n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public String f8397o;
|
|
public iJI t;
|
|
}
|
|
|
|
@Override // java.lang.Comparable
|
|
public final /* bridge */ /* synthetic */ int compareTo(UhZ uhZ) {
|
|
int i = this.k;
|
|
int i2 = uhZ.k;
|
|
if (i > i2) {
|
|
return 1;
|
|
}
|
|
return i < i2 ? -1 : 0;
|
|
}
|
|
|
|
private UhZ(HBt hBt) {
|
|
this.c = hBt.e;
|
|
this.e = hBt.t;
|
|
this.k = hBt.m;
|
|
this.n = hBt.f;
|
|
this.d = hBt.a;
|
|
this.h = hBt.b;
|
|
this.f8396o = hBt.l;
|
|
this.l = hBt.f8397o;
|
|
this.r = hBt.k;
|
|
this.g = hBt.h;
|
|
this.f = hBt.i;
|
|
this.a = hBt.c;
|
|
this.m = hBt.n;
|
|
this.i = hBt.g;
|
|
this.j = hBt.j;
|
|
this.b = hBt.d;
|
|
}
|
|
|
|
public /* synthetic */ UhZ(HBt hBt, byte b) {
|
|
this(hBt);
|
|
}
|
|
}
|