类 GetRowResponse

    • 构造器详细资料

      • GetRowResponse

        public GetRowResponse()
    • 方法详细资料

      • getResult

        public TableStorageResult getResult()
        Get the result of this get row response.
        返回:
        The result object of this get row response.
      • setResult

        public void setResult​(TableStorageResult result)
        Set the result of this get row response.
        参数:
        result - The result set to this get row response.