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

DateString

@QiStruct open class DateString

Struct representing a date as a string.

Since
2

Constructors

<init>

Create a new DateString

DateString(dateString: String!)

Functions

equals

open fun equals(other: Any?): Boolean

getDateString

The string should be in the format yyyy-MM-dd, in order to be used to create nodes and triples.

open fun getDateString(): String!

hashCode

open fun hashCode(): Int

setDateString

Setter for dateString The string should be in the format yyyy-MM-dd, in order to be used to create nodes and triples.

open fun setDateString(dateString: String!): Unit

toString

open fun toString(): String