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

com.jeesuite.filesystem.provider.qiniu.UploadResult Maven / Gradle / Ivy

There is a newer version: 1.3.6
Show newest version
/**
 * 
 */
package com.jeesuite.filesystem.provider.qiniu;

/**
 * 
 * @description 
* @author vakin * @date 2017年1月5日 */ public class UploadResult { public long fsize; public String key; public String hash; public int width; public int height; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy