Class SearchDocumentRequest

    • Constructor Detail

      • SearchDocumentRequest

        public SearchDocumentRequest()
        Instantiates a new search document request.
    • Method Detail

      • getSessionId

        public java.lang.String getSessionId()
        Gets the session id.
        Returns:
        the session id
      • setSessionId

        public void setSessionId​(java.lang.String sessionId)
        Sets the session id.
        Parameters:
        sessionId - the new session id
      • getSearchExpression

        public java.lang.String getSearchExpression()
        Gets the search expression.
        Returns:
        the search expression
      • setSearchExpression

        public void setSearchExpression​(java.lang.String searchExpression)
        Sets the search expression.
        Parameters:
        searchExpression - the new search expression
      • getMaxResults

        public java.lang.Integer getMaxResults()
        Gets the max results.
        Returns:
        the max results
      • setMaxResults

        public void setMaxResults​(java.lang.Integer maxResults)
        Sets the max results.
        Parameters:
        maxResults - the new max results