public class ListAuthorityResponse
extends com.aliyuncs.AcsResponse
| Modifier and Type | Class and Description |
|---|---|
static class |
ListAuthorityResponse.Authority |
| Constructor and Description |
|---|
ListAuthorityResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<ListAuthorityResponse.Authority> |
getAuthorityList() |
Integer |
getCode() |
ListAuthorityResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
String |
getMessage() |
void |
setAuthorityList(List<ListAuthorityResponse.Authority> authorityList) |
void |
setCode(Integer code) |
void |
setMessage(String message) |
public Integer getCode()
public void setCode(Integer code)
public String getMessage()
public void setMessage(String message)
public List<ListAuthorityResponse.Authority> getAuthorityList()
public void setAuthorityList(List<ListAuthorityResponse.Authority> authorityList)
public ListAuthorityResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance in class com.aliyuncs.AcsResponseCopyright © 2018. All Rights Reserved.