sdk-routing / com.tomtom.online.sdk.routing.ev.route / EffectiveSetting

EffectiveSetting

@Beta(2020, 10) class EffectiveSetting

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

Parameters

key - The parameter key.

value - The parameter value.

Constructors

<init>

EffectiveSetting(key: String, value: String)

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

Properties

key

val key: String

The parameter key.

value

val value: String

The parameter value.

Functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int