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

com.luues.util.upload.webuploader.WebUploadInfo Maven / Gradle / Ivy

There is a newer version: 1.3.0.5.RELEASE
Show newest version
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;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy