Class MigrationTagsResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.migration.MigrationTagsResponse
-
- All Implemented Interfaces:
Serializable
public class MigrationTagsResponse extends GenericResponse
Response to request to load tags for a list of objects- Author:
- Taylor
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MigrationTagsResponse()
Constructor used by JAXBMigrationTagsResponse(Message message, ResponseInfo responseInfo)
Create an instance of the response with single message and response info
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addTagType(Integer id, Construct tag)
Add a tag to the tags HashMapMap<Integer,Construct>
getTagTypes()
Returns the map of tagtypes.void
setTagTypes(Map<Integer,Construct> tags)
Returns the map of tagtypes-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Constructor Detail
-
MigrationTagsResponse
public MigrationTagsResponse()
Constructor used by JAXB
-
MigrationTagsResponse
public MigrationTagsResponse(Message message, ResponseInfo responseInfo)
Create an instance of the response with single message and response info- Parameters:
message
- messageresponseInfo
- response info
-
-