Package 

Interface ComparableUrlAware

    • Method Summary

      Modifier and Type Method Description
      abstract String getUrl() The url, it can be configured or not
      abstract Unit setUrl(String url) The url, it can be configured or not
      abstract String getArgs() The url args
      abstract Unit setArgs(String args) The url args
      abstract String getReferer() The referer(or referrer)
      abstract Unit setReferer(String referer) The referer(or referrer)
      abstract String getHref() The hypertext reference, It defines the address of the document, which this time is linked from
      abstract Unit setHref(String href) The hypertext reference, It defines the address of the document, which this time is linked from
      abstract String getConfiguredUrl() The configured url, always be "$url $args"
      abstract Boolean getIsNil() If this is a Nil url who's url is AppConstants.
      abstract Boolean getIsPersistable() If this link is persistable
      abstract String getLabel() The url label, it should be in args
      abstract Instant getDeadTime() The url label, it should be in args
      abstract String getLang() Required website language
      abstract String getCountry() Required website country
      abstract String getDistrict() Required website district
      abstract Integer getMaxRetry() The maximum retry times
      • Methods inherited from class ai.platon.pulsar.common.urls.ComparableUrlAware

        compareTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait