GasStation

@JsonApi(type = "gasStation")
class GasStation : Resource

Types

Address
Link copied to clipboard
class Address
Contact
Link copied to clipboard
class Contact
OnlinePayment
Link copied to clipboard
class OnlinePayment

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
getContext
Link copied to clipboard
open fun getContext(): Document
getDocument
Link copied to clipboard
open fun getDocument(): Document
getFuelPrices
Link copied to clipboard
fun getFuelPrices(): MutableList<FuelPrice>
getId
Link copied to clipboard
open fun getId(): String
getLinks
Link copied to clipboard
open fun getLinks(): JsonBuffer<Any>
getLocationBasedApps
Link copied to clipboard
fun getLocationBasedApps(): MutableList<LocationBasedApp>
getMeta
Link copied to clipboard
open fun getMeta(): JsonBuffer<Any>
getReferenceStatuses
Link copied to clipboard
fun getReferenceStatuses(): MutableList<ReferenceStatus>
getSucessorOf
Link copied to clipboard
fun getSucessorOf(): MutableList<GasStation>
getType
Link copied to clipboard
open fun getType(): String
hashCode
Link copied to clipboard
open override fun hashCode(): Int
setContext
Link copied to clipboard
open fun setContext(p0: Document)
setDocument
Link copied to clipboard
open fun setDocument(p0: Document)
setId
Link copied to clipboard
open fun setId(p0: String)
setLinks
Link copied to clipboard
open fun setLinks(p0: JsonBuffer<Any>)
setMeta
Link copied to clipboard
open fun setMeta(p0: JsonBuffer<Any>)
setType
Link copied to clipboard
open fun setType(p0: String)
toString
Link copied to clipboard
open override fun toString(): String

Properties

address
Link copied to clipboard
var address: GasStation.Address? = null
amenities
Link copied to clipboard
var amenities: List<String>? = null
brand
Link copied to clipboard
var brand: String? = null
contact
Link copied to clipboard
var contact: GasStation.Contact? = null
food
Link copied to clipboard
var food: List<String>? = null
latitude
Link copied to clipboard
var latitude: Float? = null
longitude
Link copied to clipboard
var longitude: Float? = null
loyaltyPrograms
Link copied to clipboard
var loyaltyPrograms: List<String>? = null
onlinePayment
Link copied to clipboard
var onlinePayment: GasStation.OnlinePayment? = null
openingHours
Link copied to clipboard
var openingHours: CommonOpeningHours? = null
paymentMethods
Link copied to clipboard
var paymentMethods: List<String>? = null
postalServices
Link copied to clipboard
var postalServices: List<String>? = null
priceFormat
Link copied to clipboard
var priceFormat: String? = null
references
Link copied to clipboard
var references: List<String>? = null
services
Link copied to clipboard
var services: List<String>? = null
shopGoods
Link copied to clipboard
var shopGoods: List<String>? = null
stationName
Link copied to clipboard
var stationName: String? = null