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