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:
  • Constructor Details

    • 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 - message
      responseInfo - response info
  • Method Details

    • addTagType

      public void addTagType(Integer id, Construct tag)
      Add a tag to the tags HashMap
      Parameters:
      id - id of the tag to add
      tag - tag to add
    • getTagTypes

      public Map<Integer,Construct> getTagTypes()
      Returns the map of tagtypes.
      Returns:
    • setTagTypes

      public void setTagTypes(Map<Integer,Construct> tags)
      Returns the map of tagtypes
      Parameters:
      tags -