com.gentics.contentnode.rest.model.response.migration
Class MigrationTagsResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.migration.MigrationTagsResponse
public class MigrationTagsResponse
- extends GenericResponse
Response to request to load tags for a list of objects
- Author:
- Taylor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
addTagType
public void addTagType(Integer id,
Construct tag)
- Add a tag to the tags HashMap
- Parameters:
id
- id of the tag to addtag
- tag to add
getTagTypes
public Map<Integer,Construct> getTagTypes()
setTagTypes
public void setTagTypes(Map<Integer,Construct> tags)
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.