Class SimulatorAgentLink

java.lang.Object
org.openremote.model.asset.agent.AgentLink<SimulatorAgentLink>
org.openremote.agent.protocol.simulator.SimulatorAgentLink
All Implemented Interfaces:
Serializable

public class SimulatorAgentLink extends org.openremote.model.asset.agent.AgentLink<SimulatorAgentLink>
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.openremote.model.simulator.SimulatorReplayDatapoint[]
     
    id, messageMatchFilters, messageMatchPredicate, updateOnWrite, valueConverter, valueFilters, writeValue, writeValueConverter
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<org.openremote.model.simulator.SimulatorReplayDatapoint[]>
     
    setReplayData(org.openremote.model.simulator.SimulatorReplayDatapoint[] replayData)
     
    getId, getMessageMatchFilters, getMessageMatchPredicate, getOrThrowAgentLinkProperty, getType, getUpdateOnWrite, getValueConverter, getValueFilters, getWriteValue, getWriteValueConverter, setMessageMatchFilters, setMessageMatchPredicate, setUpdateOnWrite, setValueConverter, setValueFilters, setWriteValue, setWriteValueConverter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • replayData

      @JsonPropertyDescription("Used to store 24h dataset of values that should be replayed (i.e. written to the linked attribute) in a continuous loop.") protected org.openremote.model.simulator.SimulatorReplayDatapoint[] replayData
  • Constructor Details

    • SimulatorAgentLink

      protected SimulatorAgentLink()
    • SimulatorAgentLink

      public SimulatorAgentLink(String id)
  • Method Details

    • getReplayData

      public Optional<org.openremote.model.simulator.SimulatorReplayDatapoint[]> getReplayData()
    • setReplayData

      public SimulatorAgentLink setReplayData(org.openremote.model.simulator.SimulatorReplayDatapoint[] replayData)