public static class DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
apiParameterName
The name of the API parameter.
|
String |
arrayItemsType
The type of the array element.
|
String |
defaultValue
The default value.
|
String |
demoValue
The example value.
|
String |
description
The description.
|
Integer |
docOrder
The order in the document.
|
String |
docShow
Indicates whether the document is public.
|
String |
enumValue
The hash values that can be entered when ParameterType is set to Int, Long, Float, Double, or String.
|
String |
jsonScheme
JSON scheme
|
String |
location
The parameter location.
|
Long |
maxLength
The maximum parameter length when ParameterType is set to String.
|
Long |
maxValue
The maximum parameter value when ParameterType is set to Int, Long, Float, or Double.
|
Long |
minLength
The minimum parameter length when ParameterType is set to String.
|
Long |
minValue
The minimum parameter value when ParameterType is set to Int, Long, Float, or Double.
|
String |
parameterType
The data type of the parameter.
|
String |
regularExpression
The regular expression used for parameter validation when ParameterType is set to String.
|
String |
required
Indicates whether the parameter is required.
|
| 构造器和说明 |
|---|
DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter() |
@NameInMap(value="ApiParameterName") public String apiParameterName
The name of the API parameter.
@NameInMap(value="ArrayItemsType") public String arrayItemsType
The type of the array element.
@NameInMap(value="DefaultValue") public String defaultValue
The default value.
@NameInMap(value="DemoValue") public String demoValue
The example value.
@NameInMap(value="Description") public String description
The description.
@NameInMap(value="DocOrder") public Integer docOrder
The order in the document.
@NameInMap(value="DocShow") public String docShow
Indicates whether the document is public. Valid values: PUBLIC and PRIVATE.
@NameInMap(value="EnumValue") public String enumValue
The hash values that can be entered when ParameterType is set to Int, Long, Float, Double, or String. Different values are separated with commas (,), such as 1,2,3,4,9 or A,B,C,E,F.
@NameInMap(value="JsonScheme") public String jsonScheme
JSON scheme
@NameInMap(value="Location") public String location
The parameter location. Valid values: BODY, HEAD, QUERY, and PATH.
@NameInMap(value="MaxLength") public Long maxLength
The maximum parameter length when ParameterType is set to String.
@NameInMap(value="MaxValue") public Long maxValue
The maximum parameter value when ParameterType is set to Int, Long, Float, or Double.
@NameInMap(value="MinLength") public Long minLength
The minimum parameter length when ParameterType is set to String.
@NameInMap(value="MinValue") public Long minValue
The minimum parameter value when ParameterType is set to Int, Long, Float, or Double.
@NameInMap(value="ParameterType") public String parameterType
The data type of the parameter. Valid values: String, Int, Long, Float, Double, and Boolean.
@NameInMap(value="RegularExpression") public String regularExpression
The regular expression used for parameter validation when ParameterType is set to String.
@NameInMap(value="Required") public String required
Indicates whether the parameter is required. Valid values: REQUIRED and OPTIONAL.
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter()
public static DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter build(Map<String,?> map) throws Exception
Exceptionpublic DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setApiParameterName(String apiParameterName)
public String getApiParameterName()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setArrayItemsType(String arrayItemsType)
public String getArrayItemsType()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setDefaultValue(String defaultValue)
public String getDefaultValue()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setDemoValue(String demoValue)
public String getDemoValue()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setDescription(String description)
public String getDescription()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setDocOrder(Integer docOrder)
public Integer getDocOrder()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setDocShow(String docShow)
public String getDocShow()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setEnumValue(String enumValue)
public String getEnumValue()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setJsonScheme(String jsonScheme)
public String getJsonScheme()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setLocation(String location)
public String getLocation()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setMaxLength(Long maxLength)
public Long getMaxLength()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setMaxValue(Long maxValue)
public Long getMaxValue()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setMinLength(Long minLength)
public Long getMinLength()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setMinValue(Long minValue)
public Long getMinValue()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setParameterType(String parameterType)
public String getParameterType()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setRegularExpression(String regularExpression)
public String getRegularExpression()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyRequestParametersRequestParameter setRequired(String required)
public String getRequired()
Copyright © 2023. All rights reserved.