public class WTDeleteBondConfig
extends java.lang.Object
Constructor and Description |
---|
WTDeleteBondConfig() |
WTDeleteBondConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
WTDeleteBondConfigResponse |
execute() |
CuicServer |
getApi() |
java.lang.String |
getBondIdentity() |
java.lang.String |
getBondName() |
boolean |
isHidesGroup() |
void |
setApi(CuicServer api) |
void |
setBondIdentity(java.lang.String bondIdentity) |
void |
setBondName(java.lang.String bondName) |
void |
setHidesGroup(boolean hidesGroup) |
public WTDeleteBondConfig()
public WTDeleteBondConfig(CuicServer api)
public CuicServer getApi()
public void setApi(CuicServer api)
public boolean isHidesGroup()
public void setHidesGroup(boolean hidesGroup)
public java.lang.String getBondIdentity()
public void setBondIdentity(java.lang.String bondIdentity)
public java.lang.String getBondName()
public void setBondName(java.lang.String bondName)
public WTDeleteBondConfigResponse execute() throws java.lang.Exception
java.lang.Exception