public class MaterialImportedEvent extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getClassPath()Get 媒体分类路径。 | 
| ImportMediaInfo[] | getMediaInfoSet()Get 导入的媒体信息列表。 | 
| Entity | getOwner()Get 媒体归属。 | 
| void | setClassPath(String ClassPath)Set 媒体分类路径。 | 
| void | setMediaInfoSet(ImportMediaInfo[] MediaInfoSet)Set 导入的媒体信息列表。 | 
| void | setOwner(Entity Owner)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 MaterialImportedEvent()
public MaterialImportedEvent(MaterialImportedEvent source)
public ImportMediaInfo[] getMediaInfoSet()
public void setMediaInfoSet(ImportMediaInfo[] MediaInfoSet)
MediaInfoSet - 导入的媒体信息列表。public Entity getOwner()
public void setOwner(Entity Owner)
Owner - 媒体归属。public String getClassPath()
public void setClassPath(String ClassPath)
ClassPath - 媒体分类路径。Copyright © 2025. All rights reserved.