Class SearchResultSpec

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getNumResultsInPage()  
      java.lang.Long getRowStart()  
      void setNumResultsInPage​(java.lang.Integer numResultsInPage)  
      void setRowStart​(java.lang.Long rowStart)  
      • Methods inherited from class com.synopsys.integration.util.Stringable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

      • SearchResultSpec

        public SearchResultSpec()
    • Method Detail

      • getNumResultsInPage

        public java.lang.Integer getNumResultsInPage()
      • setNumResultsInPage

        public void setNumResultsInPage​(java.lang.Integer numResultsInPage)
      • getRowStart

        public java.lang.Long getRowStart()
      • setRowStart

        public void setRowStart​(java.lang.Long rowStart)