Class DocumentWordCountRequest

    • Constructor Detail

      • DocumentWordCountRequest

        public DocumentWordCountRequest()
        Instantiates a new document word count 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
      • getMaxResults

        public int getMaxResults()
        Gets the max results.
        Returns:
        the max results
      • setMaxResults

        public void setMaxResults​(int maxResults)
        Sets the max results.
        Parameters:
        maxResults - the new max results
      • getDocumentId

        public java.lang.String getDocumentId()
        Gets the document content.
        Returns:
        the document content
      • setDocumentId

        public void setDocumentId​(java.lang.String documentId)
        Sets the document content.
        Parameters:
        documentId - the new document content