public class ResourceLink extends Object
| Constructor and Description |
|---|
ResourceLink(String rel,
String title,
URI uri) |
ResourceLink(String rel,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
String |
getRelationship() |
String |
getTitle() |
URI |
getURI() |
void |
setRelationship(String val) |
void |
setTitle(String val) |
void |
setURI(URI val) |
org.codehaus.jettison.json.JSONObject |
toJson() |
public URI getURI()
public void setURI(URI val)
public String getRelationship()
public void setRelationship(String val)
public String getTitle()
public void setTitle(String val)
public org.codehaus.jettison.json.JSONObject toJson()
throws org.codehaus.jettison.json.JSONException
org.codehaus.jettison.json.JSONExceptionCopyright © 2017. All rights reserved.