Uses of Class
com.tencentcloudapi.cme.v20191029.models.SlotInfo
-
Packages that use SlotInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of SlotInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return SlotInfo Modifier and Type Method Description SlotInfo[]VideoEditTemplateMaterial. getSlotSet()Get 卡槽信息。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type SlotInfo Modifier and Type Method Description voidVideoEditTemplateMaterial. setSlotSet(SlotInfo[] SlotSet)Set 卡槽信息。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type SlotInfo Constructor Description SlotInfo(SlotInfo 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.
-