Class ReportQueryResultCollection

    • Constructor Summary

      Constructors 
      Constructor Description
      ReportQueryResultCollection()
      Instantiates a new report query result collection.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addItem​(ReportQueryResultListItem item)
      Adds the item.
      void addLink​(org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2 link)
      Adds the link.
      java.lang.Integer getCount()
      Gets the total number of records in the current response.
      java.lang.Boolean getHasMore()
      Returns true if collection has more
      java.util.List<ReportQueryResultListItem> getItems()  
      java.lang.Integer getLimit()
      Gets the limit.
      java.util.List<org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2> getLinks()
      Gets the links.
      java.lang.Integer getOffset()
      Gets the offset.
      void setCount​(java.lang.Integer count)
      Sets the count.
      void setHasMore​(java.lang.Boolean hasMore)
      Sets hasMore
      void setItems​(java.util.List<ReportQueryResultListItem> items)  
      void setLimit​(java.lang.Integer limit)
      Sets the limit.
      void setLinks​(java.util.List<org.eclipse.persistence.internal.jpa.rs.metadata.model.LinkV2> links)
      Sets the links.
      void setOffset​(java.lang.Integer offset)
      Sets the offset.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait