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

com.volcengine.model.livesaas.request.UpdateLoopVideosRequest Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.livesaas.request;

import com.alibaba.fastjson.annotation.JSONField;
import com.volcengine.model.beans.livesaas.LoopVideoListReq;
import lombok.Data;

import java.util.List;

@Data
public class UpdateLoopVideosRequest {
    @JSONField(name = "LoopNumber")
    Integer LoopNumber;
    @JSONField(name = "LoopVideos")
    List LoopVideos;
    @JSONField(name = "ActivityId")
    Long ActivityId;
    @JSONField(name = "LineId")
    Long LineId;
    @JSONField(name = "ProgramName")
    String ProgramName;
    @JSONField(name = "IsShowProgram")
    Integer IsShowProgram;
    @JSONField(name = "PlayType")
    Integer PlayType;
    @JSONField(name = "AutoStartTime")
    Long AutoStartTime;
    @JSONField(name = "AutoEndTime")
    Long AutoEndTime;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy