public class PermissionResourceV1 extends NodeResourceV1
nodeTypeid, primaryHierarchy, schema| Constructor and Description |
|---|
PermissionResourceV1() |
PermissionResourceV1(String id,
List<HierarchyEntry> primaryHierarchy,
String nodeType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAsync() |
String |
getAuthority() |
String |
getPermission() |
int |
hashCode() |
void |
setAsync(Boolean async) |
void |
setAuthority(String authority) |
void |
setPermission(String permission) |
String |
toString() |
getNodeType, setNodeTypegetId, getPrimaryHierarchy, getSchema, setId, setPrimaryHierarchy, setSchemapublic PermissionResourceV1()
public PermissionResourceV1(String id, List<HierarchyEntry> primaryHierarchy, String nodeType)
public String getAuthority()
public void setAuthority(String authority)
public String getPermission()
public void setPermission(String permission)
public Boolean getAsync()
public void setAsync(Boolean async)
public int hashCode()
hashCode in class NodeResourceV1public boolean equals(Object obj)
equals in class NodeResourceV1public String toString()
toString in class NodeResourceV1Copyright © 2019. All rights reserved.