Class Blocker
java.lang.Object
org.eblocker.server.common.blocker.Blocker
-
Constructor Summary
ConstructorsConstructorDescriptionBlocker(Integer id, Map<String, String> name, Map<String, String> description, BlockerType type, Category category, Long lastUpdate, boolean providedByEblocker, String url, String content, Format format, String error, UpdateInterval updateInterval, UpdateStatus updateStatus, boolean enabled, String filterType) -
Method Summary
-
Constructor Details
-
Blocker
public Blocker(Integer id, Map<String, String> name, Map<String, String> description, BlockerType type, Category category, Long lastUpdate, boolean providedByEblocker, String url, String content, Format format, String error, UpdateInterval updateInterval, UpdateStatus updateStatus, boolean enabled, String filterType)
-
-
Method Details
-
getId
-
getName
-
getDescription
-
getType
-
getCategory
-
getLastUpdate
-
isProvidedByEblocker
public boolean isProvidedByEblocker() -
getUrl
-
getContent
-
getFormat
-
getError
-
getUpdateInterval
-
getUpdateStatus
-
isEnabled
public boolean isEnabled() -
getFilterType
-