All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qiniu.storage.model.BatchStatus Maven / Gradle / Ivy

There is a newer version: 7.17.0
Show newest version
package com.qiniu.storage.model;

/**
 * 定义批量请求的状态码
 * 参考文档:批量操作
 */
public final class BatchStatus {
    /**
     * 批量请求的每个命令的执行结果状态码
     */
    public int code;
    /**
     * 批量请求的每个命令返回的结果
     */
    public BatchOpData data;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy