qisdk / com.aldebaran.qi.sdk.object.knowledge / LocalizedString

LocalizedString

@QiStruct open class LocalizedString

Struct representing a string with a language.

Since
2

Constructors

<init>

Create a new LocalizedString

LocalizedString(string: String!, locale: Locale!)

Functions

equals

open fun equals(other: Any?): Boolean

getLocale

open fun getLocale(): Locale!

getString

open fun getString(): String!

hashCode

open fun hashCode(): Int

setLocale

Setter for locale

open fun setLocale(locale: Locale!): Unit

setString

Setter for string

open fun setString(string: String!): Unit

toString

open fun toString(): String