public class DescribeGrantRulesToCenResponse
extends com.aliyuncs.AcsResponse
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeGrantRulesToCenResponse.GrantRule |
构造器和说明 |
---|
DescribeGrantRulesToCenResponse() |
限定符和类型 | 方法和说明 |
---|---|
List<DescribeGrantRulesToCenResponse.GrantRule> |
getGrantRules() |
DescribeGrantRulesToCenResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Long |
getMaxResults() |
String |
getNextToken() |
String |
getRequestId() |
Long |
getTotalCount() |
void |
setGrantRules(List<DescribeGrantRulesToCenResponse.GrantRule> grantRules) |
void |
setMaxResults(Long maxResults) |
void |
setNextToken(String nextToken) |
void |
setRequestId(String requestId) |
void |
setTotalCount(Long totalCount) |
public String getRequestId()
public void setRequestId(String requestId)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public Long getMaxResults()
public void setMaxResults(Long maxResults)
public String getNextToken()
public void setNextToken(String nextToken)
public List<DescribeGrantRulesToCenResponse.GrantRule> getGrantRules()
public void setGrantRules(List<DescribeGrantRulesToCenResponse.GrantRule> grantRules)
public DescribeGrantRulesToCenResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance
在类中 com.aliyuncs.AcsResponse
Copyright © 2024. All Rights Reserved.