public class PageUsageListResponse extends LegacyPageListResponse
| Constructor and Description |
|---|
PageUsageListResponse()
Empty constructor
|
PageUsageListResponse(Message message,
ResponseInfo responseInfo,
List<Page> pages,
int total,
int withoutPermission)
Create a new instance
|
| Modifier and Type | Method and Description |
|---|---|
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
|
getNumItems, getPages, isHasMoreItems, setHasMoreItems, setNumItems, setPagesgetStagingStatus, setStagingStatusaddMessage, getMessages, getResponseInfo, setMessages, setResponseInfopublic 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 permissionpublic int getWithoutPermission()
public int getTotal()
public void setWithoutPermission(int withoutPermission)
withoutPermission - number of pages without permissionpublic void setTotal(int total)
total - total number of pagesCopyright © 2024 Gentics Software. All rights reserved.