public class EMCRPDeleteConsistencyGroupConfig
extends java.lang.Object
Constructor and Description |
---|
EMCRPDeleteConsistencyGroupConfig() |
EMCRPDeleteConsistencyGroupConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
CuicServer |
getApi() |
java.lang.String |
getCgName() |
java.lang.String |
getConsistencyGroupIdentity() |
boolean |
isHidesGroup() |
void |
setApi(CuicServer api) |
void |
setCgName(java.lang.String cgName) |
void |
setConsistencyGroupIdentity(java.lang.String consistencyGroupIdentity) |
void |
setHidesGroup(boolean hidesGroup) |
public EMCRPDeleteConsistencyGroupConfig()
public EMCRPDeleteConsistencyGroupConfig(CuicServer api)
public CuicServer getApi()
public void setApi(CuicServer api)
public boolean isHidesGroup()
public void setHidesGroup(boolean hidesGroup)
public java.lang.String getConsistencyGroupIdentity()
public void setConsistencyGroupIdentity(java.lang.String consistencyGroupIdentity)
public java.lang.String getCgName()
public void setCgName(java.lang.String cgName)