sdk-common / com.tomtom.online.sdk.common.config / ConfigValue

ConfigValue

@DeprecatedSince("2020.06") class ConfigValue
Deprecated: Deprecated in Java

Class that represents a configuration item.

Constructors

<init>

ConfigValue(value: String!, description: String!)

Default constructor for a config value which accepts the API Key (value) and API Key name (description).

Functions

equals

fun equals(other: Any?): Boolean

getDescription

fun getDescription(): String!

Returns the Key name.

getValue

fun getValue(): String!

Returns an API Key.

hashCode

fun hashCode(): Int

toString

fun toString(): String