Class DirtQueueSummaryEntry
- java.lang.Object
-
- com.gentics.contentnode.rest.model.DirtQueueSummaryEntry
-
- All Implemented Interfaces:
Serializable
public class DirtQueueSummaryEntry extends Object implements Serializable
REST Model of an entry in the dirt queue summary- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DirtQueueSummaryEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getCount()
Number of subsequent entries of the same typeString
getLabel()
Action labelint
hashCode()
DirtQueueSummaryEntry
setCount(int count)
Set entry countDirtQueueSummaryEntry
setLabel(String label)
Set the labelString
toString()
-
-
-
Method Detail
-
getLabel
public String getLabel()
Action label- Returns:
- label
-
setLabel
public DirtQueueSummaryEntry setLabel(String label)
Set the label- Parameters:
label
- label- Returns:
- fluent API
-
getCount
public int getCount()
Number of subsequent entries of the same type- Returns:
- count
-
setCount
public DirtQueueSummaryEntry setCount(int count)
Set entry count- Parameters:
count
- count- Returns:
- fluent API
-
-