public class DescribeAppAttributesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeAppAttributesRequest.DescribeAppAttributesRequestTag |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appCode
The app key that is used to make an API call.
|
Long |
appId
The name of the app.
|
String |
appKey
The order.
|
String |
appName
The number of the page to return.
|
Boolean |
enableTagAuth
The tag of objects that match the rule.
|
Integer |
pageNumber
The number of entries to return on each page.
|
Integer |
pageSize
The AppCode of the app.
|
String |
securityToken |
String |
sort
Specifies whether to enable tag verification.
|
List<DescribeAppAttributesRequest.DescribeAppAttributesRequestTag> |
tag
The key of the tag.
|
| 构造器和说明 |
|---|
DescribeAppAttributesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeAppAttributesRequest |
build(Map<String,?> map) |
String |
getAppCode() |
Long |
getAppId() |
String |
getAppKey() |
String |
getAppName() |
Boolean |
getEnableTagAuth() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getSecurityToken() |
String |
getSort() |
List<DescribeAppAttributesRequest.DescribeAppAttributesRequestTag> |
getTag() |
DescribeAppAttributesRequest |
setAppCode(String appCode) |
DescribeAppAttributesRequest |
setAppId(Long appId) |
DescribeAppAttributesRequest |
setAppKey(String appKey) |
DescribeAppAttributesRequest |
setAppName(String appName) |
DescribeAppAttributesRequest |
setEnableTagAuth(Boolean enableTagAuth) |
DescribeAppAttributesRequest |
setPageNumber(Integer pageNumber) |
DescribeAppAttributesRequest |
setPageSize(Integer pageSize) |
DescribeAppAttributesRequest |
setSecurityToken(String securityToken) |
DescribeAppAttributesRequest |
setSort(String sort) |
DescribeAppAttributesRequest |
setTag(List<DescribeAppAttributesRequest.DescribeAppAttributesRequestTag> tag) |
@NameInMap(value="AppCode") public String appCode
The app key that is used to make an API call.
@NameInMap(value="AppId") public Long appId
The name of the app.
@NameInMap(value="AppKey") public String appKey
The order. Valid values: asc and desc. Default value: desc.
* asc: The apps are displayed in ascending order of modification time.
* desc: The apps are displayed in descending order of modification time.
@NameInMap(value="AppName") public String appName
The number of the page to return. Pages start from page 1. Default value: 1.
@NameInMap(value="EnableTagAuth") public Boolean enableTagAuth
The tag of objects that match the rule. You can specify multiple tags.
@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
The AppCode of the app.
@NameInMap(value="SecurityToken") public String securityToken
@NameInMap(value="Sort") public String sort
Specifies whether to enable tag verification.
@NameInMap(value="Tag") public List<DescribeAppAttributesRequest.DescribeAppAttributesRequestTag> tag
The key of the tag.
N can be an integer from 1 to 20.``
public static DescribeAppAttributesRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeAppAttributesRequest setAppCode(String appCode)
public String getAppCode()
public DescribeAppAttributesRequest setAppId(Long appId)
public Long getAppId()
public DescribeAppAttributesRequest setAppKey(String appKey)
public String getAppKey()
public DescribeAppAttributesRequest setAppName(String appName)
public String getAppName()
public DescribeAppAttributesRequest setEnableTagAuth(Boolean enableTagAuth)
public Boolean getEnableTagAuth()
public DescribeAppAttributesRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeAppAttributesRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeAppAttributesRequest setSecurityToken(String securityToken)
public String getSecurityToken()
public DescribeAppAttributesRequest setSort(String sort)
public String getSort()
public DescribeAppAttributesRequest setTag(List<DescribeAppAttributesRequest.DescribeAppAttributesRequestTag> tag)
public List<DescribeAppAttributesRequest.DescribeAppAttributesRequestTag> getTag()
Copyright © 2023. All rights reserved.