public static class DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemParameter
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
demoValue
The example value.
|
String |
description
The description of the custom system parameter.
|
String |
location
The parameter location.
|
String |
parameterName
The name of the custom system parameter.
|
String |
serviceParameterName
The name of the corresponding backend parameter.
|
| 构造器和说明 |
|---|
DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemParameter() |
@NameInMap(value="DemoValue") public String demoValue
The example value.
@NameInMap(value="Description") public String description
The description of the custom system parameter.
@NameInMap(value="Location") public String location
The parameter location. Valid values: BODY, HEAD, QUERY, and PATH.
@NameInMap(value="ParameterName") public String parameterName
The name of the custom system parameter.
@NameInMap(value="ServiceParameterName") public String serviceParameterName
The name of the corresponding backend parameter.
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemParameter()
public static DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemParameter build(Map<String,?> map) throws Exception
Exceptionpublic DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemParameter setDemoValue(String demoValue)
public String getDemoValue()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemParameter setDescription(String description)
public String getDescription()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemParameter setLocation(String location)
public String getLocation()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemParameter setParameterName(String parameterName)
public String getParameterName()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyCustomSystemParametersCustomSystemParameter setServiceParameterName(String serviceParameterName)
public String getServiceParameterName()
Copyright © 2023. All rights reserved.