Class TableResponse

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

public class TableResponse extends BaseResponse
Represents a response for a table.
  • Constructor Details

    • TableResponse

      public TableResponse(TableDTO table)
      Creates a new TableResponse.
      Parameters:
      table - The table DTO object.
    • TableResponse

      public TableResponse()
      This is the constructor that is used by Jackson deserializer
  • Method Details