Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 21 - 21 of 21 for setRoles (0.03 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

         */
        public String getRole() {
            return role;
        }
    
        /**
         * Sets the message role.
         *
         * @param role the message role
         */
        public void setRole(final String role) {
            this.role = role;
        }
    
        /**
         * Gets the message content.
         *
         * @return the message content
         */
        public String getContent() {
    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