Class TagCreateResponse

java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.TagCreateResponse
All Implemented Interfaces:
Serializable

public class TagCreateResponse extends GenericResponse
Resonse for a tag create request
See Also:
  • Constructor Details

    • TagCreateResponse

      public TagCreateResponse()
      Empty constructor
    • TagCreateResponse

      public TagCreateResponse(Message message, ResponseInfo responseInfo, Tag tag)
      Parameters:
      message -
      responseInfo -
  • Method Details

    • getTag

      public Tag getTag()
      Get the tag
      Returns:
      the tag
    • setTag

      public void setTag(Tag tag)
      Set the tag
      Parameters:
      tag - the tag to set