Class ClassMovedEvent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.ClassMovedEvent
-
public class ClassMovedEvent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestinationClassPath()Get 目标分类归属。EntitygetDestinationOwner()Get 目标分类归属。String[]getSourceClassPathSet()Get 源分类路径列表。EntitygetSourceOwner()Get 源分类归属。voidsetDestinationClassPath(String DestinationClassPath)Set 目标分类归属。voidsetDestinationOwner(Entity DestinationOwner)Set 目标分类归属。voidsetSourceClassPathSet(String[] SourceClassPathSet)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
-
ClassMovedEvent
public ClassMovedEvent()
-
ClassMovedEvent
public 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.
-
-
Method Detail
-
getSourceOwner
public Entity getSourceOwner()
Get 源分类归属。- Returns:
- SourceOwner 源分类归属。
-
setSourceOwner
public void setSourceOwner(Entity SourceOwner)
Set 源分类归属。- Parameters:
SourceOwner- 源分类归属。
-
getSourceClassPathSet
public String[] getSourceClassPathSet()
Get 源分类路径列表。- Returns:
- SourceClassPathSet 源分类路径列表。
-
setSourceClassPathSet
public void setSourceClassPathSet(String[] SourceClassPathSet)
Set 源分类路径列表。- Parameters:
SourceClassPathSet- 源分类路径列表。
-
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- 目标分类归属。
-
-