public class VideoRestriction extends Object
| 构造器和说明 |
|---|
VideoRestriction() |
public VideoRestriction width(Long width)
public Long getWidth()
public void setWidth(Long width)
public VideoRestriction height(Long height)
public Long getHeight()
public void setHeight(Long height)
public VideoRestriction minWidth(Long minWidth)
public Long getMinWidth()
public void setMinWidth(Long minWidth)
public VideoRestriction minHeight(Long minHeight)
public Long getMinHeight()
public void setMinHeight(Long minHeight)
public VideoRestriction ratioWidth(Long ratioWidth)
public Long getRatioWidth()
public void setRatioWidth(Long ratioWidth)
public VideoRestriction ratioHeight(Long ratioHeight)
public Long getRatioHeight()
public void setRatioHeight(Long ratioHeight)
public VideoRestriction fileSize(Long fileSize)
public Long getFileSize()
public void setFileSize(Long fileSize)
public VideoRestriction fileFormat(List<String> fileFormat)
public VideoRestriction addFileFormatItem(String fileFormatItem)
public VideoRestriction minDuration(Long minDuration)
public Long getMinDuration()
public void setMinDuration(Long minDuration)
public VideoRestriction maxDuration(Long maxDuration)
public Long getMaxDuration()
public void setMaxDuration(Long maxDuration)
Copyright © 2020. All rights reserved.