public class VideoEditTemplateMaterial extends AbstractModel
Constructor and Description |
---|
VideoEditTemplateMaterial() |
VideoEditTemplateMaterial(VideoEditTemplateMaterial source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getAspectRatio()
Get 视频编辑模板宽高比。
|
String |
getPreviewVideoUrl()
Get 模板预览视频 URL 地址 。
|
SlotInfo[] |
getSlotSet()
Get 卡槽信息。
|
void |
setAspectRatio(String AspectRatio)
Set 视频编辑模板宽高比。
|
void |
setPreviewVideoUrl(String PreviewVideoUrl)
Set 模板预览视频 URL 地址 。
|
void |
setSlotSet(SlotInfo[] SlotSet)
Set 卡槽信息。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public VideoEditTemplateMaterial()
public VideoEditTemplateMaterial(VideoEditTemplateMaterial source)
public String getAspectRatio()
public void setAspectRatio(String AspectRatio)
AspectRatio
- 视频编辑模板宽高比。public SlotInfo[] getSlotSet()
public void setSlotSet(SlotInfo[] SlotSet)
SlotSet
- 卡槽信息。public String getPreviewVideoUrl()
public void setPreviewVideoUrl(String PreviewVideoUrl)
PreviewVideoUrl
- 模板预览视频 URL 地址 。Copyright © 2022. All rights reserved.