public static class DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceParametersServiceParameter
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.
|
| 构造器和说明 |
|---|
DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceParametersServiceParameter() |
@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 DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceParametersServiceParameter()
public static DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceParametersServiceParameter build(Map<String,?> map) throws Exception
Exceptionpublic DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceParametersServiceParameter setLocation(String location)
public String getLocation()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceParametersServiceParameter setParameterType(String parameterType)
public String getParameterType()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceParametersServiceParameter setServiceParameterName(String serviceParameterName)
public String getServiceParameterName()
Copyright © 2023. All rights reserved.