public class ClassMovedEvent extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ClassMovedEvent() | 
| ClassMovedEvent(ClassMovedEvent 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[] | getSourceClassPathSet()Get 源分类路径列表。 | 
| Entity | getSourceOwner()Get 源分类归属。 | 
| void | setDestinationClassPath(String DestinationClassPath)Set 目标分类归属。 | 
| void | setDestinationOwner(Entity DestinationOwner)Set 目标分类归属。 | 
| void | setSourceClassPathSet(String[] SourceClassPathSet)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 ClassMovedEvent()
public ClassMovedEvent(ClassMovedEvent source)
public Entity getSourceOwner()
public void setSourceOwner(Entity SourceOwner)
SourceOwner - 源分类归属。public String[] getSourceClassPathSet()
public void setSourceClassPathSet(String[] SourceClassPathSet)
SourceClassPathSet - 源分类路径列表。public Entity getDestinationOwner()
public void setDestinationOwner(Entity DestinationOwner)
DestinationOwner - 目标分类归属。public String getDestinationClassPath()
public void setDestinationClassPath(String DestinationClassPath)
DestinationClassPath - 目标分类归属。Copyright © 2025. All rights reserved.