Uses of Class
com.tencentcloudapi.tcss.v20201101.models.ReverseShellWhiteListInfo
-
Packages that use ReverseShellWhiteListInfo Package Description com.tencentcloudapi.tcss.v20201101.models -
-
Uses of ReverseShellWhiteListInfo in com.tencentcloudapi.tcss.v20201101.models
Methods in com.tencentcloudapi.tcss.v20201101.models that return ReverseShellWhiteListInfo Modifier and Type Method Description ReverseShellWhiteListInfoDescribeReverseShellWhiteListDetailResponse. getWhiteListDetailInfo()Get 事件基本信息ReverseShellWhiteListInfoAddEditReverseShellWhiteListRequest. getWhiteListInfo()Get 增加或编辑白名单信息。新增白名单时WhiteListInfo.id为空,编辑白名单WhiteListInfo.id不能为空。Methods in com.tencentcloudapi.tcss.v20201101.models with parameters of type ReverseShellWhiteListInfo Modifier and Type Method Description voidDescribeReverseShellWhiteListDetailResponse. setWhiteListDetailInfo(ReverseShellWhiteListInfo WhiteListDetailInfo)Set 事件基本信息voidAddEditReverseShellWhiteListRequest. setWhiteListInfo(ReverseShellWhiteListInfo WhiteListInfo)Set 增加或编辑白名单信息。新增白名单时WhiteListInfo.id为空,编辑白名单WhiteListInfo.id不能为空。Constructors in com.tencentcloudapi.tcss.v20201101.models with parameters of type ReverseShellWhiteListInfo Constructor Description ReverseShellWhiteListInfo(ReverseShellWhiteListInfo 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.
-