com.luues.util.upload.webuploader.WebUploadInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-util Show documentation
Show all versions of commons-util Show documentation
A Simple Tool Operations Class
package com.luues.util.upload.webuploader;
import lombok.Data;
@Data
public class WebUploadInfo {
private String fid;
private String error;
private String storageFileFolder;
private String m3u8FileFolder;
private String name;
private String m3u8File;
private String guidFolder;
private String videoName;
private Long videoSize;
private String cover;
private String transcodingPath;
}