Class TagResponse

java.lang.Object
org.apache.gravitino.dto.responses.BaseResponse
org.apache.gravitino.dto.responses.TagResponse
All Implemented Interfaces:
RESTMessage, RESTResponse

public class TagResponse extends BaseResponse
Represents a response for a tag.
  • Constructor Details

    • TagResponse

      public TagResponse(TagDTO tag)
      Creates a new TagResponse.
      Parameters:
      tag - The tag.
    • TagResponse

      public TagResponse()
      This is the constructor that is used by Jackson deserializer to create an instance of TagResponse.
  • Method Details