new InterpreterResult()
Initializes the in- and outAttributes.
Methods
-
getInAttributes(){AttributeList}
-
Returns the inAttributes.
Returns:
Type Description AttributeList -
getOutAttributes(){AttributeList}
-
Returns the interpreted attributes.
Returns:
Type Description AttributeList -
getTimestamp(){Date}
-
Returns the interpretation time.
Returns:
Type Description Date -
setInAttributes(attributeListOrArray)
-
Sets the inAttributes.
Name Type Description attributeListOrArray
AttributeList | Array inAttributes
-
setOutAttributes(attributeListOrArray)
-
Sets the interpreted values.
Name Type Description attributeListOrArray
AttributeList | Array retrieved attributes
-
setTimestamp(timestamp)
-
Sets the interpretation time.
Name Type Description timestamp
date interpretation time
-
withInAttributes(attributeListOrArray){InterpreterResult}
-
Builder for inAttributes.
Name Type Description attributeListOrArray
AttributeList | Array values
Returns:
Type Description InterpreterResult -
withOutAttributes(attributeListOrArray){InterpreterResult}
-
Builder for outAttributes.
Name Type Description attributeListOrArray
AttributeList | Array values
Returns:
Type Description InterpreterResult -
withTimestamp(timestamp){InterpreterResult}
-
Builder for timestamp.
Name Type Description timestamp
String timestamp
Returns:
Type Description InterpreterResult