sdk-routing / com.tomtom.online.sdk.routing.data / EffectiveSetting

EffectiveSetting

open class EffectiveSetting : Serializable

The effective setting. It reports the effective parameters or data used when calling the API.

Constructors

<init>

EffectiveSetting()

Empty constructor for the EffectiveSetting.

EffectiveSetting(key: String!, value: String!)

Default constructor for the EffectiveSetting.

Properties

key

var key: String!

Input parameter name.

value

var value: String!

Input parameter value.

Functions

getKey

open fun getKey(): String!

Returns the input parameter name.

getValue

open fun getValue(): String!

Returns the input parameter value.

toString

open fun toString(): String