Class TotalUsageResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.TotalUsageResponse
- All Implemented Interfaces:
Serializable
Usage response which contains the total count info for the queried element/s.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetInfos()
Return the total usage response map.void
setInfos
(Map<Integer, TotalUsageInfo> infos) Set the total usage response map.Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
TotalUsageResponse
public TotalUsageResponse() -
TotalUsageResponse
-
-
Method Details
-
getInfos
Return the total usage response map.- Returns:
-
setInfos
Set the total usage response map.- Parameters:
infos
-
-