public class APICDeleteTenantConfig
extends java.lang.Object
Constructor and Description |
---|
APICDeleteTenantConfig() |
APICDeleteTenantConfig(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
APICDeleteTenantConfigResponse |
execute() |
java.lang.String |
getApicAccount() |
CuicServer |
getCuicServer() |
java.lang.String |
getDeleteTenant() |
java.lang.String |
getTenantName() |
boolean |
isHidesGroup() |
void |
setApicAccount(java.lang.String apicAccount) |
void |
setCuicServer(CuicServer api) |
void |
setDeleteTenant(java.lang.String deleteTenant) |
void |
setHidesGroup(boolean hidesGroup) |
void |
setTenantName(java.lang.String tenantName) |
public APICDeleteTenantConfig()
public APICDeleteTenantConfig(CuicServer api)
public void setCuicServer(CuicServer api)
public CuicServer getCuicServer()
public java.lang.String getApicAccount()
public void setApicAccount(java.lang.String apicAccount)
apicAccount
- the apicAccount to setpublic boolean isHidesGroup()
public void setHidesGroup(boolean hidesGroup)
hidesGroup
- the hidesGroup to setpublic java.lang.String getTenantName()
public void setTenantName(java.lang.String tenantName)
tenantName
- the tenantName to setpublic java.lang.String getDeleteTenant()
public void setDeleteTenant(java.lang.String deleteTenant)
deleteTenant
- the deleteTenant to setpublic APICDeleteTenantConfigResponse execute() throws java.lang.Exception
java.lang.Exception