public class Settings
extends java.lang.Object
| Constructor and Description |
|---|
Settings() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription() |
java.util.Set<java.lang.String> |
getDisallowUninstall() |
int |
getHostAliveTimer() |
java.util.concurrent.TimeUnit |
getHostAliveTimerUnit() |
int |
getHostCleanUpTimer() |
java.util.concurrent.TimeUnit |
getHostCleanUpTimerUnit() |
int |
getIndexScanTimer() |
java.util.concurrent.TimeUnit |
getIndexScanTimerUnit() |
java.lang.String |
getName() |
int |
getPageRefreshTimer() |
java.util.concurrent.TimeUnit |
getPageRefreshTimerUnit() |
boolean |
isAllowautoupdate() |
boolean |
isNeedsApproval() |
void |
setAllowautoupdate(boolean allowautoupdate) |
void |
setDescription(java.lang.String description) |
void |
setDisallowUninstall(java.util.Set<java.lang.String> disallowUninstall) |
void |
setHostAliveTimer(int hostAliveTimer) |
void |
setHostAliveTimerUnit(java.util.concurrent.TimeUnit hostAliveTimerUnit) |
void |
setHostCleanUpTimer(int hostCleanUpTimer) |
void |
setHostCleanUpTimerUnit(java.util.concurrent.TimeUnit hostCleanUpTimerUnit) |
void |
setIndexScanTimer(int indexScanTimer) |
void |
setIndexScanTimerUnit(java.util.concurrent.TimeUnit indexScanTimerUnit) |
void |
setName(java.lang.String name) |
void |
setNeedsApproval(boolean needsApproval) |
void |
setPageRefreshTimer(int pageRefreshTimer) |
void |
setPageRefreshTimerUnit(java.util.concurrent.TimeUnit pageRefreshTimerUnit) |
public java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the description to setpublic boolean isAllowautoupdate()
public void setAllowautoupdate(boolean allowautoupdate)
allowautoupdate - the allowautoupdate to setpublic boolean isNeedsApproval()
public void setNeedsApproval(boolean needsApproval)
needsApproval - the needsApproval to setpublic int getHostAliveTimer()
public void setHostAliveTimer(int hostAliveTimer)
hostAliveTimer - the hostAliveTimer to setpublic java.util.concurrent.TimeUnit getHostAliveTimerUnit()
public void setHostAliveTimerUnit(java.util.concurrent.TimeUnit hostAliveTimerUnit)
hostAliveTimerUnit - the hostAliveTimerUnit to setpublic int getHostCleanUpTimer()
public void setHostCleanUpTimer(int hostCleanUpTimer)
hostCleanUpTimer - the hostCleanUpTimer to setpublic java.util.concurrent.TimeUnit getHostCleanUpTimerUnit()
public void setHostCleanUpTimerUnit(java.util.concurrent.TimeUnit hostCleanUpTimerUnit)
hostCleanUpTimerUnit - the hostCleanUpTimerUnit to setpublic int getIndexScanTimer()
public void setIndexScanTimer(int indexScanTimer)
indexScanTimer - the indexScanTimer to setpublic java.util.concurrent.TimeUnit getIndexScanTimerUnit()
public void setIndexScanTimerUnit(java.util.concurrent.TimeUnit indexScanTimerUnit)
indexScanTimerUnit - the indexScanTimerUnit to setpublic int getPageRefreshTimer()
public void setPageRefreshTimer(int pageRefreshTimer)
pageRefreshTimer - the pageRefreshTimer to setpublic java.util.concurrent.TimeUnit getPageRefreshTimerUnit()
public void setPageRefreshTimerUnit(java.util.concurrent.TimeUnit pageRefreshTimerUnit)
pageRefreshTimerUnit - the pageRefreshTimerUnit to setpublic java.util.Set<java.lang.String> getDisallowUninstall()
public void setDisallowUninstall(java.util.Set<java.lang.String> disallowUninstall)
disallowUninstall - the disallowUninstall to setCopyright © 2017-2018 Cinovo AG. All Rights Reserved.