public class AssetLinksChildren
extends Object
| Constructor and Description |
|---|
AssetLinksChildren() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHref()
URL to get the children of the asset
|
int |
hashCode() |
AssetLinksChildren |
href(String href)
Returns an AssetLinksChildren instance initialized with href
|
void |
setHref(String href) |
String |
toString() |
public AssetLinksChildren href(String href)
href - href to be associated with AssetLinksChildrenpublic 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