Class CappedFetchResult


  • public class CappedFetchResult
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getIsRecordsetCountCapped()
      Getter for @isRecordsetCountCapped
      java.lang.String getNextLink()
      Getter for @nextLink
      java.lang.String getPageKey()
      Getter for pageKey
      java.lang.Integer getRecordsetCount()
      Getter for @recordsetCount
      java.util.ArrayList<java.util.HashMap<java.lang.String,​java.lang.String>> getValue()
      Getter for value
      void setIsRecordsetCountCapped​(java.lang.Boolean value)
      Setter for @isRecordsetCountCapped
      void setNextLink​(java.lang.String value)
      Setter for @nextLink
      void setPageKey​(java.lang.String value)
      Setter for pageKey
      void setRecordsetCount​(java.lang.Integer value)
      Setter for @recordsetCount
      void setValue​(java.util.ArrayList<java.util.HashMap<java.lang.String,​java.lang.String>> value)
      Setter for value
      java.lang.String toString()
      Returns a JSON string representation of CappedFetchResult
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CappedFetchResult

        public CappedFetchResult()
    • Method Detail

      • getIsRecordsetCountCapped

        public java.lang.Boolean getIsRecordsetCountCapped()
        Getter for @isRecordsetCountCapped
      • setIsRecordsetCountCapped

        public void setIsRecordsetCountCapped​(java.lang.Boolean value)
        Setter for @isRecordsetCountCapped
      • getRecordsetCount

        public java.lang.Integer getRecordsetCount()
        Getter for @recordsetCount
      • setRecordsetCount

        public void setRecordsetCount​(java.lang.Integer value)
        Setter for @recordsetCount
      • getValue

        public java.util.ArrayList<java.util.HashMap<java.lang.String,​java.lang.String>> getValue()
        Getter for value
      • setValue

        public void setValue​(java.util.ArrayList<java.util.HashMap<java.lang.String,​java.lang.String>> value)
        Setter for value
      • getNextLink

        public java.lang.String getNextLink()
        Getter for @nextLink
      • setNextLink

        public void setNextLink​(java.lang.String value)
        Setter for @nextLink
      • getPageKey

        public java.lang.String getPageKey()
        Getter for pageKey
      • setPageKey

        public void setPageKey​(java.lang.String value)
        Setter for pageKey
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of CappedFetchResult
        Overrides:
        toString in class java.lang.Object