public static class DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodySystemParametersSystemParameter
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
demoValue
The example value.
|
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.
|
| 构造器和说明 |
|---|
DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodySystemParametersSystemParameter() |
@NameInMap(value="DemoValue") public String demoValue
The example value.
@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 DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodySystemParametersSystemParameter()
public static DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodySystemParametersSystemParameter build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodySystemParametersSystemParameter setDemoValue(String demoValue)
public String getDemoValue()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodySystemParametersSystemParameter setDescription(String description)
public String getDescription()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodySystemParametersSystemParameter setLocation(String location)
public String getLocation()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodySystemParametersSystemParameter setParameterName(String parameterName)
public String getParameterName()
public DescribeDeployedApiResponseBody.DescribeDeployedApiResponseBodySystemParametersSystemParameter setServiceParameterName(String serviceParameterName)
public String getServiceParameterName()
Copyright © 2023. All rights reserved.