Placement

class Placement(id: Int?)

A container for multiple stations. Clients don't normally make use of this information, which is inferred from the authentication tokens.

Constructors

Placement
Link copied to clipboard
fun Placement(id: Int?)

Functions

containsOption
Link copied to clipboard
fun containsOption(key: String): Boolean
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getOption
Link copied to clipboard
fun getOption(key: String): Any?
hashCode
Link copied to clipboard
open override fun hashCode(): Int

Properties

id
Link copied to clipboard
@SerializedName(value = "id")
var id: Int?

Id of the Placement

name
Link copied to clipboard
@SerializedName(value = "name")
var name: String? = null

Name of the placement

stationList
Link copied to clipboard
var stationList: List<Station>? = null

List of Stations for this placement