Uses of Class
com.tencentcloudapi.tcss.v20201101.models.EscapeEventInfo
-
Packages that use EscapeEventInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of EscapeEventInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return EscapeEventInfo Modifier and Type Method Description EscapeEventInfo[]DescribeEscapeEventInfoResponse. getEventSet()Get 逃逸事件数组Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type EscapeEventInfo Modifier and Type Method Description voidDescribeEscapeEventInfoResponse. setEventSet(EscapeEventInfo[] EventSet)Set 逃逸事件数组Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type EscapeEventInfo Constructor Description EscapeEventInfo(EscapeEventInfo 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.
-