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 of the associated event when the user clicks Add to Allowlist on the event list and details page (leave this parameter blank for rule addition)
|
String |
getHostIp()
Get Host IP
|
Long |
getId()
Get Rule ID (Leave it blank when adding rules.)
|
Long |
getIsGlobal()
Get Whether the rule is global (not global by default)
|
String |
getProcessName()
Get Process name
|
Long |
getSMode()
Get Whether it is a S permission process
|
String[] |
getUuids()
Get Client ID array
|
void |
setEventId(Long EventId)
Set ID of the associated event when the user clicks Add to Allowlist on the event list and details page (leave this parameter blank for rule addition)
|
void |
setHostIp(String HostIp)
Set Host IP
|
void |
setId(Long Id)
Set Rule ID (Leave it blank when adding rules.)
|
void |
setIsGlobal(Long IsGlobal)
Set Whether the rule is global (not global by default)
|
void |
setProcessName(String ProcessName)
Set Process name
|
void |
setSMode(Long SMode)
Set Whether it is a S permission process
|
void |
setUuids(String[] Uuids)
Set Client ID array
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EditPrivilegeRulesRequest()
public EditPrivilegeRulesRequest(EditPrivilegeRulesRequest source)
public Long getId()
public void setId(Long Id)
Id
- Rule ID (Leave it blank when adding rules.)public String[] getUuids()
public void setUuids(String[] Uuids)
Uuids
- Client ID arraypublic String getHostIp()
public void setHostIp(String HostIp)
HostIp
- Host IPpublic String getProcessName()
public void setProcessName(String ProcessName)
ProcessName
- Process namepublic Long getSMode()
public void setSMode(Long SMode)
SMode
- Whether it is a S permission processpublic Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- Whether the rule is global (not global by default)public Long getEventId()
public void setEventId(Long EventId)
EventId
- ID of the associated event when the user clicks Add to Allowlist on the event list and details page (leave this parameter blank for rule addition)Copyright © 2025. All rights reserved.