new RetrievalResult()
Requires
- module:easejs
Methods
-
getName(){string}
-
Returns the Attribute name.
-
getTimestamp(){date}
-
Returns the retrieval time.
-
getValues(){Array}
-
Returns the retrieved Attributes.
-
setName(_name)
-
Sets the Attribute name.
Name Type Description _name
string Name of the retrieved Attribute. -
setTimestamp(_timstamp)
-
Sets the retrieval time.
Name Type Description _timstamp
date Retrieval time. -
setValues(_values)
-
Sets the retrieved values.
Name Type Description _values
Array Retrieved Attributes. -
withName(_name){RetrievalResult}
-
Builder for name.
Name Type Description _name
String name -
withTimestamp(_timestamp){RetrievalResult}
-
Builder for timestamp.
Name Type Description _timestamp
String timestamp -
withValues(_values){RetrievalResult}
-
Builder for values.
Name Type Description _values
Array values