public class RetentionSettings
extends java.lang.Object
| Constructor and Description |
|---|
RetentionSettings()
Initializes a new instance of the RetentionSettings class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComment()
Gets the comment.
|
java.util.List<RetentionPolicyTag> |
getRetentionPolicyTags()
Gets the retention policy tags.
|
java.lang.String |
getUrl()
Gets the url.
|
boolean |
isEnabled()
Checks if is enabled.
|
boolean |
isFullCrawlRequired()
Checks if is full crawl required.
|
void |
setComment(java.lang.String comment)
Sets the comment.
|
void |
setEnabled(boolean enabled)
Sets the enabled.
|
void |
setFullCrawlRequired(boolean fullCrawlRequired)
Sets the full crawl required.
|
void |
setUrl(java.lang.String url)
Sets the url.
|
public RetentionSettings()
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - the new enabledpublic java.lang.String getComment()
public void setComment(java.lang.String comment)
comment - the new commentpublic java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - the new urlpublic boolean isFullCrawlRequired()
public void setFullCrawlRequired(boolean fullCrawlRequired)
fullCrawlRequired - the new full crawl requiredpublic java.util.List<RetentionPolicyTag> getRetentionPolicyTags()