public class DescribeHistoryApisRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
apiId
The ID of the API.
|
String |
apiName
The name of the API.
|
String |
groupId
The ID of the API group.
|
String |
pageNumber
The page number of the current page.
|
String |
pageSize
The number of entries to return on each page.
|
String |
securityToken |
String |
stageName
The name of the runtime environment.
|
| 构造器和说明 |
|---|
DescribeHistoryApisRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeHistoryApisRequest |
build(Map<String,?> map) |
String |
getApiId() |
String |
getApiName() |
String |
getGroupId() |
String |
getPageNumber() |
String |
getPageSize() |
String |
getSecurityToken() |
String |
getStageName() |
DescribeHistoryApisRequest |
setApiId(String apiId) |
DescribeHistoryApisRequest |
setApiName(String apiName) |
DescribeHistoryApisRequest |
setGroupId(String groupId) |
DescribeHistoryApisRequest |
setPageNumber(String pageNumber) |
DescribeHistoryApisRequest |
setPageSize(String pageSize) |
DescribeHistoryApisRequest |
setSecurityToken(String securityToken) |
DescribeHistoryApisRequest |
setStageName(String stageName) |
@NameInMap(value="ApiId") public String apiId
The ID of the API.
@NameInMap(value="ApiName") public String apiName
The name of the API. The name is used for fuzzy match.
@NameInMap(value="GroupId") public String groupId
The ID of the API group.
@NameInMap(value="PageNumber") public String pageNumber
The page number of the current page.
@NameInMap(value="PageSize") public String pageSize
The number of entries to return on each page.
@NameInMap(value="SecurityToken") public String securityToken
@NameInMap(value="StageName") public String stageName
The name of the runtime environment. Valid values:
* **RELEASE**
* **TEST**
public static DescribeHistoryApisRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeHistoryApisRequest setApiId(String apiId)
public String getApiId()
public DescribeHistoryApisRequest setApiName(String apiName)
public String getApiName()
public DescribeHistoryApisRequest setGroupId(String groupId)
public String getGroupId()
public DescribeHistoryApisRequest setPageNumber(String pageNumber)
public String getPageNumber()
public DescribeHistoryApisRequest setPageSize(String pageSize)
public String getPageSize()
public DescribeHistoryApisRequest setSecurityToken(String securityToken)
public String getSecurityToken()
public DescribeHistoryApisRequest setStageName(String stageName)
public String getStageName()
Copyright © 2023. All rights reserved.