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

eleme.openapi.sdk.api.entity.content.OVideo Maven / Gradle / Ivy

There is a newer version: 1.30.71
Show newest version
package eleme.openapi.sdk.api.entity.content;

import eleme.openapi.sdk.api.enumeration.content.*;
import eleme.openapi.sdk.api.entity.content.*;
import java.util.*;
import java.math.BigDecimal;
import com.fasterxml.jackson.annotation.JsonFormat;

public class OVideo{

    /**
     * 视频Id
     */
    private long videoId;
    public long getVideoId() {
        return videoId;
    }
    public void setVideoId(long videoId) {
        this.videoId = videoId;
    }
    
    /**
     * 视频Url
     */
    private String videoUrl;
    public String getVideoUrl() {
        return videoUrl;
    }
    public void setVideoUrl(String videoUrl) {
        this.videoUrl = videoUrl;
    }
    
    /**
     * 视频上传人Id
     */
    private long sourceId;
    public long getSourceId() {
        return sourceId;
    }
    public void setSourceId(long sourceId) {
        this.sourceId = sourceId;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy