Class GetChildrenResult
java.lang.Object
org.craftercms.studio.model.rest.content.GetChildrenResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getLimit()
int
int
getTotal()
void
setChildren
(List<SandboxItem> children) void
setLevelDescriptor
(SandboxItem levelDescriptor) void
setLimit
(int limit) void
setOffset
(int offset) void
setTotal
(int total)
-
Field Details
-
total
protected int total -
offset
protected int offset -
limit
protected int limit
-
-
Constructor Details
-
GetChildrenResult
public GetChildrenResult()
-
-
Method Details
-
getTotal
public int getTotal() -
setTotal
public void setTotal(int total) -
getOffset
public int getOffset() -
setOffset
public void setOffset(int offset) -
getLimit
public int getLimit() -
setLimit
public void setLimit(int limit) -
getLevelDescriptor
-
setLevelDescriptor
-
getChildren
-
setChildren
-