java.lang.Object
com.gentics.contentnode.rest.model.response.log.ActionLogType
All Implemented Interfaces:
Serializable

public class ActionLogType extends Object implements Serializable
Model of the type of logged objects
See Also:
  • Constructor Details

    • ActionLogType

      public ActionLogType()
      Create instance
  • Method Details

    • getName

      public String getName()
      Type name
      Returns:
      name
    • setName

      public ActionLogType setName(String name)
      Set the name
      Parameters:
      name - name
      Returns:
      fluent API
    • getLabel

      public String getLabel()
      Translated label
      Returns:
      label
    • setLabel

      public ActionLogType setLabel(String label)
      Set label
      Parameters:
      label - label
      Returns:
      fluent API