public class AspectLinksAsset
extends Object
Constructor and Description |
---|
AspectLinksAsset() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHref()
Link to the asset
|
int |
hashCode() |
AspectLinksAsset |
href(String href)
Returns an AspectLinksAsset instance initialized with href
|
void |
setHref(String href) |
String |
toString() |
public AspectLinksAsset href(String href)
href
- href to be associated with AspectLinksAssetpublic String getHref()
public void setHref(String href)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object