Class Historical.RequestStates

All Implemented Interfaces:
Iterable<Byte>, Collection<Byte>, List<Byte>
Enclosing class:
Historical

public static class Historical.RequestStates extends SetCommand
Request states
  • Constructor Details

    • RequestStates

      public RequestStates(Integer capabilityID, @Nullable Calendar startDate, @Nullable Calendar endDate)
      Request states
      Parameters:
      capabilityID - The identifier of the Capability
      startDate - Start date for historical data query
      endDate - End date for historical data query
  • Method Details

    • getCapabilityID

      public PropertyInteger getCapabilityID()
      Returns:
      The capability id
    • getStartDate

      public Property<Calendar> getStartDate()
      Returns:
      The start date
    • getEndDate

      public Property<Calendar> getEndDate()
      Returns:
      The end date