public class SetWPProperties extends XMLRequest
| Constructor and Description |
|---|
SetWPProperties(GetWPProperties gwpOpt)
Creates new instance of SetWPProperties.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDirty()
Returns true if the object data has changed
|
void |
setLastUse(int lastUse)
Sets the last use
|
void |
setLoggingDays(int loggingDays)
Sets the logging days
|
void |
setLoggingMb(int loggingMb)
Sets the logging Mb
|
void |
setMinEventInterval(int minEventInterval)
Sets the minimum event interval
|
void |
setMqmemCache(long mqmemCache)
Sets the MQMEM Cache
|
void |
setObjectCache(long objectCache)
Sets the Object Cache
|
void |
setReservedApiUsers(int reservedApiUsers)
Sets the reserved API users
|
void |
setScriptCache(long scriptCache)
Sets the Script Cache
|
void |
setUserCache(long userCache)
Sets the User Cache
|
void |
setVaraCache(long varaCache)
Sets the vara Cache
|
void |
setWPTraceOptions(WPTraceOptions opt)
Set the WPTraceOptions to the SetWPTraceOptions request prior to sending it to the server.
|
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic SetWPProperties(GetWPProperties gwpOpt)
gwpOpt - WP propertiespublic void setWPTraceOptions(WPTraceOptions opt)
opt - Optionspublic boolean isDirty()
public void setLoggingMb(int loggingMb)
loggingMb - Positive Integer between 0 and 32767public void setLoggingDays(int loggingDays)
loggingDays - Positive Integer between 0 and 32767public void setReservedApiUsers(int reservedApiUsers)
reservedApiUsers - Positive Integer between 0 and 32767public void setMinEventInterval(int minEventInterval)
minEventInterval - Positive Integer between 0 and 9999public void setLastUse(int lastUse)
lastUse - Positive Integer between 0 and 10public void setScriptCache(long scriptCache)
scriptCache - Positive Integerpublic void setVaraCache(long varaCache)
varaCache - Positivepublic void setMqmemCache(long mqmemCache)
mqmemCache - Positive Integerpublic void setObjectCache(long objectCache)
objectCache - Positive Integerpublic void setUserCache(long userCache)
userCache - Positive IntegerCopyright © 2021. All rights reserved.