Class MaterialImportedEvent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.MaterialImportedEvent
-
public class MaterialImportedEvent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MaterialImportedEvent()MaterialImportedEvent(MaterialImportedEvent 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassPath()Get 媒体分类路径。ImportMediaInfo[]getMediaInfoSet()Get 导入的媒体信息列表。EntitygetOwner()Get 媒体归属。voidsetClassPath(String ClassPath)Set 媒体分类路径。voidsetMediaInfoSet(ImportMediaInfo[] MediaInfoSet)Set 导入的媒体信息列表。voidsetOwner(Entity Owner)Set 媒体归属。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MaterialImportedEvent
public MaterialImportedEvent()
-
MaterialImportedEvent
public MaterialImportedEvent(MaterialImportedEvent 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.
-
-
Method Detail
-
getMediaInfoSet
public ImportMediaInfo[] getMediaInfoSet()
Get 导入的媒体信息列表。- Returns:
- MediaInfoSet 导入的媒体信息列表。
-
setMediaInfoSet
public void setMediaInfoSet(ImportMediaInfo[] MediaInfoSet)
Set 导入的媒体信息列表。- Parameters:
MediaInfoSet- 导入的媒体信息列表。
-
getOwner
public Entity getOwner()
Get 媒体归属。- Returns:
- Owner 媒体归属。
-
setOwner
public void setOwner(Entity Owner)
Set 媒体归属。- Parameters:
Owner- 媒体归属。
-
getClassPath
public String getClassPath()
Get 媒体分类路径。- Returns:
- ClassPath 媒体分类路径。
-
setClassPath
public void setClassPath(String ClassPath)
Set 媒体分类路径。- Parameters:
ClassPath- 媒体分类路径。
-
-