public class EMCRPUpdateCGTransferStatusConfig
extends java.lang.Object
Constructor and Description |
---|
EMCRPUpdateCGTransferStatusConfig() |
EMCRPUpdateCGTransferStatusConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
long |
getActionId() |
CuicServer |
getApi() |
long |
getConfigEntryId() |
java.lang.String |
getRecoverPointSystemIdentity() |
java.lang.String |
getWarningMsg() |
void |
setActionId(long actionId) |
void |
setApi(CuicServer api) |
void |
setConfigEntryId(long configEntryId) |
void |
setRecoverPointSystemIdentity(java.lang.String recoverPointSystemIdentity) |
void |
setWarningMsg(java.lang.String warningMsg) |
public EMCRPUpdateCGTransferStatusConfig()
public EMCRPUpdateCGTransferStatusConfig(CuicServer api)
public CuicServer getApi()
public void setApi(CuicServer api)
public long getConfigEntryId()
public void setConfigEntryId(long configEntryId)
public long getActionId()
public void setActionId(long actionId)
public java.lang.String getRecoverPointSystemIdentity()
public void setRecoverPointSystemIdentity(java.lang.String recoverPointSystemIdentity)
public java.lang.String getWarningMsg()
public void setWarningMsg(java.lang.String warningMsg)