Class AddEditReverseShellWhiteListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.AddEditReverseShellWhiteListRequest
-
public class AddEditReverseShellWhiteListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AddEditReverseShellWhiteListRequest()AddEditReverseShellWhiteListRequest(AddEditReverseShellWhiteListRequest 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 StringgetEventId()Get 仅在添加事件白名单时候使用ReverseShellWhiteListInfogetWhiteListInfo()Get 增加或编辑白名单信息。新增白名单时WhiteListInfo.id为空,编辑白名单WhiteListInfo.id不能为空。voidsetEventId(String EventId)Set 仅在添加事件白名单时候使用voidsetWhiteListInfo(ReverseShellWhiteListInfo WhiteListInfo)Set 增加或编辑白名单信息。新增白名单时WhiteListInfo.id为空,编辑白名单WhiteListInfo.id不能为空。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
-
AddEditReverseShellWhiteListRequest
public AddEditReverseShellWhiteListRequest()
-
AddEditReverseShellWhiteListRequest
public AddEditReverseShellWhiteListRequest(AddEditReverseShellWhiteListRequest 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
-
getWhiteListInfo
public ReverseShellWhiteListInfo getWhiteListInfo()
Get 增加或编辑白名单信息。新增白名单时WhiteListInfo.id为空,编辑白名单WhiteListInfo.id不能为空。- Returns:
- WhiteListInfo 增加或编辑白名单信息。新增白名单时WhiteListInfo.id为空,编辑白名单WhiteListInfo.id不能为空。
-
setWhiteListInfo
public void setWhiteListInfo(ReverseShellWhiteListInfo WhiteListInfo)
Set 增加或编辑白名单信息。新增白名单时WhiteListInfo.id为空,编辑白名单WhiteListInfo.id不能为空。- Parameters:
WhiteListInfo- 增加或编辑白名单信息。新增白名单时WhiteListInfo.id为空,编辑白名单WhiteListInfo.id不能为空。
-
getEventId
public String getEventId()
Get 仅在添加事件白名单时候使用- Returns:
- EventId 仅在添加事件白名单时候使用
-
setEventId
public void setEventId(String EventId)
Set 仅在添加事件白名单时候使用- Parameters:
EventId- 仅在添加事件白名单时候使用
-
-