public class ModifyReverseShellRulesAggregationRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyReverseShellRulesAggregationRequest() |
ModifyReverseShellRulesAggregationRequest(ModifyReverseShellRulesAggregationRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDestIp()
Get 目标IP
|
String |
getDestPort()
Get 目标端口
|
Long |
getEventId()
Get 事件列表和详情点击加白时关联的事件id (新增规则时请留空)
|
String |
getGroupID()
Get 批次id
|
Long |
getHandleHistory()
Get 处理历史事件, 0:不处理 1:处理
|
String |
getHostIp()
Get 主机IP
|
Long |
getId()
Get 规则ID(新增时请留空)
|
Long |
getIsGlobal()
Get 是否全局规则(默认否)
|
String |
getProcessName()
Get 进程名
|
String |
getRuleRegexp()
Get 正则表达式
|
String[] |
getUuids()
Get 客户端ID数组
|
Long |
getWhiteType()
Get 加白方式, 0:常规加白 1:正则加白
|
void |
setDestIp(String DestIp)
Set 目标IP
|
void |
setDestPort(String DestPort)
Set 目标端口
|
void |
setEventId(Long EventId)
Set 事件列表和详情点击加白时关联的事件id (新增规则时请留空)
|
void |
setGroupID(String GroupID)
Set 批次id
|
void |
setHandleHistory(Long HandleHistory)
Set 处理历史事件, 0:不处理 1:处理
|
void |
setHostIp(String HostIp)
Set 主机IP
|
void |
setId(Long Id)
Set 规则ID(新增时请留空)
|
void |
setIsGlobal(Long IsGlobal)
Set 是否全局规则(默认否)
|
void |
setProcessName(String ProcessName)
Set 进程名
|
void |
setRuleRegexp(String RuleRegexp)
Set 正则表达式
|
void |
setUuids(String[] Uuids)
Set 客户端ID数组
|
void |
setWhiteType(Long WhiteType)
Set 加白方式, 0:常规加白 1:正则加白
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ModifyReverseShellRulesAggregationRequest()
public ModifyReverseShellRulesAggregationRequest(ModifyReverseShellRulesAggregationRequest source)
public Long getId()
public void setId(Long Id)
Id
- 规则ID(新增时请留空)public String[] getUuids()
public void setUuids(String[] Uuids)
Uuids
- 客户端ID数组public String getHostIp()
public void setHostIp(String HostIp)
HostIp
- 主机IPpublic String getDestIp()
public void setDestIp(String DestIp)
DestIp
- 目标IPpublic String getDestPort()
public void setDestPort(String DestPort)
DestPort
- 目标端口public String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- 进程名public Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- 是否全局规则(默认否)public Long getEventId()
public void setEventId(Long EventId)
EventId
- 事件列表和详情点击加白时关联的事件id (新增规则时请留空)public Long getWhiteType()
public void setWhiteType(Long WhiteType)
WhiteType
- 加白方式, 0:常规加白 1:正则加白public String getRuleRegexp()
public void setRuleRegexp(String RuleRegexp)
RuleRegexp
- 正则表达式public Long getHandleHistory()
public void setHandleHistory(Long HandleHistory)
HandleHistory
- 处理历史事件, 0:不处理 1:处理public String getGroupID()
public void setGroupID(String GroupID)
GroupID
- 批次idCopyright © 2024. All rights reserved.