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