Class MultiTagCreateResponse

    • Constructor Detail

      • MultiTagCreateResponse

        public MultiTagCreateResponse()
        Create empty instance
      • MultiTagCreateResponse

        public MultiTagCreateResponse​(Message message,
                                      ResponseInfo responseInfo)
        Create instance with message and response info
        Parameters:
        message - message (may be null)
        responseInfo - response info
      • MultiTagCreateResponse

        public MultiTagCreateResponse​(Message message,
                                      ResponseInfo responseInfo,
                                      Map<String,​CreatedTag> created,
                                      List<PageRenderResponse.Tag> tags)
        Create instance with message, response info and data
        Parameters:
        message - message (may be null)
        responseInfo - response info
        created - map of created tags
        tags - tag data
    • Method Detail

      • getCreated

        public Map<String,​CreatedTag> getCreated()
        Map of created tags. Keys are the IDs (from the request), values are objects containing tag data
        Returns:
        map of created tags
      • setCreated

        public void setCreated​(Map<String,​CreatedTag> created)
        Set the map of created tags
        Parameters:
        created - map od created tags