com.qiniu.storage.model.DefaultPutRet 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 DefaultPutRet {
/**
* 文件hash值
*/
public String hash;
/**
* 文件名
*/
public String key;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy