Class SimulatorAttributeInfo

java.lang.Object
org.openremote.model.simulator.SimulatorAttributeInfo

public class SimulatorAttributeInfo extends Object
  • Field Details

    • assetName

      public String assetName
    • assetId

      public String assetId
    • replay

      public boolean replay
    • attribute

      public Attribute<?> attribute
  • Constructor Details

    • SimulatorAttributeInfo

      public SimulatorAttributeInfo(String assetName, String assetId, Attribute<?> attribute, boolean replay)
  • Method Details

    • getAssetName

      public String getAssetName()
    • getAssetId

      public String getAssetId()
    • getAttribute

      public Attribute<?> getAttribute()
    • isReplay

      public boolean isReplay()