Class RestValueRequest.ForestRowValueRequest

Object
ForestRowValueRequest
Enclosing class:
RestValueRequest

public static class RestValueRequest.ForestRowValueRequest extends Object
  • Field Details

    • forestSpec

      public RestForestSpec forestSpec
      Spec of the forest for which the rows are loaded.
    • signature

      public long signature
      Assumed ID of the forest. Resource bails if the ID is different. // todo implement
    • rows

      public List<Long> rows
      Rows requested
    • attributes

      public List<RestAttributeSpec> attributes
      Attributes requested
  • Constructor Details

    • ForestRowValueRequest

      public ForestRowValueRequest()