com.qiniu.storage.model.BatchStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qiniu-java-sdk Show documentation
Show all versions of qiniu-java-sdk Show documentation
Qiniu Cloud Storage SDK for Java
package com.qiniu.storage.model;
/**
* 定义批量请求的状态码
* 参考文档:批量操作
*/
public final class BatchStatus {
/**
* 批量请求的每个命令的执行结果状态码
*/
public int code;
/**
* 批量请求的每个命令返回的结果
*/
public BatchOpData data;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy