类 MediaDragConf
- java.lang.Object
-
- com.baidubce.services.cdn.model.JsonObject
-
- com.baidubce.services.cdn.model.domain.MediaDragConf
-
public class MediaDragConf extends JsonObject
create by changxing01 on 19/8/28
-
-
构造器概要
构造器 构造器 说明 MediaDragConf()
-
-
-
方法详细资料
-
getMp4
public MediaDrag getMp4()
- 返回:
- mp4
-
setMp4
public void setMp4(MediaDrag mp4)
- 参数:
mp4- Drag settings for mp4 type pseudo flow
-
withMp4
public MediaDragConf withMp4(MediaDrag mp4)
- 参数:
mp4- Drag settings for mp4 type pseudo flow- 返回:
- this object
-
getFlv
public MediaDrag getFlv()
- 返回:
- flv
-
setFlv
public void setFlv(MediaDrag flv)
- 参数:
flv- Drag settings for flv type pseudo flow
-
withFlv
public MediaDragConf withFlv(MediaDrag flv)
- 参数:
flv- Drag settings for flv type pseudo flow- 返回:
- this object
-
-