Class DatapointPeriod

java.lang.Object
org.openremote.model.datapoint.DatapointPeriod

public class DatapointPeriod extends Object
  • Field Details

    • assetId

      protected String assetId
    • attributeName

      protected String attributeName
    • oldest

      protected Long oldest
    • latest

      protected Long latest
  • Constructor Details

    • DatapointPeriod

      protected DatapointPeriod()
    • DatapointPeriod

      public DatapointPeriod(String assetId, String attributeName, Long oldest, Long latest)
  • Method Details

    • getAssetId

      public String getAssetId()
    • getAttributeName

      public String getAttributeName()
    • getOldest

      public Long getOldest()
    • getLatest

      public Long getLatest()