Class BluetoothMeshAgentLink

java.lang.Object
org.openremote.model.asset.agent.AgentLink<BluetoothMeshAgentLink>
org.openremote.agent.protocol.bluetooth.mesh.BluetoothMeshAgentLink
All Implemented Interfaces:
Serializable

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

    Fields
    Modifier and Type
    Field
    Description
    protected @Pattern(regexp="^([0-9A-Fa-f]{4})$") String
     
    protected @Min(0L) @Max(2147483647L) @NotNull Integer
     
    protected @NotBlank String
     
    id, messageMatchFilters, messageMatchPredicate, updateOnWrite, valueConverter, valueFilters, writeValue, writeValueConverter
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
     
    BluetoothMeshAgentLink(String id, Integer appKeyIndex, String address, String modelName)
     
  • 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

    • appKeyIndex

      @Min(0L) @Max(2147483647L) @NotNull protected @Min(0L) @Max(2147483647L) @NotNull Integer appKeyIndex
    • address

      @Pattern(regexp="^([0-9A-Fa-f]{4})$") protected @Pattern(regexp="^([0-9A-Fa-f]{4})$") String address
    • modelName

      @NotBlank protected @NotBlank String modelName
  • Constructor Details

    • BluetoothMeshAgentLink

      protected BluetoothMeshAgentLink()
    • BluetoothMeshAgentLink

      public BluetoothMeshAgentLink(String id, Integer appKeyIndex, String address, String modelName)
  • Method Details