Class ClassCreatedEvent
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.ClassCreatedEvent
-
public class ClassCreatedEvent extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ClassCreatedEvent()
ClassCreatedEvent(ClassCreatedEvent 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 String
getClassPath()
Get 分类路径。Entity
getOwner()
Get 分类归属。void
setClassPath(String ClassPath)
Set 分类路径。void
setOwner(Entity Owner)
Set 分类归属。void
toMap(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
-
ClassCreatedEvent
public ClassCreatedEvent()
-
ClassCreatedEvent
public ClassCreatedEvent(ClassCreatedEvent 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
-
getOwner
public Entity getOwner()
Get 分类归属。- Returns:
- Owner 分类归属。
-
setOwner
public void setOwner(Entity Owner)
Set 分类归属。- Parameters:
Owner
- 分类归属。
-
getClassPath
public String getClassPath()
Get 分类路径。- Returns:
- ClassPath 分类路径。
-
setClassPath
public void setClassPath(String ClassPath)
Set 分类路径。- Parameters:
ClassPath
- 分类路径。
-
-