Uses of Class
com.tencentcloudapi.tcss.v20201101.models.RunTimeEventBaseInfo
-
Packages that use RunTimeEventBaseInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of RunTimeEventBaseInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return RunTimeEventBaseInfo Modifier and Type Method Description RunTimeEventBaseInfoDescribeAbnormalProcessDetailResponse. getEventBaseInfo()Get 事件基本信息RunTimeEventBaseInfoDescribeAccessControlDetailResponse. getEventBaseInfo()Get 事件基本信息RunTimeEventBaseInfoDescribeEscapeEventDetailResponse. getEventBaseInfo()Get 事件基本信息RunTimeEventBaseInfoDescribeReverseShellDetailResponse. getEventBaseInfo()Get 事件基本信息RunTimeEventBaseInfoDescribeRiskSyscallDetailResponse. getEventBaseInfo()Get 事件基本信息Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type RunTimeEventBaseInfo Modifier and Type Method Description voidDescribeAbnormalProcessDetailResponse. setEventBaseInfo(RunTimeEventBaseInfo EventBaseInfo)Set 事件基本信息voidDescribeAccessControlDetailResponse. setEventBaseInfo(RunTimeEventBaseInfo EventBaseInfo)Set 事件基本信息voidDescribeEscapeEventDetailResponse. setEventBaseInfo(RunTimeEventBaseInfo EventBaseInfo)Set 事件基本信息voidDescribeReverseShellDetailResponse. setEventBaseInfo(RunTimeEventBaseInfo EventBaseInfo)Set 事件基本信息voidDescribeRiskSyscallDetailResponse. setEventBaseInfo(RunTimeEventBaseInfo EventBaseInfo)Set 事件基本信息Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type RunTimeEventBaseInfo Constructor Description RunTimeEventBaseInfo(RunTimeEventBaseInfo 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.
-