MPIDestinationSet

data class MPIDestinationSet(destinations: List<MPINavigatable>)

MPIDestinationSet is list of MPINavigatable objects.

Constructors

MPIDestinationSet
Link copied to clipboard
fun MPIDestinationSet(destinations: List<MPINavigatable>)

Functions

component1
Link copied to clipboard
operator fun component1(): List<MPINavigatable>
copy
Link copied to clipboard
fun copy(destinations: List<MPINavigatable>): MPIDestinationSet
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

destinations
Link copied to clipboard
var destinations: List<MPINavigatable>
destinations in the list