Class ActionLogType
- 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionLogType()
Create instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
Translated labelString
getName()
Type nameActionLogType
setLabel(String label)
Set labelActionLogType
setName(String name)
Set the name
-
-
-
Method Detail
-
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
-
-