146 lines
9.1 KiB
Java
146 lines
9.1 KiB
Java
package com.sistemasolton.itranvias.home.data.remote;
|
|
|
|
import kotlin.Metadata;
|
|
import kotlin.coroutines.Continuation;
|
|
import kotlinx.datetime.Clock;
|
|
|
|
/* JADX INFO: compiled from: iTranviasApi.kt */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
@Metadata(d1 = {"\u0000 \n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0000\n\u0002\u0010\u000e\n\u0002\b\u0002\n\u0002\u0010\b\n\u0000\n\u0002\u0010\t\n\u0002\b\f\bf\u0018\u0000 \u00132\u00020\u0001:\u0001\u0013J,\u0010\u0002\u001a\u00020\u00032\b\b\u0002\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00062\b\b\u0002\u0010\u0007\u001a\u00020\bH¦@¢\u0006\u0002\u0010\tJ*\u0010\n\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00062\b\b\u0002\u0010\u0007\u001a\u00020\bH¦@¢\u0006\u0002\u0010\tJ*\u0010\u000b\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00062\b\b\u0002\u0010\u0007\u001a\u00020\bH¦@¢\u0006\u0002\u0010\tJ*\u0010\f\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00062\b\b\u0002\u0010\u0007\u001a\u00020\bH¦@¢\u0006\u0002\u0010\tJ2\u0010\r\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00032\u0006\u0010\u000e\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00062\b\b\u0002\u0010\u0007\u001a\u00020\bH¦@¢\u0006\u0002\u0010\u000fJ4\u0010\u0010\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0011\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00062\b\b\u0002\u0010\u0007\u001a\u00020\bH¦@¢\u0006\u0002\u0010\u000fJ*\u0010\u0012\u001a\u00020\u00032\u0006\u0010\u0004\u001a\u00020\u00032\b\b\u0002\u0010\u0005\u001a\u00020\u00062\b\b\u0002\u0010\u0007\u001a\u00020\bH¦@¢\u0006\u0002\u0010\t¨\u0006\u0014"}, d2 = {"Lcom/sistemasolton/itranvias/home/data/remote/ITranviasApi;", "", "getInfoDef", "", "dato", "func", "", "timestamp", "", "(Ljava/lang/String;IJLkotlin/coroutines/Continuation;)Ljava/lang/Object;", "getStopDetail", "getLineDetail", "getNearbyStops", "getSchedule", "fecha", "(Ljava/lang/String;Ljava/lang/String;IJLkotlin/coroutines/Continuation;)Ljava/lang/Object;", "getLineMap", "mostrar", "getMasterVersion", "Companion", "composeApp_release"}, k = 1, mv = {2, 1, 0}, xi = 48)
|
|
public interface ITranviasApi {
|
|
|
|
/* JADX INFO: renamed from: Companion, reason: from kotlin metadata */
|
|
public static final Companion INSTANCE = Companion.$$INSTANCE;
|
|
public static final String DEFAULT_DATO = "20250701T175122_es_3_20250728T104916";
|
|
public static final int DEFAULT_FUNC = 7;
|
|
public static final long DEFAULT_TIMESTAMP = 1753692562932L;
|
|
|
|
Object getInfoDef(String str, int i, long j, Continuation<? super String> continuation);
|
|
|
|
Object getLineDetail(String str, int i, long j, Continuation<? super String> continuation);
|
|
|
|
Object getLineMap(String str, String str2, int i, long j, Continuation<? super String> continuation);
|
|
|
|
Object getMasterVersion(String str, int i, long j, Continuation<? super String> continuation);
|
|
|
|
Object getNearbyStops(String str, int i, long j, Continuation<? super String> continuation);
|
|
|
|
Object getSchedule(String str, String str2, int i, long j, Continuation<? super String> continuation);
|
|
|
|
Object getStopDetail(String str, int i, long j, Continuation<? super String> continuation);
|
|
|
|
/* JADX INFO: compiled from: iTranviasApi.kt */
|
|
@Metadata(k = 3, mv = {2, 1, 0}, xi = 48)
|
|
public static final class DefaultImpls {
|
|
public static /* synthetic */ Object getInfoDef$default(ITranviasApi iTranviasApi, String str, int i, long j, Continuation continuation, int i2, Object obj) {
|
|
if (obj != null) {
|
|
throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: getInfoDef");
|
|
}
|
|
if ((i2 & 1) != 0) {
|
|
str = "20250701T175122_es_3_20250728T104916";
|
|
}
|
|
String str2 = str;
|
|
if ((i2 & 2) != 0) {
|
|
i = 7;
|
|
}
|
|
int i3 = i;
|
|
if ((i2 & 4) != 0) {
|
|
j = 1753692562932L;
|
|
}
|
|
return iTranviasApi.getInfoDef(str2, i3, j, continuation);
|
|
}
|
|
|
|
public static /* synthetic */ Object getStopDetail$default(ITranviasApi iTranviasApi, String str, int i, long j, Continuation continuation, int i2, Object obj) {
|
|
if (obj != null) {
|
|
throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: getStopDetail");
|
|
}
|
|
if ((i2 & 2) != 0) {
|
|
i = 0;
|
|
}
|
|
int i3 = i;
|
|
if ((i2 & 4) != 0) {
|
|
j = Clock.System.INSTANCE.now().toEpochMilliseconds();
|
|
}
|
|
return iTranviasApi.getStopDetail(str, i3, j, continuation);
|
|
}
|
|
|
|
public static /* synthetic */ Object getLineDetail$default(ITranviasApi iTranviasApi, String str, int i, long j, Continuation continuation, int i2, Object obj) {
|
|
if (obj != null) {
|
|
throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: getLineDetail");
|
|
}
|
|
if ((i2 & 2) != 0) {
|
|
i = 2;
|
|
}
|
|
int i3 = i;
|
|
if ((i2 & 4) != 0) {
|
|
j = Clock.System.INSTANCE.now().toEpochMilliseconds();
|
|
}
|
|
return iTranviasApi.getLineDetail(str, i3, j, continuation);
|
|
}
|
|
|
|
public static /* synthetic */ Object getNearbyStops$default(ITranviasApi iTranviasApi, String str, int i, long j, Continuation continuation, int i2, Object obj) {
|
|
if (obj != null) {
|
|
throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: getNearbyStops");
|
|
}
|
|
if ((i2 & 2) != 0) {
|
|
i = 3;
|
|
}
|
|
int i3 = i;
|
|
if ((i2 & 4) != 0) {
|
|
j = Clock.System.INSTANCE.now().toEpochMilliseconds();
|
|
}
|
|
return iTranviasApi.getNearbyStops(str, i3, j, continuation);
|
|
}
|
|
|
|
public static /* synthetic */ Object getSchedule$default(ITranviasApi iTranviasApi, String str, String str2, int i, long j, Continuation continuation, int i2, Object obj) {
|
|
if (obj == null) {
|
|
return iTranviasApi.getSchedule(str, str2, (i2 & 4) != 0 ? 8 : i, (i2 & 8) != 0 ? Clock.System.INSTANCE.now().toEpochMilliseconds() : j, continuation);
|
|
}
|
|
throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: getSchedule");
|
|
}
|
|
|
|
public static /* synthetic */ Object getLineMap$default(ITranviasApi iTranviasApi, String str, String str2, int i, long j, Continuation continuation, int i2, Object obj) {
|
|
if (obj != null) {
|
|
throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: getLineMap");
|
|
}
|
|
if ((i2 & 2) != 0) {
|
|
str2 = "PRB";
|
|
}
|
|
String str3 = str2;
|
|
if ((i2 & 4) != 0) {
|
|
i = 99;
|
|
}
|
|
int i3 = i;
|
|
if ((i2 & 8) != 0) {
|
|
j = Clock.System.INSTANCE.now().toEpochMilliseconds();
|
|
}
|
|
return iTranviasApi.getLineMap(str, str3, i3, j, continuation);
|
|
}
|
|
|
|
public static /* synthetic */ Object getMasterVersion$default(ITranviasApi iTranviasApi, String str, int i, long j, Continuation continuation, int i2, Object obj) {
|
|
if (obj != null) {
|
|
throw new UnsupportedOperationException("Super calls with default arguments not supported in this target, function: getMasterVersion");
|
|
}
|
|
if ((i2 & 2) != 0) {
|
|
i = 7;
|
|
}
|
|
int i3 = i;
|
|
if ((i2 & 4) != 0) {
|
|
j = Clock.System.INSTANCE.now().toEpochMilliseconds();
|
|
}
|
|
return iTranviasApi.getMasterVersion(str, i3, j, continuation);
|
|
}
|
|
}
|
|
|
|
/* JADX INFO: compiled from: iTranviasApi.kt */
|
|
@Metadata(d1 = {"\u0000\u001e\n\u0002\u0018\u0002\n\u0002\u0010\u0000\n\u0002\b\u0003\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\b\n\u0000\n\u0002\u0010\t\n\u0000\b\u0086\u0003\u0018\u00002\u00020\u0001B\t\b\u0002¢\u0006\u0004\b\u0002\u0010\u0003R\u000e\u0010\u0004\u001a\u00020\u0005X\u0086T¢\u0006\u0002\n\u0000R\u000e\u0010\u0006\u001a\u00020\u0007X\u0086T¢\u0006\u0002\n\u0000R\u000e\u0010\b\u001a\u00020\tX\u0086T¢\u0006\u0002\n\u0000¨\u0006\n"}, d2 = {"Lcom/sistemasolton/itranvias/home/data/remote/ITranviasApi$Companion;", "", "<init>", "()V", "DEFAULT_DATO", "", "DEFAULT_FUNC", "", "DEFAULT_TIMESTAMP", "", "composeApp_release"}, k = 1, mv = {2, 1, 0}, xi = 48)
|
|
public static final class Companion {
|
|
static final /* synthetic */ Companion $$INSTANCE = new Companion();
|
|
public static final String DEFAULT_DATO = "20250701T175122_es_3_20250728T104916";
|
|
public static final int DEFAULT_FUNC = 7;
|
|
public static final long DEFAULT_TIMESTAMP = 1753692562932L;
|
|
|
|
private Companion() {
|
|
}
|
|
}
|
|
} |