public class EMCRPSetConsistencyGroupTransferStatusConfig
extends java.lang.Object
Constructor and Description |
---|
EMCRPSetConsistencyGroupTransferStatusConfig() |
EMCRPSetConsistencyGroupTransferStatusConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
long |
getActionId() |
long |
getConfigEntryId() |
CuicServer |
getCuicServer() |
java.lang.String |
getPauseMsg() |
java.lang.String |
getRecoverPointConsistencyGroupIdentity() |
java.lang.String |
getStartMsg() |
boolean |
isTransferStatus() |
void |
setActionId(long actionId) |
void |
setConfigEntryId(long configEntryId) |
void |
setCuicServer(CuicServer api) |
void |
setPauseMsg(java.lang.String pauseMsg) |
void |
setRecoverPointConsistencyGroupIdentity(java.lang.String recoverPointConsistencyGroupIdentity) |
void |
setStartMsg(java.lang.String startMsg) |
void |
setTransferStatus(boolean transferStatus) |
public EMCRPSetConsistencyGroupTransferStatusConfig()
public EMCRPSetConsistencyGroupTransferStatusConfig(CuicServer api)
public CuicServer getCuicServer()
public void setCuicServer(CuicServer api)
public long getConfigEntryId()
public void setConfigEntryId(long configEntryId)
public long getActionId()
public void setActionId(long actionId)
public java.lang.String getRecoverPointConsistencyGroupIdentity()
public void setRecoverPointConsistencyGroupIdentity(java.lang.String recoverPointConsistencyGroupIdentity)
public boolean isTransferStatus()
public void setTransferStatus(boolean transferStatus)
public java.lang.String getStartMsg()
public void setStartMsg(java.lang.String startMsg)
public java.lang.String getPauseMsg()
public void setPauseMsg(java.lang.String pauseMsg)