sdk-search / com.tomtom.online.sdk.search.data.common / ClassificationName

ClassificationName

open class ClassificationName : Serializable

The classification's name retrieved via a Search request.

Constructors

<init>

ClassificationName()

Empty constructor for the ClassificationName.

ClassificationName(locale: String!, name: String!)

Default constructor for the ClassificationName.

Properties

locale

var locale: String!

The locale the name is in.

name

var name: String!

The name of a classification.

Functions

getLocale

open fun getLocale(): String!

Returns the locale the name is in.

getName

open fun getName(): String!

Returns the name of a classification.

toString

open fun toString(): String