Class ActionModel
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.log.ActionModel
-
- All Implemented Interfaces:
Serializable
public class ActionModel extends Object implements Serializable
Model of a logged action- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionModel()
Create instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLabel()
Translated labelString
getName()
Action namevoid
setLabel(String label)
Set labelvoid
setName(String name)
Set name
-