public class DeleteFunctionProfileConfig
extends java.lang.Object
Constructor and Description |
---|
DeleteFunctionProfileConfig() |
DeleteFunctionProfileConfig(CuicServer server) |
Modifier and Type | Method and Description |
---|---|
CuicServer |
getCuicServer() |
java.lang.String |
getDeleteFunctionProfile() |
java.lang.String |
getName() |
void |
setCuicServer(CuicServer api) |
void |
setDeleteFunctionProfile(java.lang.String deleteFunctionProfile) |
void |
setName(java.lang.String name) |
public DeleteFunctionProfileConfig()
public DeleteFunctionProfileConfig(CuicServer server)
server
- public void setCuicServer(CuicServer api)
api
- public CuicServer getCuicServer()
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDeleteFunctionProfile()
public void setDeleteFunctionProfile(java.lang.String deleteFunctionProfile)