214 lines
5.5 KiB
Java
214 lines
5.5 KiB
Java
package o;
|
|
|
|
import android.os.Parcel;
|
|
import android.os.Parcelable;
|
|
import java.util.List;
|
|
import o.JO;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class JS extends JO implements Parcelable {
|
|
public static final Parcelable.Creator<JS> CREATOR = new Parcelable.Creator<JS>() { // from class: o.JS.4
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* synthetic */ JS createFromParcel(Parcel parcel) {
|
|
return new JS(parcel);
|
|
}
|
|
|
|
@Override // android.os.Parcelable.Creator
|
|
public final /* bridge */ /* synthetic */ JS[] newArray(int i) {
|
|
return new JS[i];
|
|
}
|
|
};
|
|
public Double f;
|
|
public String g;
|
|
public List<C0589Kb> h;
|
|
public String i;
|
|
public Double j;
|
|
public boolean k;
|
|
public Double l;
|
|
public Double m;
|
|
public String n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
public String f8221o;
|
|
public String r;
|
|
|
|
@Override // o.JO, o.EQ, android.os.Parcelable
|
|
public final int describeContents() {
|
|
return 0;
|
|
}
|
|
|
|
private JS(Sts sts) {
|
|
super(sts);
|
|
this.f8221o = sts.m;
|
|
this.n = sts.f8222o;
|
|
this.r = sts.s;
|
|
this.m = sts.l;
|
|
this.f = sts.f;
|
|
this.j = sts.g;
|
|
this.l = sts.n;
|
|
this.k = sts.k;
|
|
this.h = sts.i;
|
|
this.g = sts.j;
|
|
this.i = sts.h;
|
|
}
|
|
|
|
protected JS(Parcel parcel) {
|
|
super(parcel);
|
|
this.f8221o = parcel.readString();
|
|
this.n = parcel.readString();
|
|
this.r = parcel.readString();
|
|
this.i = parcel.readString();
|
|
if (parcel.readByte() == 0) {
|
|
this.m = null;
|
|
} else {
|
|
this.m = Double.valueOf(parcel.readDouble());
|
|
}
|
|
if (parcel.readByte() == 0) {
|
|
this.f = null;
|
|
} else {
|
|
this.f = Double.valueOf(parcel.readDouble());
|
|
}
|
|
if (parcel.readByte() == 0) {
|
|
this.j = null;
|
|
} else {
|
|
this.j = Double.valueOf(parcel.readDouble());
|
|
}
|
|
if (parcel.readByte() == 0) {
|
|
this.l = null;
|
|
} else {
|
|
this.l = Double.valueOf(parcel.readDouble());
|
|
}
|
|
this.k = parcel.readByte() != 0;
|
|
this.h = parcel.createTypedArrayList(C0589Kb.CREATOR);
|
|
}
|
|
|
|
public static LWm c() {
|
|
return new LWm();
|
|
}
|
|
|
|
@Override // o.JO, o.EQ, android.os.Parcelable
|
|
public final void writeToParcel(Parcel parcel, int i) {
|
|
super.writeToParcel(parcel, i);
|
|
parcel.writeString(this.f8221o);
|
|
parcel.writeString(this.n);
|
|
parcel.writeString(this.r);
|
|
parcel.writeString(this.i);
|
|
if (this.m == null) {
|
|
parcel.writeByte((byte) 0);
|
|
} else {
|
|
parcel.writeByte((byte) 1);
|
|
parcel.writeDouble(this.m.doubleValue());
|
|
}
|
|
if (this.f == null) {
|
|
parcel.writeByte((byte) 0);
|
|
} else {
|
|
parcel.writeByte((byte) 1);
|
|
parcel.writeDouble(this.f.doubleValue());
|
|
}
|
|
if (this.j == null) {
|
|
parcel.writeByte((byte) 0);
|
|
} else {
|
|
parcel.writeByte((byte) 1);
|
|
parcel.writeDouble(this.j.doubleValue());
|
|
}
|
|
if (this.l == null) {
|
|
parcel.writeByte((byte) 0);
|
|
} else {
|
|
parcel.writeByte((byte) 1);
|
|
parcel.writeDouble(this.l.doubleValue());
|
|
}
|
|
parcel.writeByte(this.k ? (byte) 1 : (byte) 0);
|
|
parcel.writeTypedList(this.h);
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static abstract class Sts<T extends JO, B extends Sts<T, B>> extends JO.Sts<T, B> {
|
|
Double f;
|
|
Double g;
|
|
String h;
|
|
List<C0589Kb> i;
|
|
String j;
|
|
boolean k;
|
|
Double l;
|
|
String m;
|
|
Double n;
|
|
|
|
/* renamed from: o, reason: collision with root package name */
|
|
String f8222o;
|
|
String s;
|
|
|
|
public final B c(String str) {
|
|
this.j = str;
|
|
return (B) c();
|
|
}
|
|
|
|
public final B f(String str) {
|
|
this.m = str;
|
|
return (B) c();
|
|
}
|
|
|
|
public final B j(String str) {
|
|
this.f8222o = str;
|
|
return (B) c();
|
|
}
|
|
|
|
public final B g(String str) {
|
|
this.s = str;
|
|
return (B) c();
|
|
}
|
|
|
|
public final B a(Double d) {
|
|
this.l = d;
|
|
return (B) c();
|
|
}
|
|
|
|
public final B e(Double d) {
|
|
this.f = d;
|
|
return (B) c();
|
|
}
|
|
|
|
public final B d(Double d) {
|
|
this.g = d;
|
|
return (B) c();
|
|
}
|
|
|
|
public final B c(Double d) {
|
|
this.n = d;
|
|
return (B) c();
|
|
}
|
|
|
|
public final B b(boolean z) {
|
|
this.k = z;
|
|
return (B) c();
|
|
}
|
|
|
|
public final B e(List<C0589Kb> list) {
|
|
this.i = list;
|
|
return (B) c();
|
|
}
|
|
|
|
public final B a(String str) {
|
|
this.h = str;
|
|
return (B) c();
|
|
}
|
|
}
|
|
|
|
/* loaded from: classes3.dex */
|
|
public static class LWm extends Sts<JS, LWm> {
|
|
/* JADX INFO: Access modifiers changed from: protected */
|
|
@Override // o.JO.Sts
|
|
public final /* bridge */ /* synthetic */ JO.Sts c() {
|
|
return this;
|
|
}
|
|
|
|
@Override // o.JO.Sts
|
|
public final /* synthetic */ JO a() {
|
|
return new JS(this, (byte) 0);
|
|
}
|
|
}
|
|
|
|
public /* synthetic */ JS(Sts sts, byte b) {
|
|
this(sts);
|
|
}
|
|
}
|