Class TagmapEntryResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.TagmapEntryResponse
- All Implemented Interfaces:
Serializable
Response containing a tagmap entry
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate empty instanceTagmapEntryResponse
(Message message, ResponseInfo responseInfo) Create instance with message and response infoTagmapEntryResponse
(TagmapEntryModel entry, ResponseInfo responseInfo) Create instance with response info and entry -
Method Summary
Modifier and TypeMethodDescriptiongetEntry()
Tagmap entryvoid
setEntry
(TagmapEntryModel entry) Set the entryMethods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
TagmapEntryResponse
public TagmapEntryResponse()Create empty instance -
TagmapEntryResponse
Create instance with message and response info- Parameters:
message
- messageresponseInfo
- response info
-
TagmapEntryResponse
Create instance with response info and entry- Parameters:
entry
- entryresponseInfo
- response info
-
-
Method Details
-
getEntry
Tagmap entry- Returns:
- entry
-
setEntry
Set the entry- Parameters:
entry
- entry
-