@QiStruct open class TimeString
Struct representing a dateString as string.
Since
2
<init> |
Create a new TimeString(timeString: String!) |
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 |