public class DeleteTenantApplicationProfileConfig
extends java.lang.Object
Constructor and Description |
---|
DeleteTenantApplicationProfileConfig() |
DeleteTenantApplicationProfileConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApicAccount() |
java.lang.String |
getApplnName() |
CuicServer |
getCuicServer() |
java.lang.String |
getDeleteAppProfile() |
java.lang.String |
getTenantName() |
void |
setApicAccount(java.lang.String apicAccount) |
void |
setApplnName(java.lang.String applnName) |
void |
setCuicServer(CuicServer api) |
void |
setDeleteAppProfile(java.lang.String deleteAppProfile) |
void |
setTenantName(java.lang.String tenantName) |
public DeleteTenantApplicationProfileConfig()
public DeleteTenantApplicationProfileConfig(CuicServer server)
server
- public void setCuicServer(CuicServer api)
api
- public CuicServer getCuicServer()
public java.lang.String getApicAccount()
public void setApicAccount(java.lang.String apicAccount)
public java.lang.String getTenantName()
public void setTenantName(java.lang.String tenantName)
public java.lang.String getApplnName()
public void setApplnName(java.lang.String applnName)
public java.lang.String getDeleteAppProfile()
public void setDeleteAppProfile(java.lang.String deleteAppProfile)