- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setCrawlingInfoId (0.07 sec)
-
src/main/java/org/codelibs/fess/es/config/bsentity/BsCrawlingInfoParam.java
public String getCrawlingInfoId() { checkSpecifiedProperty("crawlingInfoId"); return convertEmptyToNull(crawlingInfoId); } public void setCrawlingInfoId(String value) { registerModifiedProperty("crawlingInfoId"); this.crawlingInfoId = value; } public Long getCreatedTime() { checkSpecifiedProperty("createdTime");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 5.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/config/bsentity/dbmeta/CrawlingInfoParamDbm.java
protected final Map<String, PropertyGateway> _epgMap = newHashMap(); { setupEpg(_epgMap, et -> ((CrawlingInfoParam) et).getCrawlingInfoId(), (et, vl) -> ((CrawlingInfoParam) et).setCrawlingInfoId(DfTypeUtil.toString(vl)), "crawlingInfoId"); setupEpg(_epgMap, et -> ((CrawlingInfoParam) et).getCreatedTime(), (et, vl) -> ((CrawlingInfoParam) et).setCreatedTime(DfTypeUtil.toLong(vl)), "createdTime");
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 8.9K bytes - Viewed (0)