- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getErrorName (0.05 seconds)
-
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsFailureUrl.java
return convertEmptyToNull(errorLog); } public void setErrorLog(String value) { registerModifiedProperty("errorLog"); this.errorLog = value; } public String getErrorName() { checkSpecifiedProperty("errorName"); return convertEmptyToNull(errorName); } public void setErrorName(String value) { registerModifiedProperty("errorName");
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) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/FailureUrlDbm.java
setupEpg(_epgMap, et -> ((FailureUrl) et).getErrorLog(), (et, vl) -> ((FailureUrl) et).setErrorLog(DfTypeUtil.toString(vl)), "errorLog"); setupEpg(_epgMap, et -> ((FailureUrl) et).getErrorName(), (et, vl) -> ((FailureUrl) et).setErrorName(DfTypeUtil.toString(vl)), "errorName"); setupEpg(_epgMap, et -> ((FailureUrl) et).getLastAccessTime(),
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 10.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/helper/CrawlingConfigHelper.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 19.5K bytes - Click Count (1)