public class BillboardDetailsAssets
extends Object
| Constructor and Description |
|---|
BillboardDetailsAssets() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHref()
Link to assets resource
|
int |
hashCode() |
BillboardDetailsAssets |
href(String href)
Returns an BillboardDetailsAssets instance initialized with href
|
void |
setHref(String href) |
String |
toString() |
public BillboardDetailsAssets href(String href)
href - href to be associated with BillboardDetailsAssetspublic 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