public static class DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceParametersServiceParameter
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
location
The parameter location.
|
String |
parameterType
The data type of the back-end service parameter.
|
String |
serviceParameterName
The name of the backend service parameter.
|
| 构造器和说明 |
|---|
DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceParametersServiceParameter() |
@NameInMap(value="Location") public String location
The parameter location. Valid values: BODY, HEAD, QUERY, and PATH.
@NameInMap(value="ParameterType") public String parameterType
The data type of the back-end service parameter. Valid values: STRING, NUMBER, BOOLEAN.
@NameInMap(value="ServiceParameterName") public String serviceParameterName
The name of the backend service parameter.
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceParametersServiceParameter()
public static DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceParametersServiceParameter build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceParametersServiceParameter setLocation(String location)
public String getLocation()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceParametersServiceParameter setParameterType(String parameterType)
public String getParameterType()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyServiceParametersServiceParameter setServiceParameterName(String serviceParameterName)
public String getServiceParameterName()
Copyright © 2023. All rights reserved.