|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.migration.MigrationTagsResponse
public class MigrationTagsResponse
Response to request to load tags for a list of objects
Constructor Summary | |
---|---|
MigrationTagsResponse()
Constructor used by JAXB |
|
MigrationTagsResponse(Message message,
ResponseInfo responseInfo)
Create an instance of the response with single message and response info |
Method Summary | |
---|---|
void |
addTagType(java.lang.Integer id,
Construct tag)
Add a tag to the tags HashMap |
java.util.Map<java.lang.Integer,Construct> |
getTagTypes()
Returns the map of tagtypes. |
void |
setTagTypes(java.util.Map<java.lang.Integer,Construct> tags)
Returns the map of tagtypes |
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse |
---|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MigrationTagsResponse()
public MigrationTagsResponse(Message message, ResponseInfo responseInfo)
message
- messageresponseInfo
- response infoMethod Detail |
---|
public void addTagType(java.lang.Integer id, Construct tag)
id
- id of the tag to addtag
- tag to addpublic java.util.Map<java.lang.Integer,Construct> getTagTypes()
public void setTagTypes(java.util.Map<java.lang.Integer,Construct> tags)
tags
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |