Class ControllerAgentLink
java.lang.Object
org.openremote.model.asset.agent.AgentLink<ControllerAgentLink>
org.openremote.agent.protocol.controller.ControllerAgentLink
- All Implemented Interfaces:
Serializable
public class ControllerAgentLink
extends org.openremote.model.asset.agent.AgentLink<ControllerAgentLink>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class org.openremote.model.asset.agent.AgentLink
id, messageMatchFilters, messageMatchPredicate, updateOnWrite, valueConverter, valueFilters, writeValue, writeValueConverter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetCommandDeviceName(String commandDeviceName) setCommandName(String commandName) setCommandsMap(Map<String, List<String>> commandsMap) setDeviceName(String deviceName) setSensorName(String sensorName) Methods inherited from class org.openremote.model.asset.agent.AgentLink
getId, getMessageMatchFilters, getMessageMatchPredicate, getOrThrowAgentLinkProperty, getType, getUpdateOnWrite, getValueConverter, getValueFilters, getWriteValue, getWriteValueConverter, setMessageMatchFilters, setMessageMatchPredicate, setUpdateOnWrite, setValueConverter, setValueFilters, setWriteValue, setWriteValueConverter
-
Field Details
-
deviceName
-
sensorName
-
commandDeviceName
-
commandName
-
commandsMap
-
-
Constructor Details
-
ControllerAgentLink
protected ControllerAgentLink() -
ControllerAgentLink
-
-
Method Details
-
getDeviceName
-
setDeviceName
-
getSensorName
-
setSensorName
-
getCommandDeviceName
-
setCommandDeviceName
-
getCommandName
-
setCommandName
-
getCommandsMap
-
setCommandsMap
-