public class AssetLinks
extends Object
| Constructor and Description |
|---|
AssetLinks() |
| Modifier and Type | Method and Description |
|---|---|
AssetLinks |
aspects(AssetLinksAspects aspects)
Returns an AssetLinks instance initialized with AssetLinksAspects
|
AssetLinks |
children(AssetLinksChildren children)
Returns an AssetLinks instance initialized with AssetLinksChildren
|
boolean |
equals(Object o) |
AssetLinksAspects |
getAspects()
Get aspects
|
AssetLinksChildren |
getChildren()
Get children
|
AssetLinksLocation |
getLocation()
Get location
|
AssetLinksParent |
getParent()
Get parent
|
AssetLinksSelf |
getSelf()
Get self
|
AssetLinksT2Tenant |
getT2Tenant()
Get t2Tenant
|
AssetLinksVariables |
getVariables()
Get variables
|
int |
hashCode() |
AssetLinks |
location(AssetLinksLocation location)
Returns an AssetLinks instance initialized with AssetLinksLocation
|
AssetLinks |
parent(AssetLinksParent parent)
Returns an AssetLinks instance initialized with AssetLinksParent
|
AssetLinks |
self(AssetLinksSelf self)
Returns an AssetLinks instance initialized with AssetLinksSelf
|
void |
setAspects(AssetLinksAspects aspects) |
void |
setChildren(AssetLinksChildren children) |
void |
setLocation(AssetLinksLocation location) |
void |
setParent(AssetLinksParent parent) |
void |
setSelf(AssetLinksSelf self) |
void |
setT2Tenant(AssetLinksT2Tenant t2Tenant) |
void |
setVariables(AssetLinksVariables variables) |
AssetLinks |
t2Tenant(AssetLinksT2Tenant t2Tenant)
Returns an AssetLinks instance initialized with AssetLinksT2Tenant
|
String |
toString() |
AssetLinks |
variables(AssetLinksVariables variables)
Returns an AssetLinks instance initialized with AssetLinksVariables
|
public AssetLinks self(AssetLinksSelf self)
self - instance of AssetLinksSelf to be associated with AssetLinkspublic AssetLinksSelf getSelf()
public void setSelf(AssetLinksSelf self)
public AssetLinks parent(AssetLinksParent parent)
parent - instance of AssetLinksParent to be associated with AssetLinkspublic AssetLinksParent getParent()
public void setParent(AssetLinksParent parent)
public AssetLinks children(AssetLinksChildren children)
children - instance of AssetLinksChildren to be associated with AssetLinkspublic AssetLinksChildren getChildren()
public void setChildren(AssetLinksChildren children)
public AssetLinks variables(AssetLinksVariables variables)
variables - instance of AssetLinksVariables to be associated with AssetLinkspublic AssetLinksVariables getVariables()
public void setVariables(AssetLinksVariables variables)
public AssetLinks aspects(AssetLinksAspects aspects)
aspects - instance of AssetLinksAspects to be associated with AssetLinkspublic AssetLinksAspects getAspects()
public void setAspects(AssetLinksAspects aspects)
public AssetLinks t2Tenant(AssetLinksT2Tenant t2Tenant)
t2Tenant - instance of AssetLinksT2Tenant to be associated with AssetLinkspublic AssetLinksT2Tenant getT2Tenant()
public void setT2Tenant(AssetLinksT2Tenant t2Tenant)
public AssetLinks location(AssetLinksLocation location)
location - instance of AssetLinksLocation to be associated with AssetLinkspublic AssetLinksLocation getLocation()
public void setLocation(AssetLinksLocation location)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object