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