public class StructureAspects extends Object implements StructureResource
Constructor and Description |
---|
StructureAspects() |
Modifier and Type | Method and Description |
---|---|
StructureAspects |
embedded(StructureAspectsEmbedded embedded)
Returns a StructureAspects instance initialized with StructureAspectsEmbedded
|
boolean |
equals(Object o) |
StructureAspectsEmbedded |
getEmbedded()
Get embedded
|
PagingLinks |
getLinks()
Get links
|
Page |
getPage()
Get page
|
int |
hashCode() |
StructureAspects |
links(PagingLinks links)
Returns a StructureAspects instance initialized with PagingLinks
|
StructureAspects |
page(Page page)
Returns a StructureAspects instance initialized with Page
|
void |
setEmbedded(StructureAspectsEmbedded embedded) |
void |
setLinks(PagingLinks links) |
void |
setPage(Page page) |
String |
toString() |
public StructureAspects embedded(StructureAspectsEmbedded embedded)
embedded
- instance of StructureAspectsEmbedded to be associated with StructureAspectspublic StructureAspectsEmbedded getEmbedded()
public void setEmbedded(StructureAspectsEmbedded embedded)
public StructureAspects page(Page page)
page
- instance of Page to be associated with StructureAspectspublic Page getPage()
public void setPage(Page page)
public StructureAspects links(PagingLinks links)
links
- instance of PagingLinks to be associated with StructureAspectspublic PagingLinks getLinks()
public void setLinks(PagingLinks links)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object