public class CCRuleItems extends AbstractModel
header, skipSign
Constructor and Description |
---|
CCRuleItems() |
CCRuleItems(CCRuleItems 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 |
getActionType()
Get Action
|
Long |
getAdvance()
Get Mode
|
Long |
getCreateTime()
Get Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getEventId()
Get Event ID
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getInterval()
Get Detection interval
|
Long |
getLimit()
Get Limit
|
Long |
getMatchFunc()
Get Type to match
|
String |
getName()
Get Name
|
String |
getOptions()
Get Rule details
|
Long |
getPriority()
Get Priority
|
Long |
getRuleId()
Get Rule ID
|
Long[] |
getSessionApplied()
Get Associated session rules
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getStatus()
Get Status
|
Long |
getTsVersion()
Get Version
|
String |
getUrl()
Get URL
|
Long |
getValidTime()
Get Expiration time
|
void |
setActionType(Long ActionType)
Set Action
|
void |
setAdvance(Long Advance)
Set Mode
|
void |
setCreateTime(Long CreateTime)
Set Creation time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setEventId(String EventId)
Set Event ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInterval(Long Interval)
Set Detection interval
|
void |
setLimit(Long Limit)
Set Limit
|
void |
setMatchFunc(Long MatchFunc)
Set Type to match
|
void |
setName(String Name)
Set Name
|
void |
setOptions(String Options)
Set Rule details
|
void |
setPriority(Long Priority)
Set Priority
|
void |
setRuleId(Long RuleId)
Set Rule ID
|
void |
setSessionApplied(Long[] SessionApplied)
Set Associated session rules
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(Long Status)
Set Status
|
void |
setTsVersion(Long TsVersion)
Set Version
|
void |
setUrl(String Url)
Set URL
|
void |
setValidTime(Long ValidTime)
Set Expiration time
|
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 CCRuleItems()
public CCRuleItems(CCRuleItems source)
public String getName()
public void setName(String Name)
Name
- Namepublic Long getStatus()
public void setStatus(Long Status)
Status
- Statuspublic Long getAdvance()
public void setAdvance(Long Advance)
Advance
- Modepublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Limitpublic Long getInterval()
public void setInterval(Long Interval)
Interval
- Detection intervalpublic String getUrl()
public void setUrl(String Url)
Url
- URLpublic Long getMatchFunc()
public void setMatchFunc(Long MatchFunc)
MatchFunc
- Type to matchpublic Long getActionType()
public void setActionType(Long ActionType)
ActionType
- Actionpublic Long getPriority()
public void setPriority(Long Priority)
Priority
- Prioritypublic Long getValidTime()
public void setValidTime(Long ValidTime)
ValidTime
- Expiration timepublic Long getTsVersion()
public void setTsVersion(Long TsVersion)
TsVersion
- Versionpublic String getOptions()
public void setOptions(String Options)
Options
- Rule detailspublic Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- Rule IDpublic String getEventId()
public void setEventId(String EventId)
EventId
- Event ID
Note: This field may return null, indicating that no valid values can be obtained.public Long[] getSessionApplied()
public void setSessionApplied(Long[] SessionApplied)
SessionApplied
- Associated session rules
Note: This field may return null, indicating that no valid values can be obtained.public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- Creation time
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.