Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for _setContent (0.04 seconds)

  1. src/main/java/org/codelibs/fess/entity/ChatMessage.java

         */
        public String getContent() {
            return content;
        }
    
        /**
         * Sets the message content.
         *
         * @param content the message content
         */
        public void setContent(final String content) {
            this.content = content;
        }
    
        /**
         * Gets the message timestamp.
         *
         * @return the message timestamp
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 12 04:52:31 GMT 2026
    - 10.1K bytes
    - Click Count (0)
Back to Top