public class DeleteFunctionRequest extends AbstractModel
Constructor and Description |
---|
DeleteFunctionRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getFunctionName()
Get Name of the function to be deleted
|
String |
getNamespace()
Get Function namespace
|
void |
setFunctionName(String FunctionName)
Set Name of the function to be deleted
|
void |
setNamespace(String Namespace)
Set Function namespace
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- Name of the function to be deletedpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- Function namespaceCopyright © 2020. All rights reserved.