public class GetFunctionAddressRequest extends AbstractModel
Constructor and Description |
---|
GetFunctionAddressRequest() |
GetFunctionAddressRequest(GetFunctionAddressRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getFunctionName()
Get Function name
|
String |
getNamespace()
Get Function namespace
|
String |
getQualifier()
Get Function version
|
void |
setFunctionName(String FunctionName)
Set Function name
|
void |
setNamespace(String Namespace)
Set Function namespace
|
void |
setQualifier(String Qualifier)
Set Function version
|
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 GetFunctionAddressRequest()
public GetFunctionAddressRequest(GetFunctionAddressRequest source)
public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName
- Function namepublic String getQualifier()
public void setQualifier(String Qualifier)
Qualifier
- Function versionpublic String getNamespace()
public void setNamespace(String Namespace)
Namespace
- Function namespaceCopyright © 2021. All rights reserved.