public class AssetLinksVariables
extends Object
implements Serializable
| Constructor and Description |
|---|
AssetLinksVariables() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHref()
URL to get the variable definitions of the asset
|
int |
hashCode() |
AssetLinksVariables |
href(String href) |
void |
setHref(String href) |
String |
toString() |
public AssetLinksVariables href(String href)
public 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