Uses of Class
com.tencentcloudapi.cme.v20191029.models.ImportMediaInfo
-
Packages that use ImportMediaInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of ImportMediaInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return ImportMediaInfo Modifier and Type Method Description ImportMediaInfo[]MaterialImportedEvent. getMediaInfoSet()Get 导入的媒体信息列表。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type ImportMediaInfo Modifier and Type Method Description voidMaterialImportedEvent. setMediaInfoSet(ImportMediaInfo[] MediaInfoSet)Set 导入的媒体信息列表。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type ImportMediaInfo Constructor Description ImportMediaInfo(ImportMediaInfo 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.
-