Class MigrationTagsResponse

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

      • 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 -