public static class DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodySystemParametersSystemParameter
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
demoValue
The sample value of the parameter.
|
String |
description
The description.
|
String |
location
The parameter location.
|
String |
parameterName
The name of the system parameter.
|
String |
serviceParameterName
The name of the corresponding backend parameter.
|
| 构造器和说明 |
|---|
DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodySystemParametersSystemParameter() |
@NameInMap(value="DemoValue") public String demoValue
The sample value of the parameter.
@NameInMap(value="Description") public String description
The description.
@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 system parameter. Valid values: CaClientIp, CaDomain, CaRequestHandleTime, CaAppId, CaRequestId, CaHttpSchema, CaProxy.
@NameInMap(value="ServiceParameterName") public String serviceParameterName
The name of the corresponding backend parameter.
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodySystemParametersSystemParameter()
public static DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodySystemParametersSystemParameter build(Map<String,?> map) throws Exception
Exceptionpublic DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodySystemParametersSystemParameter setDemoValue(String demoValue)
public String getDemoValue()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodySystemParametersSystemParameter setDescription(String description)
public String getDescription()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodySystemParametersSystemParameter setLocation(String location)
public String getLocation()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodySystemParametersSystemParameter setParameterName(String parameterName)
public String getParameterName()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodySystemParametersSystemParameter setServiceParameterName(String serviceParameterName)
public String getServiceParameterName()
Copyright © 2023. All rights reserved.