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

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

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

/**
 * 默认上传接口回复对象
 */
public final class DefaultPutRet {
    /**
     * 文件hash值
     */
    public String hash;
    /**
     * 文件名
     */
    public String key;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy