类 BatchGetRowResponse

    • 构造器详细资料

      • BatchGetRowResponse

        public BatchGetRowResponse()
    • 方法详细资料

      • getResults

        public List<TableStorageResult> getResults()
        Get the results of this response.
        返回:
        Return the list of all results.
      • setResults

        public void setResults​(List<TableStorageResult> results)
        Set the results of this response.
        参数:
        results - the results will be set to this response.