Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for setWebConfigId (0.08 sec)

  1. src/main/java/org/codelibs/fess/es/config/bsentity/BsRequestHeader.java

            this.value = value;
        }
    
        public String getWebConfigId() {
            checkSpecifiedProperty("webConfigId");
            return convertEmptyToNull(webConfigId);
        }
    
        public void setWebConfigId(String value) {
            registerModifiedProperty("webConfigId");
            this.webConfigId = value;
        }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/bsentity/BsWebAuthentication.java

            this.username = value;
        }
    
        public String getWebConfigId() {
            checkSpecifiedProperty("webConfigId");
            return convertEmptyToNull(webConfigId);
        }
    
        public void setWebConfigId(String value) {
            registerModifiedProperty("webConfigId");
            this.webConfigId = value;
        }
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 9K bytes
    - Viewed (0)
Back to top