-
- All Implemented Interfaces:
-
ai.platon.pulsar.common.urls.UrlAware
public interface ListenableHyperlink implements UrlAware
-
-
Method Summary
Modifier and Type Method Description abstract PulsarEventHandlergetEventHandler()abstract StringgetArgs()abstract UnitsetArgs(String args)abstract StringgetConfiguredUrl()abstract StringgetCountry()abstract InstantgetDeadTime()abstract StringgetDistrict()abstract StringgetHref()abstract UnitsetHref(String href)abstract BooleangetIsNil()abstract BooleangetIsPersistable()abstract StringgetLabel()abstract StringgetLang()abstract IntegergetNMaxRetry()abstract IntegergetPriority()abstract UnitsetPriority(Integer priority)abstract StringgetReferer()abstract UnitsetReferer(String referer)abstract StringgetUrl()abstract UnitsetUrl(String url)-
-
Method Detail
-
getEventHandler
abstract PulsarEventHandler getEventHandler()
-
getConfiguredUrl
abstract String getConfiguredUrl()
-
getCountry
abstract String getCountry()
-
getDeadTime
abstract Instant getDeadTime()
-
getDistrict
abstract String getDistrict()
-
getIsPersistable
abstract Boolean getIsPersistable()
-
getNMaxRetry
abstract Integer getNMaxRetry()
-
getPriority
abstract Integer getPriority()
-
setPriority
abstract Unit setPriority(Integer priority)
-
getReferer
abstract String getReferer()
-
setReferer
abstract Unit setReferer(String referer)
-
-
-
-