public class ResourceImpl extends Object implements Resource
| Constructor and Description |
|---|
ResourceImpl() |
ResourceImpl(String id,
String type,
Map<String,Object> fields) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,URL> |
getActions() |
Map<String,Object> |
getFields() |
String |
getId() |
Map<String,URL> |
getLinks() |
String |
getType() |
void |
setActions(Map<String,URL> actions) |
void |
setFields(Map<String,Object> fields) |
void |
setId(String id) |
void |
setLinks(Map<String,URL> links) |
void |
setType(String type) |
Copyright © 2014. All rights reserved.