public class MaterialMovedEvent extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDestinationClassPath()Get 目标媒体分类路径。 | 
| Entity | getDestinationOwner()Get 目标媒体分类归属。 | 
| String[] | getMaterialIdSet()Get 要移动的媒体 Id 列表。 | 
| String | getSourceClassPath()Get 源媒体分类路径。 | 
| Entity | getSourceOwner()Get 源媒体归属。 | 
| void | setDestinationClassPath(String DestinationClassPath)Set 目标媒体分类路径。 | 
| void | setDestinationOwner(Entity DestinationOwner)Set 目标媒体分类归属。 | 
| void | setMaterialIdSet(String[] MaterialIdSet)Set 要移动的媒体 Id 列表。 | 
| void | setSourceClassPath(String SourceClassPath)Set 源媒体分类路径。 | 
| void | setSourceOwner(Entity SourceOwner)Set 源媒体归属。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MaterialMovedEvent()
public MaterialMovedEvent(MaterialMovedEvent source)
public String[] getMaterialIdSet()
public void setMaterialIdSet(String[] MaterialIdSet)
MaterialIdSet - 要移动的媒体 Id 列表。public Entity getSourceOwner()
public void setSourceOwner(Entity SourceOwner)
SourceOwner - 源媒体归属。public String getSourceClassPath()
public void setSourceClassPath(String SourceClassPath)
SourceClassPath - 源媒体分类路径。public Entity getDestinationOwner()
public void setDestinationOwner(Entity DestinationOwner)
DestinationOwner - 目标媒体分类归属。public String getDestinationClassPath()
public void setDestinationClassPath(String DestinationClassPath)
DestinationClassPath - 目标媒体分类路径。Copyright © 2025. All rights reserved.