Initial version -- added millennium read funcionality

This commit is contained in:
Pablo
2026-03-09 22:05:28 +01:00
commit 77c2ded482
2770 changed files with 141927 additions and 0 deletions
@@ -0,0 +1,148 @@
package com.sistemasolton.itranvias.home.data.remote.dto.nearbystopdto;
import java.util.List;
import kotlin.Deprecated;
import kotlin.DeprecationLevel;
import kotlin.Lazy;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
import kotlinx.serialization.DeserializationStrategy;
import kotlinx.serialization.KSerializer;
import kotlinx.serialization.UnknownFieldException;
import kotlinx.serialization.descriptors.SerialDescriptor;
import kotlinx.serialization.encoding.CompositeDecoder;
import kotlinx.serialization.encoding.CompositeEncoder;
import kotlinx.serialization.encoding.Decoder;
import kotlinx.serialization.encoding.Encoder;
import kotlinx.serialization.internal.GeneratedSerializer;
import kotlinx.serialization.internal.IntSerializer;
import kotlinx.serialization.internal.PluginGeneratedSerialDescriptor;
import kotlinx.serialization.internal.StringSerializer;
/* JADX INFO: compiled from: NearbyStopsDto.kt */
/* JADX INFO: loaded from: classes2.dex */
@Metadata(d1 = {"\u00006\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0010\u0011\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\\u0002\u0018\u00002\b\u0012\u0004\u0012\u00020\u00020\u0001B\t\b\u0002¢\u0006\u0004\b\u0003\u0010\u0004J\u0015\u0010\u0005\u001a\f\u0012\b\u0012\u0006\u0012\u0002\b\u00030\u00070\u0006¢\u0006\u0002\u0010\bJ\u000e\u0010\t\u001a\u00020\u00022\u0006\u0010\n\u001a\u00020\u000bJ\u0016\u0010\f\u001a\u00020\r2\u0006\u0010\u000e\u001a\u00020\u000f2\u0006\u0010\u0010\u001a\u00020\u0002R\u0011\u0010\u0011\u001a\u00020\u0012¢\u0006\b\n\u0000\u001a\u0004\b\u0013\u0010\u0014¨\u0006\u0015"}, d2 = {"com/sistemasolton/itranvias/home/data/remote/dto/nearbystopdto/NearbyStopsDto.$serializer", "Lkotlinx/serialization/internal/GeneratedSerializer;", "Lcom/sistemasolton/itranvias/home/data/remote/dto/nearbystopdto/NearbyStopsDto;", "<init>", "()V", "childSerializers", "", "Lkotlinx/serialization/KSerializer;", "()[Lkotlinx/serialization/KSerializer;", "deserialize", "decoder", "Lkotlinx/serialization/encoding/Decoder;", "serialize", "", "encoder", "Lkotlinx/serialization/encoding/Encoder;", "value", "descriptor", "Lkotlinx/serialization/descriptors/SerialDescriptor;", "getDescriptor", "()Lkotlinx/serialization/descriptors/SerialDescriptor;", "composeApp_release"}, k = 1, mv = {2, 1, 0}, xi = 48)
@Deprecated(level = DeprecationLevel.HIDDEN, message = "This synthesized declaration should not be used directly")
public /* synthetic */ class NearbyStopsDto$$serializer implements GeneratedSerializer<NearbyStopsDto> {
public static final int $stable;
public static final NearbyStopsDto$$serializer INSTANCE;
private static final SerialDescriptor descriptor;
private NearbyStopsDto$$serializer() {
}
@Override // kotlinx.serialization.KSerializer, kotlinx.serialization.SerializationStrategy, kotlinx.serialization.DeserializationStrategy
public final SerialDescriptor getDescriptor() {
return descriptor;
}
static {
NearbyStopsDto$$serializer nearbyStopsDto$$serializer = new NearbyStopsDto$$serializer();
INSTANCE = nearbyStopsDto$$serializer;
$stable = 8;
PluginGeneratedSerialDescriptor pluginGeneratedSerialDescriptor = new PluginGeneratedSerialDescriptor("com.sistemasolton.itranvias.home.data.remote.dto.nearbystopdto.NearbyStopsDto", nearbyStopsDto$$serializer, 6);
pluginGeneratedSerialDescriptor.addElement("resultado", false);
pluginGeneratedSerialDescriptor.addElement("fecha_peticion", false);
pluginGeneratedSerialDescriptor.addElement("peticion", false);
pluginGeneratedSerialDescriptor.addElement("tamaño", false);
pluginGeneratedSerialDescriptor.addElement("posgps", false);
pluginGeneratedSerialDescriptor.addElement("Origen", false);
descriptor = pluginGeneratedSerialDescriptor;
}
/* JADX WARN: Multi-variable type inference failed */
@Override // kotlinx.serialization.internal.GeneratedSerializer
public final KSerializer<?>[] childSerializers() {
return new KSerializer[]{StringSerializer.INSTANCE, StringSerializer.INSTANCE, StringSerializer.INSTANCE, IntSerializer.INSTANCE, NearbyStopsDto.$childSerializers[4].getValue(), StringSerializer.INSTANCE};
}
@Override // kotlinx.serialization.DeserializationStrategy
public final NearbyStopsDto deserialize(Decoder decoder) {
List list;
String strDecodeStringElement;
int i;
String str;
String str2;
String str3;
int i2;
Intrinsics.checkNotNullParameter(decoder, "decoder");
SerialDescriptor serialDescriptor = descriptor;
CompositeDecoder compositeDecoderBeginStructure = decoder.beginStructure(serialDescriptor);
Lazy[] lazyArr = NearbyStopsDto.$childSerializers;
if (compositeDecoderBeginStructure.decodeSequentially()) {
String strDecodeStringElement2 = compositeDecoderBeginStructure.decodeStringElement(serialDescriptor, 0);
String strDecodeStringElement3 = compositeDecoderBeginStructure.decodeStringElement(serialDescriptor, 1);
String strDecodeStringElement4 = compositeDecoderBeginStructure.decodeStringElement(serialDescriptor, 2);
int iDecodeIntElement = compositeDecoderBeginStructure.decodeIntElement(serialDescriptor, 3);
list = (List) compositeDecoderBeginStructure.decodeSerializableElement(serialDescriptor, 4, (DeserializationStrategy) lazyArr[4].getValue(), null);
str3 = strDecodeStringElement2;
strDecodeStringElement = compositeDecoderBeginStructure.decodeStringElement(serialDescriptor, 5);
i = iDecodeIntElement;
str = strDecodeStringElement4;
i2 = 63;
str2 = strDecodeStringElement3;
} else {
boolean z = true;
int iDecodeIntElement2 = 0;
String strDecodeStringElement5 = null;
String strDecodeStringElement6 = null;
String strDecodeStringElement7 = null;
List list2 = null;
String strDecodeStringElement8 = null;
int i3 = 0;
while (z) {
int iDecodeElementIndex = compositeDecoderBeginStructure.decodeElementIndex(serialDescriptor);
switch (iDecodeElementIndex) {
case -1:
z = false;
continue;
case 0:
strDecodeStringElement5 = compositeDecoderBeginStructure.decodeStringElement(serialDescriptor, 0);
i3 |= 1;
continue;
case 1:
strDecodeStringElement6 = compositeDecoderBeginStructure.decodeStringElement(serialDescriptor, 1);
i3 |= 2;
break;
case 2:
strDecodeStringElement7 = compositeDecoderBeginStructure.decodeStringElement(serialDescriptor, 2);
i3 |= 4;
break;
case 3:
iDecodeIntElement2 = compositeDecoderBeginStructure.decodeIntElement(serialDescriptor, 3);
i3 |= 8;
break;
case 4:
list2 = (List) compositeDecoderBeginStructure.decodeSerializableElement(serialDescriptor, 4, (DeserializationStrategy) lazyArr[4].getValue(), list2);
i3 |= 16;
break;
case 5:
strDecodeStringElement8 = compositeDecoderBeginStructure.decodeStringElement(serialDescriptor, 5);
i3 |= 32;
break;
default:
throw new UnknownFieldException(iDecodeElementIndex);
}
}
list = list2;
strDecodeStringElement = strDecodeStringElement8;
i = iDecodeIntElement2;
str = strDecodeStringElement7;
str2 = strDecodeStringElement6;
str3 = strDecodeStringElement5;
i2 = i3;
}
compositeDecoderBeginStructure.endStructure(serialDescriptor);
return new NearbyStopsDto(i2, str3, str2, str, i, list, strDecodeStringElement, null);
}
@Override // kotlinx.serialization.SerializationStrategy
public final void serialize(Encoder encoder, NearbyStopsDto value) {
Intrinsics.checkNotNullParameter(encoder, "encoder");
Intrinsics.checkNotNullParameter(value, "value");
SerialDescriptor serialDescriptor = descriptor;
CompositeEncoder compositeEncoderBeginStructure = encoder.beginStructure(serialDescriptor);
NearbyStopsDto.write$Self$composeApp_release(value, compositeEncoderBeginStructure, serialDescriptor);
compositeEncoderBeginStructure.endStructure(serialDescriptor);
}
}
@@ -0,0 +1,233 @@
package com.sistemasolton.itranvias.home.data.remote.dto.nearbystopdto;
import java.util.List;
import kotlin.Lazy;
import kotlin.LazyKt;
import kotlin.LazyThreadSafetyMode;
import kotlin.Metadata;
import kotlin.jvm.JvmStatic;
import kotlin.jvm.functions.Function0;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
import kotlinx.serialization.KSerializer;
import kotlinx.serialization.SerialName;
import kotlinx.serialization.Serializable;
import kotlinx.serialization.descriptors.SerialDescriptor;
import kotlinx.serialization.encoding.CompositeEncoder;
import kotlinx.serialization.internal.ArrayListSerializer;
import kotlinx.serialization.internal.PluginExceptionsKt;
import kotlinx.serialization.internal.SerializationConstructorMarker;
/* JADX INFO: compiled from: NearbyStopsDto.kt */
/* JADX INFO: loaded from: classes2.dex */
@Metadata(d1 = {"\u0000J\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0003\n\u0002\u0010\b\n\u0000\n\u0002\u0010 \n\u0002\u0018\u0002\n\u0002\b\u0005\n\u0002\u0018\u0002\n\u0002\b\u0019\n\u0002\u0010\u000b\n\u0002\b\u0004\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0004\b\u0087\b\u0018\u0000 72\u00020\u0001:\u000267B=\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0003\u0012\u0006\u0010\u0005\u001a\u00020\u0003\u0012\u0006\u0010\u0006\u001a\u00020\u0007\u0012\f\u0010\b\u001a\b\u0012\u0004\u0012\u00020\n0\t\u0012\u0006\u0010\u000b\u001a\u00020\u0003¢\u0006\u0004\b\f\u0010\rB[\b\u0010\u0012\u0006\u0010\u000e\u001a\u00020\u0007\u0012\b\u0010\u0002\u001a\u0004\u0018\u00010\u0003\u0012\b\u0010\u0004\u001a\u0004\u0018\u00010\u0003\u0012\b\u0010\u0005\u001a\u0004\u0018\u00010\u0003\u0012\u0006\u0010\u0006\u001a\u00020\u0007\u0012\u000e\u0010\b\u001a\n\u0012\u0004\u0012\u00020\n\u0018\u00010\t\u0012\b\u0010\u000b\u001a\u0004\u0018\u00010\u0003\u0012\b\u0010\u000f\u001a\u0004\u0018\u00010\u0010¢\u0006\u0004\b\f\u0010\u0011J\t\u0010\"\u001a\u00020\u0003HÆ\u0003J\t\u0010#\u001a\u00020\u0003HÆ\u0003J\t\u0010$\u001a\u00020\u0003HÆ\u0003J\t\u0010%\u001a\u00020\u0007HÆ\u0003J\u000f\u0010&\u001a\b\u0012\u0004\u0012\u00020\n0\tHÆ\u0003J\t\u0010'\u001a\u00020\u0003HÆ\u0003JK\u0010(\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00032\b\b\u0002\u0010\u0006\u001a\u00020\u00072\u000e\b\u0002\u0010\b\u001a\b\u0012\u0004\u0012\u00020\n0\t2\b\b\u0002\u0010\u000b\u001a\u00020\u0003HÆ\u0001J\u0013\u0010)\u001a\u00020*2\b\u0010+\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010,\u001a\u00020\u0007HÖ\u0001J\t\u0010-\u001a\u00020\u0003HÖ\u0001J%\u0010.\u001a\u00020/2\u0006\u00100\u001a\u00020\u00002\u0006\u00101\u001a\u0002022\u0006\u00103\u001a\u000204H\u0001¢\u0006\u0002\b5R\u001c\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u0012\u0010\u0013\u001a\u0004\b\u0014\u0010\u0015R\u001c\u0010\u0004\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u0016\u0010\u0013\u001a\u0004\b\u0017\u0010\u0015R\u001c\u0010\u0005\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u0018\u0010\u0013\u001a\u0004\b\u0019\u0010\u0015R\u001c\u0010\u0006\u001a\u00020\u00078\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u001a\u0010\u0013\u001a\u0004\b\u001b\u0010\u001cR\"\u0010\b\u001a\b\u0012\u0004\u0012\u00020\n0\t8\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u001d\u0010\u0013\u001a\u0004\b\u001e\u0010\u001fR\u001c\u0010\u000b\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b \u0010\u0013\u001a\u0004\b!\u0010\u0015¨\u00068"}, d2 = {"Lcom/sistemasolton/itranvias/home/data/remote/dto/nearbystopdto/NearbyStopsDto;", "", "resultado", "", "fechaPeticion", "peticion", "tamaño", "", "posgps", "", "Lcom/sistemasolton/itranvias/home/data/remote/dto/nearbystopdto/PosGpsItem;", "origen", "<init>", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/util/List;Ljava/lang/String;)V", "seen0", "serializationConstructorMarker", "Lkotlinx/serialization/internal/SerializationConstructorMarker;", "(ILjava/lang/String;Ljava/lang/String;Ljava/lang/String;ILjava/util/List;Ljava/lang/String;Lkotlinx/serialization/internal/SerializationConstructorMarker;)V", "getResultado$annotations", "()V", "getResultado", "()Ljava/lang/String;", "getFechaPeticion$annotations", "getFechaPeticion", "getPeticion$annotations", "getPeticion", "getTamaño$annotations", "getTamaño", "()I", "getPosgps$annotations", "getPosgps", "()Ljava/util/List;", "getOrigen$annotations", "getOrigen", "component1", "component2", "component3", "component4", "component5", "component6", "copy", "equals", "", "other", "hashCode", "toString", "write$Self", "", "self", "output", "Lkotlinx/serialization/encoding/CompositeEncoder;", "serialDesc", "Lkotlinx/serialization/descriptors/SerialDescriptor;", "write$Self$composeApp_release", "$serializer", "Companion", "composeApp_release"}, k = 1, mv = {2, 1, 0}, xi = 48)
@Serializable
public final /* data */ class NearbyStopsDto {
private final String fechaPeticion;
private final String origen;
private final String peticion;
private final List<PosGpsItem> posgps;
private final String resultado;
private final int tamaño;
/* JADX INFO: renamed from: Companion, reason: from kotlin metadata */
public static final Companion INSTANCE = new Companion(null);
public static final int $stable = 8;
private static final Lazy<KSerializer<Object>>[] $childSerializers = {null, null, null, null, LazyKt.lazy(LazyThreadSafetyMode.PUBLICATION, new Function0() { // from class: com.sistemasolton.itranvias.home.data.remote.dto.nearbystopdto.NearbyStopsDto$$ExternalSyntheticLambda0
@Override // kotlin.jvm.functions.Function0
public final Object invoke() {
return NearbyStopsDto._childSerializers$_anonymous_();
}
}), null};
/* JADX INFO: Access modifiers changed from: private */
public static final /* synthetic */ KSerializer _childSerializers$_anonymous_() {
return new ArrayListSerializer(PosGpsItem$$serializer.INSTANCE);
}
/* JADX WARN: Multi-variable type inference failed */
public static /* synthetic */ NearbyStopsDto copy$default(NearbyStopsDto nearbyStopsDto, String str, String str2, String str3, int i, List list, String str4, int i2, Object obj) {
if ((i2 & 1) != 0) {
str = nearbyStopsDto.resultado;
}
if ((i2 & 2) != 0) {
str2 = nearbyStopsDto.fechaPeticion;
}
String str5 = str2;
if ((i2 & 4) != 0) {
str3 = nearbyStopsDto.peticion;
}
String str6 = str3;
if ((i2 & 8) != 0) {
i = nearbyStopsDto.tamaño;
}
int i3 = i;
if ((i2 & 16) != 0) {
list = nearbyStopsDto.posgps;
}
List list2 = list;
if ((i2 & 32) != 0) {
str4 = nearbyStopsDto.origen;
}
return nearbyStopsDto.copy(str, str5, str6, i3, list2, str4);
}
@SerialName("fecha_peticion")
public static /* synthetic */ void getFechaPeticion$annotations() {
}
@SerialName("Origen")
public static /* synthetic */ void getOrigen$annotations() {
}
@SerialName("peticion")
public static /* synthetic */ void getPeticion$annotations() {
}
@SerialName("posgps")
public static /* synthetic */ void getPosgps$annotations() {
}
@SerialName("resultado")
public static /* synthetic */ void getResultado$annotations() {
}
@SerialName("tamaño")
/* JADX INFO: renamed from: getTamaño$annotations, reason: contains not printable characters */
public static /* synthetic */ void m7911getTamao$annotations() {
}
/* JADX INFO: renamed from: component1, reason: from getter */
public final String getResultado() {
return this.resultado;
}
/* JADX INFO: renamed from: component2, reason: from getter */
public final String getFechaPeticion() {
return this.fechaPeticion;
}
/* JADX INFO: renamed from: component3, reason: from getter */
public final String getPeticion() {
return this.peticion;
}
/* JADX INFO: renamed from: component4, reason: from getter */
public final int getTamaño() {
return this.tamaño;
}
public final List<PosGpsItem> component5() {
return this.posgps;
}
/* JADX INFO: renamed from: component6, reason: from getter */
public final String getOrigen() {
return this.origen;
}
public final NearbyStopsDto copy(String resultado, String fechaPeticion, String peticion, int i, List<PosGpsItem> posgps, String origen) {
Intrinsics.checkNotNullParameter(resultado, "resultado");
Intrinsics.checkNotNullParameter(fechaPeticion, "fechaPeticion");
Intrinsics.checkNotNullParameter(peticion, "peticion");
Intrinsics.checkNotNullParameter(posgps, "posgps");
Intrinsics.checkNotNullParameter(origen, "origen");
return new NearbyStopsDto(resultado, fechaPeticion, peticion, i, posgps, origen);
}
public boolean equals(Object other) {
if (this == other) {
return true;
}
if (!(other instanceof NearbyStopsDto)) {
return false;
}
NearbyStopsDto nearbyStopsDto = (NearbyStopsDto) other;
return Intrinsics.areEqual(this.resultado, nearbyStopsDto.resultado) && Intrinsics.areEqual(this.fechaPeticion, nearbyStopsDto.fechaPeticion) && Intrinsics.areEqual(this.peticion, nearbyStopsDto.peticion) && this.tamaño == nearbyStopsDto.tamaño && Intrinsics.areEqual(this.posgps, nearbyStopsDto.posgps) && Intrinsics.areEqual(this.origen, nearbyStopsDto.origen);
}
public int hashCode() {
return (((((((((this.resultado.hashCode() * 31) + this.fechaPeticion.hashCode()) * 31) + this.peticion.hashCode()) * 31) + Integer.hashCode(this.tamaño)) * 31) + this.posgps.hashCode()) * 31) + this.origen.hashCode();
}
public String toString() {
return "NearbyStopsDto(resultado=" + this.resultado + ", fechaPeticion=" + this.fechaPeticion + ", peticion=" + this.peticion + ", tamaño=" + this.tamaño + ", posgps=" + this.posgps + ", origen=" + this.origen + ")";
}
/* JADX INFO: compiled from: NearbyStopsDto.kt */
@Metadata(d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\b\u0086\u0003\u0018\u00002\u00020\u0001B\t\b\u0002¢\u0006\u0004\b\u0002\u0010\u0003J\f\u0010\u0004\u001a\b\u0012\u0004\u0012\u00020\u00060\u0005¨\u0006\u0007"}, d2 = {"Lcom/sistemasolton/itranvias/home/data/remote/dto/nearbystopdto/NearbyStopsDto$Companion;", "", "<init>", "()V", "serializer", "Lkotlinx/serialization/KSerializer;", "Lcom/sistemasolton/itranvias/home/data/remote/dto/nearbystopdto/NearbyStopsDto;", "composeApp_release"}, k = 1, mv = {2, 1, 0}, xi = 48)
public static final class Companion {
private Companion() {
}
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
public final KSerializer<NearbyStopsDto> serializer() {
return NearbyStopsDto$$serializer.INSTANCE;
}
}
public /* synthetic */ NearbyStopsDto(int i, String str, String str2, String str3, int i2, List list, String str4, SerializationConstructorMarker serializationConstructorMarker) {
if (63 != (i & 63)) {
PluginExceptionsKt.throwMissingFieldException(i, 63, NearbyStopsDto$$serializer.INSTANCE.getDescriptor());
}
this.resultado = str;
this.fechaPeticion = str2;
this.peticion = str3;
this.tamaño = i2;
this.posgps = list;
this.origen = str4;
}
@JvmStatic
public static final /* synthetic */ void write$Self$composeApp_release(NearbyStopsDto self, CompositeEncoder output, SerialDescriptor serialDesc) {
Lazy<KSerializer<Object>>[] lazyArr = $childSerializers;
output.encodeStringElement(serialDesc, 0, self.resultado);
output.encodeStringElement(serialDesc, 1, self.fechaPeticion);
output.encodeStringElement(serialDesc, 2, self.peticion);
output.encodeIntElement(serialDesc, 3, self.tamaño);
output.encodeSerializableElement(serialDesc, 4, lazyArr[4].getValue(), self.posgps);
output.encodeStringElement(serialDesc, 5, self.origen);
}
public NearbyStopsDto(String resultado, String fechaPeticion, String peticion, int i, List<PosGpsItem> posgps, String origen) {
Intrinsics.checkNotNullParameter(resultado, "resultado");
Intrinsics.checkNotNullParameter(fechaPeticion, "fechaPeticion");
Intrinsics.checkNotNullParameter(peticion, "peticion");
Intrinsics.checkNotNullParameter(posgps, "posgps");
Intrinsics.checkNotNullParameter(origen, "origen");
this.resultado = resultado;
this.fechaPeticion = fechaPeticion;
this.peticion = peticion;
this.tamaño = i;
this.posgps = posgps;
this.origen = origen;
}
public final String getResultado() {
return this.resultado;
}
public final String getFechaPeticion() {
return this.fechaPeticion;
}
public final String getPeticion() {
return this.peticion;
}
/* JADX INFO: renamed from: getTamaño, reason: contains not printable characters */
public final int m7912getTamao() {
return this.tamaño;
}
public final List<PosGpsItem> getPosgps() {
return this.posgps;
}
public final String getOrigen() {
return this.origen;
}
}
@@ -0,0 +1,98 @@
package com.sistemasolton.itranvias.home.data.remote.dto.nearbystopdto;
import kotlin.Deprecated;
import kotlin.DeprecationLevel;
import kotlin.Metadata;
import kotlin.jvm.internal.Intrinsics;
import kotlinx.serialization.KSerializer;
import kotlinx.serialization.UnknownFieldException;
import kotlinx.serialization.descriptors.SerialDescriptor;
import kotlinx.serialization.encoding.CompositeDecoder;
import kotlinx.serialization.encoding.CompositeEncoder;
import kotlinx.serialization.encoding.Decoder;
import kotlinx.serialization.encoding.Encoder;
import kotlinx.serialization.internal.GeneratedSerializer;
import kotlinx.serialization.internal.IntSerializer;
import kotlinx.serialization.internal.PluginGeneratedSerialDescriptor;
/* JADX INFO: compiled from: NearbyStopsDto.kt */
/* JADX INFO: loaded from: classes2.dex */
@Metadata(d1 = {"\u00006\n\u0000\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0010\u0011\n\u0002\u0018\u0002\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0003\\u0002\u0018\u00002\b\u0012\u0004\u0012\u00020\u00020\u0001B\t\b\u0002¢\u0006\u0004\b\u0003\u0010\u0004J\u0015\u0010\u0005\u001a\f\u0012\b\u0012\u0006\u0012\u0002\b\u00030\u00070\u0006¢\u0006\u0002\u0010\bJ\u000e\u0010\t\u001a\u00020\u00022\u0006\u0010\n\u001a\u00020\u000bJ\u0016\u0010\f\u001a\u00020\r2\u0006\u0010\u000e\u001a\u00020\u000f2\u0006\u0010\u0010\u001a\u00020\u0002R\u0011\u0010\u0011\u001a\u00020\u0012¢\u0006\b\n\u0000\u001a\u0004\b\u0013\u0010\u0014¨\u0006\u0015"}, d2 = {"com/sistemasolton/itranvias/home/data/remote/dto/nearbystopdto/PosGpsItem.$serializer", "Lkotlinx/serialization/internal/GeneratedSerializer;", "Lcom/sistemasolton/itranvias/home/data/remote/dto/nearbystopdto/PosGpsItem;", "<init>", "()V", "childSerializers", "", "Lkotlinx/serialization/KSerializer;", "()[Lkotlinx/serialization/KSerializer;", "deserialize", "decoder", "Lkotlinx/serialization/encoding/Decoder;", "serialize", "", "encoder", "Lkotlinx/serialization/encoding/Encoder;", "value", "descriptor", "Lkotlinx/serialization/descriptors/SerialDescriptor;", "getDescriptor", "()Lkotlinx/serialization/descriptors/SerialDescriptor;", "composeApp_release"}, k = 1, mv = {2, 1, 0}, xi = 48)
@Deprecated(level = DeprecationLevel.HIDDEN, message = "This synthesized declaration should not be used directly")
public /* synthetic */ class PosGpsItem$$serializer implements GeneratedSerializer<PosGpsItem> {
public static final int $stable;
public static final PosGpsItem$$serializer INSTANCE;
private static final SerialDescriptor descriptor;
private PosGpsItem$$serializer() {
}
@Override // kotlinx.serialization.KSerializer, kotlinx.serialization.SerializationStrategy, kotlinx.serialization.DeserializationStrategy
public final SerialDescriptor getDescriptor() {
return descriptor;
}
static {
PosGpsItem$$serializer posGpsItem$$serializer = new PosGpsItem$$serializer();
INSTANCE = posGpsItem$$serializer;
$stable = 8;
PluginGeneratedSerialDescriptor pluginGeneratedSerialDescriptor = new PluginGeneratedSerialDescriptor("com.sistemasolton.itranvias.home.data.remote.dto.nearbystopdto.PosGpsItem", posGpsItem$$serializer, 2);
pluginGeneratedSerialDescriptor.addElement("parada", false);
pluginGeneratedSerialDescriptor.addElement("distancia", false);
descriptor = pluginGeneratedSerialDescriptor;
}
@Override // kotlinx.serialization.internal.GeneratedSerializer
public final KSerializer<?>[] childSerializers() {
return new KSerializer[]{IntSerializer.INSTANCE, IntSerializer.INSTANCE};
}
@Override // kotlinx.serialization.DeserializationStrategy
public final PosGpsItem deserialize(Decoder decoder) {
int iDecodeIntElement;
int iDecodeIntElement2;
int i;
Intrinsics.checkNotNullParameter(decoder, "decoder");
SerialDescriptor serialDescriptor = descriptor;
CompositeDecoder compositeDecoderBeginStructure = decoder.beginStructure(serialDescriptor);
if (compositeDecoderBeginStructure.decodeSequentially()) {
iDecodeIntElement = compositeDecoderBeginStructure.decodeIntElement(serialDescriptor, 0);
iDecodeIntElement2 = compositeDecoderBeginStructure.decodeIntElement(serialDescriptor, 1);
i = 3;
} else {
boolean z = true;
iDecodeIntElement = 0;
int iDecodeIntElement3 = 0;
int i2 = 0;
while (z) {
int iDecodeElementIndex = compositeDecoderBeginStructure.decodeElementIndex(serialDescriptor);
if (iDecodeElementIndex == -1) {
z = false;
} else if (iDecodeElementIndex == 0) {
iDecodeIntElement = compositeDecoderBeginStructure.decodeIntElement(serialDescriptor, 0);
i2 |= 1;
} else {
if (iDecodeElementIndex != 1) {
throw new UnknownFieldException(iDecodeElementIndex);
}
iDecodeIntElement3 = compositeDecoderBeginStructure.decodeIntElement(serialDescriptor, 1);
i2 |= 2;
}
}
iDecodeIntElement2 = iDecodeIntElement3;
i = i2;
}
compositeDecoderBeginStructure.endStructure(serialDescriptor);
return new PosGpsItem(i, iDecodeIntElement, iDecodeIntElement2, null);
}
@Override // kotlinx.serialization.SerializationStrategy
public final void serialize(Encoder encoder, PosGpsItem value) {
Intrinsics.checkNotNullParameter(encoder, "encoder");
Intrinsics.checkNotNullParameter(value, "value");
SerialDescriptor serialDescriptor = descriptor;
CompositeEncoder compositeEncoderBeginStructure = encoder.beginStructure(serialDescriptor);
PosGpsItem.write$Self$composeApp_release(value, compositeEncoderBeginStructure, serialDescriptor);
compositeEncoderBeginStructure.endStructure(serialDescriptor);
}
}
@@ -0,0 +1,118 @@
package com.sistemasolton.itranvias.home.data.remote.dto.nearbystopdto;
import kotlin.Metadata;
import kotlin.jvm.JvmStatic;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlinx.serialization.KSerializer;
import kotlinx.serialization.SerialName;
import kotlinx.serialization.Serializable;
import kotlinx.serialization.descriptors.SerialDescriptor;
import kotlinx.serialization.encoding.CompositeEncoder;
import kotlinx.serialization.internal.PluginExceptionsKt;
import kotlinx.serialization.internal.SerializationConstructorMarker;
/* JADX INFO: compiled from: NearbyStopsDto.kt */
/* JADX INFO: loaded from: classes2.dex */
@Metadata(d1 = {"\u0000>\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\b\n\u0002\b\u0005\n\u0002\u0018\u0002\n\u0002\b\u000b\n\u0002\u0010\u000b\n\u0002\b\u0003\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0004\b\u0087\b\u0018\u0000 #2\u00020\u0001:\u0002\"#B\u0017\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0003¢\u0006\u0004\b\u0005\u0010\u0006B+\b\u0010\u0012\u0006\u0010\u0007\u001a\u00020\u0003\u0012\u0006\u0010\u0002\u001a\u00020\u0003\u0012\u0006\u0010\u0004\u001a\u00020\u0003\u0012\b\u0010\b\u001a\u0004\u0018\u00010\\u0006\u0004\b\u0005\u0010\nJ\t\u0010\u0011\u001a\u00020\u0003HÆ\u0003J\t\u0010\u0012\u001a\u00020\u0003HÆ\u0003J\u001d\u0010\u0013\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\u0014\u001a\u00020\u00152\b\u0010\u0016\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0017\u001a\u00020\u0003HÖ\u0001J\t\u0010\u0018\u001a\u00020\u0019HÖ\u0001J%\u0010\u001a\u001a\u00020\u001b2\u0006\u0010\u001c\u001a\u00020\u00002\u0006\u0010\u001d\u001a\u00020\u001e2\u0006\u0010\u001f\u001a\u00020 H\u0001¢\u0006\u0002\b!R\u001c\u0010\u0002\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u000b\u0010\f\u001a\u0004\b\r\u0010\u000eR\u001c\u0010\u0004\u001a\u00020\u00038\u0006X\u0087\u0004¢\u0006\u000e\n\u0000\u0012\u0004\b\u000f\u0010\f\u001a\u0004\b\u0010\u0010\u000e¨\u0006$"}, d2 = {"Lcom/sistemasolton/itranvias/home/data/remote/dto/nearbystopdto/PosGpsItem;", "", "parada", "", "distancia", "<init>", "(II)V", "seen0", "serializationConstructorMarker", "Lkotlinx/serialization/internal/SerializationConstructorMarker;", "(IIILkotlinx/serialization/internal/SerializationConstructorMarker;)V", "getParada$annotations", "()V", "getParada", "()I", "getDistancia$annotations", "getDistancia", "component1", "component2", "copy", "equals", "", "other", "hashCode", "toString", "", "write$Self", "", "self", "output", "Lkotlinx/serialization/encoding/CompositeEncoder;", "serialDesc", "Lkotlinx/serialization/descriptors/SerialDescriptor;", "write$Self$composeApp_release", "$serializer", "Companion", "composeApp_release"}, k = 1, mv = {2, 1, 0}, xi = 48)
@Serializable
public final /* data */ class PosGpsItem {
public static final int $stable = 0;
/* JADX INFO: renamed from: Companion, reason: from kotlin metadata */
public static final Companion INSTANCE = new Companion(null);
private final int distancia;
private final int parada;
public static /* synthetic */ PosGpsItem copy$default(PosGpsItem posGpsItem, int i, int i2, int i3, Object obj) {
if ((i3 & 1) != 0) {
i = posGpsItem.parada;
}
if ((i3 & 2) != 0) {
i2 = posGpsItem.distancia;
}
return posGpsItem.copy(i, i2);
}
@SerialName("distancia")
public static /* synthetic */ void getDistancia$annotations() {
}
@SerialName("parada")
public static /* synthetic */ void getParada$annotations() {
}
/* JADX INFO: renamed from: component1, reason: from getter */
public final int getParada() {
return this.parada;
}
/* JADX INFO: renamed from: component2, reason: from getter */
public final int getDistancia() {
return this.distancia;
}
public final PosGpsItem copy(int parada, int distancia) {
return new PosGpsItem(parada, distancia);
}
public boolean equals(Object other) {
if (this == other) {
return true;
}
if (!(other instanceof PosGpsItem)) {
return false;
}
PosGpsItem posGpsItem = (PosGpsItem) other;
return this.parada == posGpsItem.parada && this.distancia == posGpsItem.distancia;
}
public int hashCode() {
return (Integer.hashCode(this.parada) * 31) + Integer.hashCode(this.distancia);
}
public String toString() {
return "PosGpsItem(parada=" + this.parada + ", distancia=" + this.distancia + ")";
}
/* JADX INFO: compiled from: NearbyStopsDto.kt */
@Metadata(d1 = {"\u0000\u0016\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0003\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0000\b\u0086\u0003\u0018\u00002\u00020\u0001B\t\b\u0002¢\u0006\u0004\b\u0002\u0010\u0003J\f\u0010\u0004\u001a\b\u0012\u0004\u0012\u00020\u00060\u0005¨\u0006\u0007"}, d2 = {"Lcom/sistemasolton/itranvias/home/data/remote/dto/nearbystopdto/PosGpsItem$Companion;", "", "<init>", "()V", "serializer", "Lkotlinx/serialization/KSerializer;", "Lcom/sistemasolton/itranvias/home/data/remote/dto/nearbystopdto/PosGpsItem;", "composeApp_release"}, k = 1, mv = {2, 1, 0}, xi = 48)
public static final class Companion {
private Companion() {
}
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
public final KSerializer<PosGpsItem> serializer() {
return PosGpsItem$$serializer.INSTANCE;
}
}
public /* synthetic */ PosGpsItem(int i, int i2, int i3, SerializationConstructorMarker serializationConstructorMarker) {
if (3 != (i & 3)) {
PluginExceptionsKt.throwMissingFieldException(i, 3, PosGpsItem$$serializer.INSTANCE.getDescriptor());
}
this.parada = i2;
this.distancia = i3;
}
@JvmStatic
public static final /* synthetic */ void write$Self$composeApp_release(PosGpsItem self, CompositeEncoder output, SerialDescriptor serialDesc) {
output.encodeIntElement(serialDesc, 0, self.parada);
output.encodeIntElement(serialDesc, 1, self.distancia);
}
public PosGpsItem(int i, int i2) {
this.parada = i;
this.distancia = i2;
}
public final int getParada() {
return this.parada;
}
public final int getDistancia() {
return this.distancia;
}
}