public class DescribeDeployedApisRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeDeployedApisRequest.DescribeDeployedApisRequestTag |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
apiId
The name of the API.
|
String |
apiMethod |
String |
apiName
The number of the page to return.
|
String |
apiPath |
Boolean |
enableTagAuth
The list of tags.
|
String |
groupId
The name of the runtime environment.
|
Integer |
pageNumber
The number of entries to return on each page.
|
Integer |
pageSize
Specifies whether to enable tag verification.
|
String |
securityToken |
String |
stageName
The ID of the API.
|
List<DescribeDeployedApisRequest.DescribeDeployedApisRequestTag> |
tag
The tag key.
|
| 构造器和说明 |
|---|
DescribeDeployedApisRequest() |
@NameInMap(value="ApiId") public String apiId
The name of the API. The name is used for fuzzy match.
@NameInMap(value="ApiMethod") public String apiMethod
@NameInMap(value="ApiName") public String apiName
The number of the page to return. Pages start from page 1. Default value: 1.
@NameInMap(value="ApiPath") public String apiPath
@NameInMap(value="EnableTagAuth") public Boolean enableTagAuth
The list of tags.
@NameInMap(value="GroupId") public String groupId
The name of the runtime environment. Valid values:
* **RELEASE**
* **TEST**
@NameInMap(value="PageNumber") public Integer pageNumber
The number of entries to return on each page. Maximum value: 100. Default value: 10.
@NameInMap(value="PageSize") public Integer pageSize
Specifies whether to enable tag verification.
@NameInMap(value="SecurityToken") public String securityToken
@NameInMap(value="StageName") public String stageName
The ID of the API.
@NameInMap(value="Tag") public List<DescribeDeployedApisRequest.DescribeDeployedApisRequestTag> tag
The tag key.
public static DescribeDeployedApisRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDeployedApisRequest setApiId(String apiId)
public String getApiId()
public DescribeDeployedApisRequest setApiMethod(String apiMethod)
public String getApiMethod()
public DescribeDeployedApisRequest setApiName(String apiName)
public String getApiName()
public DescribeDeployedApisRequest setApiPath(String apiPath)
public String getApiPath()
public DescribeDeployedApisRequest setEnableTagAuth(Boolean enableTagAuth)
public Boolean getEnableTagAuth()
public DescribeDeployedApisRequest setGroupId(String groupId)
public String getGroupId()
public DescribeDeployedApisRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeDeployedApisRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeDeployedApisRequest setSecurityToken(String securityToken)
public String getSecurityToken()
public DescribeDeployedApisRequest setStageName(String stageName)
public String getStageName()
public DescribeDeployedApisRequest setTag(List<DescribeDeployedApisRequest.DescribeDeployedApisRequestTag> tag)
public List<DescribeDeployedApisRequest.DescribeDeployedApisRequestTag> getTag()
Copyright © 2023. All rights reserved.