public class AssetLinksLocation
extends Object
| Constructor and Description |
|---|
AssetLinksLocation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHref()
URL to update or delete the location of the asset
|
int |
hashCode() |
AssetLinksLocation |
href(String href)
Returns an AssetLinksLocation instance initialized with href
|
void |
setHref(String href) |
String |
toString() |
public AssetLinksLocation href(String href)
href - href to be associated with AssetLinksLocationpublic String getHref()
public void setHref(String href)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object