public class GetFunctionAddressRequest extends AbstractModel
header, skipSign| 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 函数的名称 | 
| String | getNamespace()Get 函数的命名空间 | 
| String | getQualifier()Get 函数的版本 | 
| void | setFunctionName(String FunctionName)Set 函数的名称 | 
| void | setNamespace(String Namespace)Set 函数的命名空间 | 
| void | setQualifier(String Qualifier)Set 函数的版本 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GetFunctionAddressRequest()
public GetFunctionAddressRequest(GetFunctionAddressRequest source)
public String getFunctionName()
public void setFunctionName(String FunctionName)
FunctionName - 函数的名称public String getQualifier()
public void setQualifier(String Qualifier)
Qualifier - 函数的版本public String getNamespace()
public void setNamespace(String Namespace)
Namespace - 函数的命名空间Copyright © 2025. All rights reserved.