public class EditPrivilegeRulesRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
EditPrivilegeRulesRequest() |
EditPrivilegeRulesRequest(EditPrivilegeRulesRequest 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 |
---|---|
Long |
getEventId()
Get 事件列表和详情点击加白时关联的事件id (新增规则时请留空)
|
String |
getHostIp()
Get 主机IP
|
Long |
getId()
Get 规则ID(新增时请留空)
|
Long |
getIsGlobal()
Get 是否全局规则(默认否)
|
String |
getProcessName()
Get 进程名
|
Long |
getSMode()
Get 是否S权限进程
|
String[] |
getUuids()
Get 客户端ID数组
|
void |
setEventId(Long EventId)
Set 事件列表和详情点击加白时关联的事件id (新增规则时请留空)
|
void |
setHostIp(String HostIp)
Set 主机IP
|
void |
setId(Long Id)
Set 规则ID(新增时请留空)
|
void |
setIsGlobal(Long IsGlobal)
Set 是否全局规则(默认否)
|
void |
setProcessName(String ProcessName)
Set 进程名
|
void |
setSMode(Long SMode)
Set 是否S权限进程
|
void |
setUuids(String[] Uuids)
Set 客户端ID数组
|
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 EditPrivilegeRulesRequest()
public EditPrivilegeRulesRequest(EditPrivilegeRulesRequest 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 getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- 进程名public Long getSMode()
public void setSMode(Long SMode)
SMode
- 是否S权限进程public Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- 是否全局规则(默认否)public Long getEventId()
public void setEventId(Long EventId)
EventId
- 事件列表和详情点击加白时关联的事件id (新增规则时请留空)Copyright © 2024. All rights reserved.