public class UCSServerMaintenanceModeConfig
extends java.lang.Object
Constructor and Description |
---|
UCSServerMaintenanceModeConfig() |
UCSServerMaintenanceModeConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
UCSServerMaintenanceModeConfigResponse |
execute() |
long |
getActionId() |
long |
getConfigEntryId() |
CuicServer |
getCuicServer() |
java.lang.String |
getOperation() |
java.lang.String |
getReason() |
java.lang.String |
getServerIdentity() |
void |
setActionId(long actionId) |
void |
setConfigEntryId(long configEntryId) |
void |
setCuicServer(CuicServer api) |
void |
setOperation(java.lang.String operation) |
void |
setReason(java.lang.String reason) |
void |
setServerIdentity(java.lang.String serverIdentity) |
public UCSServerMaintenanceModeConfig()
public UCSServerMaintenanceModeConfig(CuicServer api)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public long getActionId()
public long getConfigEntryId()
public void setActionId(long actionId)
actionId
- the actionId to setpublic void setConfigEntryId(long configEntryId)
configEntryId
- the configEntryId to setpublic java.lang.String getServerIdentity()
public void setServerIdentity(java.lang.String serverIdentity)
public java.lang.String getOperation()
public void setOperation(java.lang.String operation)
public java.lang.String getReason()
public void setReason(java.lang.String reason)
public UCSServerMaintenanceModeConfigResponse execute() throws java.lang.Exception
java.lang.Exception