Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,84 @@
|
||||
package com.sistemasolton.itranvias.navigation;
|
||||
|
||||
import kotlin.Metadata;
|
||||
import kotlin.jvm.internal.DefaultConstructorMarker;
|
||||
import kotlin.jvm.internal.Intrinsics;
|
||||
import kotlinx.serialization.KSerializer;
|
||||
import kotlinx.serialization.Serializable;
|
||||
import kotlinx.serialization.internal.PluginExceptionsKt;
|
||||
import kotlinx.serialization.internal.SerializationConstructorMarker;
|
||||
|
||||
/* JADX INFO: compiled from: Routes.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\u0003\n\u0002\u0010\b\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0006\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 \u001d2\u00020\u0001:\u0002\u001c\u001dB\u000f\u0012\u0006\u0010\u0002\u001a\u00020\u0003¢\u0006\u0004\b\u0004\u0010\u0005B%\b\u0010\u0012\u0006\u0010\u0006\u001a\u00020\u0007\u0012\b\u0010\u0002\u001a\u0004\u0018\u00010\u0003\u0012\b\u0010\b\u001a\u0004\u0018\u00010\t¢\u0006\u0004\b\u0004\u0010\nJ\t\u0010\r\u001a\u00020\u0003HÆ\u0003J\u0013\u0010\u000e\u001a\u00020\u00002\b\b\u0002\u0010\u0002\u001a\u00020\u0003HÆ\u0001J\u0013\u0010\u000f\u001a\u00020\u00102\b\u0010\u0011\u001a\u0004\u0018\u00010\u0001HÖ\u0003J\t\u0010\u0012\u001a\u00020\u0007HÖ\u0001J\t\u0010\u0013\u001a\u00020\u0003HÖ\u0001J%\u0010\u0014\u001a\u00020\u00152\u0006\u0010\u0016\u001a\u00020\u00002\u0006\u0010\u0017\u001a\u00020\u00182\u0006\u0010\u0019\u001a\u00020\u001aH\u0001¢\u0006\u0002\b\u001bR\u0011\u0010\u0002\u001a\u00020\u0003¢\u0006\b\n\u0000\u001a\u0004\b\u000b\u0010\f¨\u0006\u001e"}, d2 = {"Lcom/sistemasolton/itranvias/navigation/StopDetail;", "", "stopId", "", "<init>", "(Ljava/lang/String;)V", "seen0", "", "serializationConstructorMarker", "Lkotlinx/serialization/internal/SerializationConstructorMarker;", "(ILjava/lang/String;Lkotlinx/serialization/internal/SerializationConstructorMarker;)V", "getStopId", "()Ljava/lang/String;", "component1", "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 StopDetail {
|
||||
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 String stopId;
|
||||
|
||||
public static /* synthetic */ StopDetail copy$default(StopDetail stopDetail, String str, int i, Object obj) {
|
||||
if ((i & 1) != 0) {
|
||||
str = stopDetail.stopId;
|
||||
}
|
||||
return stopDetail.copy(str);
|
||||
}
|
||||
|
||||
/* JADX INFO: renamed from: component1, reason: from getter */
|
||||
public final String getStopId() {
|
||||
return this.stopId;
|
||||
}
|
||||
|
||||
public final StopDetail copy(String stopId) {
|
||||
Intrinsics.checkNotNullParameter(stopId, "stopId");
|
||||
return new StopDetail(stopId);
|
||||
}
|
||||
|
||||
public boolean equals(Object other) {
|
||||
if (this == other) {
|
||||
return true;
|
||||
}
|
||||
return (other instanceof StopDetail) && Intrinsics.areEqual(this.stopId, ((StopDetail) other).stopId);
|
||||
}
|
||||
|
||||
public int hashCode() {
|
||||
return this.stopId.hashCode();
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return "StopDetail(stopId=" + this.stopId + ")";
|
||||
}
|
||||
|
||||
/* JADX INFO: compiled from: Routes.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/navigation/StopDetail$Companion;", "", "<init>", "()V", "serializer", "Lkotlinx/serialization/KSerializer;", "Lcom/sistemasolton/itranvias/navigation/StopDetail;", "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<StopDetail> serializer() {
|
||||
return StopDetail$$serializer.INSTANCE;
|
||||
}
|
||||
}
|
||||
|
||||
public /* synthetic */ StopDetail(int i, String str, SerializationConstructorMarker serializationConstructorMarker) {
|
||||
if (1 != (i & 1)) {
|
||||
PluginExceptionsKt.throwMissingFieldException(i, 1, StopDetail$$serializer.INSTANCE.getDescriptor());
|
||||
}
|
||||
this.stopId = str;
|
||||
}
|
||||
|
||||
public StopDetail(String stopId) {
|
||||
Intrinsics.checkNotNullParameter(stopId, "stopId");
|
||||
this.stopId = stopId;
|
||||
}
|
||||
|
||||
public final String getStopId() {
|
||||
return this.stopId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user