类 TableStorageRow

    • 构造器详细资料

      • TableStorageRow

        public TableStorageRow​(String rowkey)
        Constructs a row object with target rowkey.
        参数:
        rowkey - The target rowkey.
    • 方法详细资料

      • getRowkey

        public String getRowkey()
        Get the rowkey of this get object.
        返回:
        Return the rowkey of this get object.
      • getCells

        public List<TableStorageCell> getCells()
        Get the list of cells of this get object.
        返回:
        The list of cells of this get object.
      • getRowSize

        public int getRowSize()
        Get the size of this row.
        返回:
        Get the size of this row.
      • checkRow

        protected static void checkRow​(TableStorageRow row)
        Check this table storage row object
      • toJsonString

        public String toJsonString()
        Convert this row to json string.
        返回:
        The json string represent this row.