Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getThreadName (0.05 seconds)

  1. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsFailureUrl.java

            return lastAccessTime;
        }
    
        public void setLastAccessTime(Long value) {
            registerModifiedProperty("lastAccessTime");
            this.lastAccessTime = value;
        }
    
        public String getThreadName() {
            checkSpecifiedProperty("threadName");
            return convertEmptyToNull(threadName);
        }
    
        public void setThreadName(String value) {
            registerModifiedProperty("threadName");
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 6.7K bytes
    - Click Count (0)
Back to Top