类 GetRow


  • public class GetRow
    extends TableStorageRow
    Performs GetRow operation on a single row.
    • 构造器详细资料

      • GetRow

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

      • getMaxVersions

        public int getMaxVersions()
        Get maxVersions in GetRow.
        返回:
        The target maxVersions.
      • setMaxVersions

        public void setMaxVersions​(int maxVersions)
        Set maxVersions.
        参数:
        maxVersions - The target maxVersions.
      • addCell

        public GetRow addCell​(String name)
        Add a cell with column name to this get row object.
        参数:
        name - The column name of this cell.
        返回:
        This get row object.
      • toJsonString

        public String toJsonString()
        Convert this row to json string.
        覆盖:
        toJsonString 在类中 TableStorageRow
        返回:
        The json string represent this row.