public class MultiTagCreateResponse extends GenericResponse
| Constructor and Description |
|---|
MultiTagCreateResponse()
Create empty instance
|
MultiTagCreateResponse(Message message,
ResponseInfo responseInfo)
Create instance with message and response info
|
MultiTagCreateResponse(Message message,
ResponseInfo responseInfo,
Map<String,CreatedTag> created,
List<PageRenderResponse.Tag> tags)
Create instance with message, response info and data
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,CreatedTag> |
getCreated()
Map of created tags.
|
List<PageRenderResponse.Tag> |
getTags()
Tag data of the created tags
|
void |
setCreated(Map<String,CreatedTag> created)
Set the map of created tags
|
void |
setTags(List<PageRenderResponse.Tag> tags)
Set tag data
|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfopublic MultiTagCreateResponse()
public MultiTagCreateResponse(Message message, ResponseInfo responseInfo)
message - message (may be null)responseInfo - response infopublic MultiTagCreateResponse(Message message, ResponseInfo responseInfo, Map<String,CreatedTag> created, List<PageRenderResponse.Tag> tags)
message - message (may be null)responseInfo - response infocreated - map of created tagstags - tag datapublic Map<String,CreatedTag> getCreated()
public List<PageRenderResponse.Tag> getTags()
public void setCreated(Map<String,CreatedTag> created)
created - map od created tagspublic void setTags(List<PageRenderResponse.Tag> tags)
tags - tag dataCopyright © 2016 Gentics Software. All rights reserved.