Class TagmapEntryInconsistencyModel
java.lang.Object
com.gentics.contentnode.rest.model.TagmapEntryInconsistencyModel
- All Implemented Interfaces:
Serializable
Model of a tagmap inconsistency
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionHuman readable description of the inconcistencyList of entry UUIDs of tagmap entries forming the inconcistencyvoid
setDescription
(String description) Set descriptionvoid
setEntries
(List<String> entries) Set entry UUIDs
-
Constructor Details
-
TagmapEntryInconsistencyModel
public TagmapEntryInconsistencyModel()
-
-
Method Details
-
getDescription
Human readable description of the inconcistency- Returns:
- description
-
setDescription
Set description- Parameters:
description
- description
-
getEntries
List of entry UUIDs of tagmap entries forming the inconcistency- Returns:
- list of entry UUIDs
-
setEntries
Set entry UUIDs- Parameters:
entries
- entries
-