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

TimeString

@QiStruct open class TimeString

Struct representing a dateString as string.

Since
2

Constructors

<init>

Create a new TimeString

TimeString(timeString: String!)

Functions

equals

open fun equals(other: Any?): Boolean

getTimeString

The string should be in the format hh:mm:ssZ, in order to be used to create nodes and triples.

open fun getTimeString(): String!

hashCode

open fun hashCode(): Int

setTimeString

Setter for timeString The string should be in the format hh:mm:ssZ, in order to be used to create nodes and triples.

open fun setTimeString(timeString: String!): Unit

toString

open fun toString(): String