Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getURL (0.04 sec)

  1. BsClickLog.java

    t"); L192: return requestedAt; L193: } L194: L195: public void setRequestedAt(LocalDateTime value) { L196: registerModifiedProperty("requestedAt"); L197: this.requestedAt = value; L198: } L199: L200: public String getUrl() { L201: checkSpecifiedProperty("url"); L202: return convertEmptyToNull(url); L203: } L204: L205: public void setUrl(String value) { L206: registerModifiedProperty("url"); L207: this.url = value; L208: } L209:...
    github.com/codelibs/fess/src/main/java/org/code...
    Thu Feb 22 01:37:57 UTC 2024
      7K bytes
Back to top