Class TagmapEntryResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.TagmapEntryResponse
-
- All Implemented Interfaces:
Serializable
public class TagmapEntryResponse extends GenericResponse
Response containing a tagmap entry- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TagmapEntryResponse()
Create 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagmapEntryModel
getEntry()
Tagmap entryvoid
setEntry(TagmapEntryModel entry)
Set the entry-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Constructor Detail
-
TagmapEntryResponse
public TagmapEntryResponse()
Create empty instance
-
TagmapEntryResponse
public TagmapEntryResponse(Message message, ResponseInfo responseInfo)
Create instance with message and response info- Parameters:
message
- messageresponseInfo
- response info
-
TagmapEntryResponse
public TagmapEntryResponse(TagmapEntryModel entry, ResponseInfo responseInfo)
Create instance with response info and entry- Parameters:
entry
- entryresponseInfo
- response info
-
-
Method Detail
-
getEntry
public TagmapEntryModel getEntry()
Tagmap entry- Returns:
- entry
-
setEntry
public void setEntry(TagmapEntryModel entry)
Set the entry- Parameters:
entry
- entry
-
-