gravitino.dto.responses.table_response.TableResponse¶
- class gravitino.dto.responses.table_response.TableResponse(_code: int, _table: TableDTO)¶
Bases:
BaseResponseRepresents a response for a table.
Methods
__init__(_code, _table)code()from_dict(kvs, *[, infer_missing])from_json(s, *[, parse_float, parse_int, ...])schema(*[, infer_missing, only, exclude, ...])table()to_dict([encode_json])to_json(*[, skipkeys, ensure_ascii, ...])validate()Validates the response code.
Attributes
dataclass_json_config- validate() None¶
Validates the response code. @throws IllegalArgumentException if code value is negative.