Class SNMPAgentLink

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

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

    Fields
    Modifier and Type
    Field
    Description
    protected @NotNull String
     
    id, messageMatchFilters, messageMatchPredicate, updateOnWrite, valueConverter, valueFilters, writeValue, writeValueConverter
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    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

    • oid

      @NotNull protected @NotNull String oid
  • Constructor Details

    • SNMPAgentLink

      protected SNMPAgentLink()
    • SNMPAgentLink

      public SNMPAgentLink(String id, String oid)
  • Method Details