public class FileTamperRuleDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
FileTamperRuleDetail() |
FileTamperRuleDetail(FileTamperRuleDetail 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 |
getAddWhiteType()
Get Allowlisted processing type
cur: add the current items to the allowlist
all: add all items that meet the conditions to the allowlist
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getCreateTime()
Get Creation time
|
Long |
getId()
Get Rule ID
|
Long |
getIsGlobal()
Get Global Rule or Not (No by Default).
|
Long |
getLevel()
Get Risk Level.
|
String |
getModifyTime()
Get Update time
|
String |
getName()
Get Rule name
Note: This field may return null, indicating that no valid values can be obtained.
|
FileTamperRule[] |
getRule()
Get Rule
|
Long |
getStatus()
Get Status.
|
String[] |
getUuids()
Get Effective Host UUID.
|
Long |
getUuidTotalCount()
Get Total Number of Effective Hosts
|
void |
setAddWhiteType(String AddWhiteType)
Set Allowlisted processing type
cur: add the current items to the allowlist
all: add all items that meet the conditions to the allowlist
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCreateTime(String CreateTime)
Set Creation time
|
void |
setId(Long Id)
Set Rule ID
|
void |
setIsGlobal(Long IsGlobal)
Set Global Rule or Not (No by Default).
|
void |
setLevel(Long Level)
Set Risk Level.
|
void |
setModifyTime(String ModifyTime)
Set Update time
|
void |
setName(String Name)
Set Rule name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRule(FileTamperRule[] Rule)
Set Rule
|
void |
setStatus(Long Status)
Set Status.
|
void |
setUuids(String[] Uuids)
Set Effective Host UUID.
|
void |
setUuidTotalCount(Long UuidTotalCount)
Set Total Number of Effective Hosts
|
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 FileTamperRuleDetail()
public FileTamperRuleDetail(FileTamperRuleDetail source)
public String getName()
public void setName(String Name)
Name
- Rule name
Note: This field may return null, indicating that no valid values can be obtained.public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Update timepublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Creation timepublic Long getStatus()
public void setStatus(Long Status)
Status
- Status. 0: Enabled; 1: Disabledpublic FileTamperRule[] getRule()
public void setRule(FileTamperRule[] Rule)
Rule
- Rulepublic String[] getUuids()
public void setUuids(String[] Uuids)
Uuids
- Effective Host UUID. Empty means all hosts, and returned number of entries can be controlled through parameters.
Note: This field may return null, indicating that no valid values can be obtained.public Long getId()
public void setId(Long Id)
Id
- Rule IDpublic Long getIsGlobal()
public void setIsGlobal(Long IsGlobal)
IsGlobal
- Global Rule or Not (No by Default). 0: No; 1: Yespublic Long getLevel()
public void setLevel(Long Level)
Level
- Risk Level. 0: None; 1: High-Risk; 2: Medium-Risk; 3: Low-Riskpublic Long getUuidTotalCount()
public void setUuidTotalCount(Long UuidTotalCount)
UuidTotalCount
- Total Number of Effective Hostspublic String getAddWhiteType()
public void setAddWhiteType(String AddWhiteType)
AddWhiteType
- Allowlisted processing type
Copyright © 2025. All rights reserved.