public class DescribeGrantRulesToCenResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
DescribeGrantRulesToCenResponseBody.DescribeGrantRulesToCenResponseBodyCenGrantRules |
cenGrantRules
The information about the authorization.
|
Integer |
pageNumber
The page number of the returned page.
|
Integer |
pageSize
The number of entries returned per page.
|
String |
requestId
The ID of the request.
|
Integer |
totalCount
The total number of entries returned.
|
构造器和说明 |
---|
DescribeGrantRulesToCenResponseBody() |
@NameInMap(value="CenGrantRules") public DescribeGrantRulesToCenResponseBody.DescribeGrantRulesToCenResponseBodyCenGrantRules cenGrantRules
The information about the authorization.
@NameInMap(value="PageNumber") public Integer pageNumber
The page number of the returned page.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries returned per page.
example:10
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:F5BB78C8-5F41-464F-B9FF-5E0A7198BA26
@NameInMap(value="TotalCount") public Integer totalCount
The total number of entries returned.
example:1
public static DescribeGrantRulesToCenResponseBody build(Map<String,?> map) throws Exception
Exception
public DescribeGrantRulesToCenResponseBody setCenGrantRules(DescribeGrantRulesToCenResponseBody.DescribeGrantRulesToCenResponseBodyCenGrantRules cenGrantRules)
public DescribeGrantRulesToCenResponseBody.DescribeGrantRulesToCenResponseBodyCenGrantRules getCenGrantRules()
public DescribeGrantRulesToCenResponseBody setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeGrantRulesToCenResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeGrantRulesToCenResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeGrantRulesToCenResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2024. All rights reserved.