Class PublishQueueResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.PublishQueueResponse
-
- All Implemented Interfaces:
Serializable
public class PublishQueueResponse extends GenericResponse
Response containing the publish queue counts for nodes- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<Integer,PublishQueueCounts>
nodes
-
Constructor Summary
Constructors Constructor Description PublishQueueResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Integer,PublishQueueCounts>
getNodes()
Map of node IDs to publish countsPublishQueueResponse
setNodes(Map<Integer,PublishQueueCounts> nodes)
Set the nodes map-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Field Detail
-
nodes
protected Map<Integer,PublishQueueCounts> nodes
-
-
Method Detail
-
getNodes
public Map<Integer,PublishQueueCounts> getNodes()
Map of node IDs to publish counts- Returns:
- map
-
setNodes
public PublishQueueResponse setNodes(Map<Integer,PublishQueueCounts> nodes)
Set the nodes map- Parameters:
nodes
- map- Returns:
- fluent API
-
-