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:
  • Constructor Details

    • DirtQueueSummaryEntry

      public DirtQueueSummaryEntry()
  • Method Details

    • 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
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object