|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.PageListResponse
com.gentics.contentnode.rest.model.response.PageUsageListResponse
public class PageUsageListResponse
Response for a page usage request.
Constructor Summary | |
---|---|
PageUsageListResponse()
Empty constructor |
|
PageUsageListResponse(Message message,
ResponseInfo responseInfo,
List<Page> pages,
int total,
int withoutPermission)
Create a new instance |
Method Summary | |
---|---|
int |
getTotal()
Get the total number of pages |
int |
getWithoutPermission()
Get the number of pages without permission |
void |
setTotal(int total)
Set the total number of pages |
void |
setWithoutPermission(int withoutPermission)
Set the number of pages without permission |
Methods inherited from class com.gentics.contentnode.rest.model.response.PageListResponse |
---|
getNumItems, getPages, isHasMoreItems, setHasMoreItems, setNumItems, setPages |
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse |
---|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageUsageListResponse()
public PageUsageListResponse(Message message, ResponseInfo responseInfo, List<Page> pages, int total, int withoutPermission)
message
- messageresponseInfo
- response infopages
- pagestotal
- total number of pageswithoutPermission
- number of pages without permissionMethod Detail |
---|
public int getWithoutPermission()
public int getTotal()
public void setWithoutPermission(int withoutPermission)
withoutPermission
- number of pages without permissionpublic void setTotal(int total)
total
- total number of pages
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |