public static class DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter
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 parameter 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.
|
| 构造器和说明 |
|---|
DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter() |
@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 parameter 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 DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter()
public static DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setApiParameterName(String apiParameterName)
public String getApiParameterName()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setArrayItemsType(String arrayItemsType)
public String getArrayItemsType()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setDefaultValue(String defaultValue)
public String getDefaultValue()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setDemoValue(String demoValue)
public String getDemoValue()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setDescription(String description)
public String getDescription()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setDocOrder(Integer docOrder)
public Integer getDocOrder()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setDocShow(String docShow)
public String getDocShow()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setEnumValue(String enumValue)
public String getEnumValue()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setJsonScheme(String jsonScheme)
public String getJsonScheme()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setLocation(String location)
public String getLocation()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setMaxLength(Long maxLength)
public Long getMaxLength()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setMaxValue(Long maxValue)
public Long getMaxValue()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setMinLength(Long minLength)
public Long getMinLength()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setMinValue(Long minValue)
public Long getMinValue()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setParameterType(String parameterType)
public String getParameterType()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setRegularExpression(String regularExpression)
public String getRegularExpression()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodyRequestParametersRequestParameter setRequired(String required)
public String getRequired()
Copyright © 2023. All rights reserved.