public class Section
@NotNull public java.lang.String getType()
@Nullable public SncfPlace getFrom()
@Nullable public SncfPlace getTo()
@NotNull public java.util.List<ai.tock.bot.open.data.client.sncf.model.StopDateTime> getStopDateTimes()
@NotNull public java.lang.String component1()
@Nullable public SncfPlace component2()
@Nullable public SncfPlace component3()
@NotNull public java.util.List<ai.tock.bot.open.data.client.sncf.model.StopDateTime> component4()
@NotNull public Section copy(@NotNull java.lang.String type, @Nullable SncfPlace from, @Nullable SncfPlace to, @NotNull java.util.List<ai.tock.bot.open.data.client.sncf.model.StopDateTime> stopDateTimes)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)