public class CreateSwitchProfileConfig
extends java.lang.Object
Constructor and Description |
---|
CreateSwitchProfileConfig() |
CreateSwitchProfileConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApicAccount() |
CuicServer |
getCuicServer() |
java.lang.String |
getDescription() |
java.lang.String |
getSwitchProfileName() |
void |
setApicAccount(java.lang.String apicAccount) |
void |
setCuicServer(CuicServer api) |
void |
setDescription(java.lang.String description) |
void |
setSwitchProfileName(java.lang.String switchProfileName) |
public CreateSwitchProfileConfig()
public CreateSwitchProfileConfig(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 getSwitchProfileName()
public void setSwitchProfileName(java.lang.String switchProfileName)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)