public static class ListAuthorityResponse.Authority extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListAuthorityResponse.Authority.Action |
| Constructor and Description |
|---|
ListAuthorityResponse.Authority() |
| Modifier and Type | Method and Description |
|---|---|
List<ListAuthorityResponse.Authority.Action> |
getActionList() |
String |
getDescription() |
String |
getGroupId() |
String |
getName() |
void |
setActionList(List<ListAuthorityResponse.Authority.Action> actionList) |
void |
setDescription(String description) |
void |
setGroupId(String groupId) |
void |
setName(String name) |
public String getGroupId()
public void setGroupId(String groupId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public List<ListAuthorityResponse.Authority.Action> getActionList()
public void setActionList(List<ListAuthorityResponse.Authority.Action> actionList)
Copyright © 2018. All Rights Reserved.