public static class DescribeApiResponseBody.DescribeApiResponseBodyServiceParametersServiceParameter
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
location
The data type of the back-end service parameter.
|
String |
parameterType
The name of the backend service parameter.
|
String |
serviceParameterName
The mappings between parameters of requests sent by the consumer to API Gateway and parameters of requests sent by API Gateway to the backend service.
|
@NameInMap(value="Location") public String location
The data type of the back-end service parameter.
@NameInMap(value="ParameterType") public String parameterType
The name of the backend service parameter.
@NameInMap(value="ServiceParameterName") public String serviceParameterName
The mappings between parameters of requests sent by the consumer to API Gateway and parameters of requests sent by API Gateway to the backend service.
public DescribeApiResponseBody.DescribeApiResponseBodyServiceParametersServiceParameter()
public static DescribeApiResponseBody.DescribeApiResponseBodyServiceParametersServiceParameter build(Map<String,?> map) throws Exception
Exceptionpublic DescribeApiResponseBody.DescribeApiResponseBodyServiceParametersServiceParameter setLocation(String location)
public String getLocation()
public DescribeApiResponseBody.DescribeApiResponseBodyServiceParametersServiceParameter setParameterType(String parameterType)
public String getParameterType()
public DescribeApiResponseBody.DescribeApiResponseBodyServiceParametersServiceParameter setServiceParameterName(String serviceParameterName)
public String getServiceParameterName()
Copyright © 2023. All rights reserved.