public class EMCRPDeleteConsistencyGroupCopyConfig
extends java.lang.Object
Constructor and Description |
---|
EMCRPDeleteConsistencyGroupCopyConfig() |
EMCRPDeleteConsistencyGroupCopyConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCgCopyName() |
java.lang.String |
getConsistencyGroupCopyIdentity() |
CuicServer |
getCuicServer() |
java.lang.String |
getError() |
boolean |
isHideFields() |
boolean |
isHidesGroup() |
void |
setCgCopyName(java.lang.String cgCopyName) |
void |
setConsistencyGroupCopyIdentity(java.lang.String consistencyGroupCopyIdentity) |
void |
setCuicServer(CuicServer api) |
void |
setError(java.lang.String error) |
void |
setHideFields(boolean hideFields) |
void |
setHidesGroup(boolean hidesGroup) |
public EMCRPDeleteConsistencyGroupCopyConfig()
public EMCRPDeleteConsistencyGroupCopyConfig(CuicServer api)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public boolean isHidesGroup()
public void setHidesGroup(boolean hidesGroup)
hidesGroup
- the hidesGroup to setpublic java.lang.String getConsistencyGroupCopyIdentity()
public void setConsistencyGroupCopyIdentity(java.lang.String consistencyGroupCopyIdentity)
consistencyGroupCopyIdentity
- the consistencyGroupCopyIdentity to setpublic java.lang.String getCgCopyName()
public void setCgCopyName(java.lang.String cgCopyName)
cgCopyName
- the cgCopyName to setpublic boolean isHideFields()
public void setHideFields(boolean hideFields)
hideFields
- the hideFields to setpublic java.lang.String getError()
public void setError(java.lang.String error)
error
- the error to set