Class MaterialMovedEvent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.MaterialMovedEvent
-
public class MaterialMovedEvent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MaterialMovedEvent()MaterialMovedEvent(MaterialMovedEvent 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 StringgetDestinationClassPath()Get 目标媒体分类路径。EntitygetDestinationOwner()Get 目标媒体分类归属。String[]getMaterialIdSet()Get 要移动的媒体 Id 列表。StringgetSourceClassPath()Get 源媒体分类路径。EntitygetSourceOwner()Get 源媒体归属。voidsetDestinationClassPath(String DestinationClassPath)Set 目标媒体分类路径。voidsetDestinationOwner(Entity DestinationOwner)Set 目标媒体分类归属。voidsetMaterialIdSet(String[] MaterialIdSet)Set 要移动的媒体 Id 列表。voidsetSourceClassPath(String SourceClassPath)Set 源媒体分类路径。voidsetSourceOwner(Entity SourceOwner)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
-
MaterialMovedEvent
public MaterialMovedEvent()
-
MaterialMovedEvent
public MaterialMovedEvent(MaterialMovedEvent 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
-
getMaterialIdSet
public String[] getMaterialIdSet()
Get 要移动的媒体 Id 列表。- Returns:
- MaterialIdSet 要移动的媒体 Id 列表。
-
setMaterialIdSet
public void setMaterialIdSet(String[] MaterialIdSet)
Set 要移动的媒体 Id 列表。- Parameters:
MaterialIdSet- 要移动的媒体 Id 列表。
-
getSourceOwner
public Entity getSourceOwner()
Get 源媒体归属。- Returns:
- SourceOwner 源媒体归属。
-
setSourceOwner
public void setSourceOwner(Entity SourceOwner)
Set 源媒体归属。- Parameters:
SourceOwner- 源媒体归属。
-
getSourceClassPath
public String getSourceClassPath()
Get 源媒体分类路径。- Returns:
- SourceClassPath 源媒体分类路径。
-
setSourceClassPath
public void setSourceClassPath(String SourceClassPath)
Set 源媒体分类路径。- Parameters:
SourceClassPath- 源媒体分类路径。
-
getDestinationOwner
public Entity getDestinationOwner()
Get 目标媒体分类归属。- Returns:
- DestinationOwner 目标媒体分类归属。
-
setDestinationOwner
public void setDestinationOwner(Entity DestinationOwner)
Set 目标媒体分类归属。- Parameters:
DestinationOwner- 目标媒体分类归属。
-
getDestinationClassPath
public String getDestinationClassPath()
Get 目标媒体分类路径。- Returns:
- DestinationClassPath 目标媒体分类路径。
-
setDestinationClassPath
public void setDestinationClassPath(String DestinationClassPath)
Set 目标媒体分类路径。- Parameters:
DestinationClassPath- 目标媒体分类路径。
-
-