Class TotalUsageInfo
java.lang.Object
com.gentics.contentnode.rest.model.response.TotalUsageInfo
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getFiles()
Get the total number of files.Get the total number of folder.Get the total number of images.getPages()
Get the total number of pages.Get the total number of template.int
getTotal()
Get the total number of all elements which reference one or more specified source elements.int
hashCode()
Set the total number of files.setFolders
(Integer folders) Set the total number of folder.Set the total number of images.Set the total number of pages.setTemplates
(Integer templates) Set the total number of templates.setTotal
(int total) Set the total number of all elements which use one or more source elements.toString()
-
Constructor Details
-
TotalUsageInfo
public TotalUsageInfo()
-
-
Method Details
-
getTotal
public int getTotal()Get the total number of all elements which reference one or more specified source elements.- Returns:
- total number of elements
-
setTotal
Set the total number of all elements which use one or more source elements.- Parameters:
total
- total number of elements- Returns:
- fluent API
-
getPages
Get the total number of pages.- Returns:
-
setPages
Set the total number of pages.- Parameters:
pages
-- Returns:
- fluent API
-
getFolders
Get the total number of folder.- Returns:
-
setFolders
Set the total number of folder.- Parameters:
folders
-- Returns:
- fluent API
-
getTemplates
Get the total number of template.- Returns:
-
setTemplates
Set the total number of templates.- Parameters:
templates
-- Returns:
- fluent API
-
getFiles
Get the total number of files.- Returns:
-
setFiles
Set the total number of files.- Parameters:
files
-- Returns:
- fluent API
-
getImages
Get the total number of images.- Returns:
-
setImages
Set the total number of images.- Parameters:
images
-- Returns:
- fluent API
-
toString
-
hashCode
public int hashCode() -
equals
-