public class CCRuleItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
CCRuleItem() |
CCRuleItem(CCRuleItem 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 Advanced 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 Time period
|
Long |
getLength()
Get URL length
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getLimit()
Get Limit Attempts
|
Long |
getMatchFunc()
Get Matching Method
|
String |
getName()
Get Name
|
String |
getOptionsArr()
Get Advanced Parameters
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getPriority()
Get Priority
|
Long |
getRuleId()
Get Rule ID
Note: This field may return null, indicating that no valid values can be obtained.
|
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 Update Timestamp
|
String |
getUrl()
Get Matching URL
|
Long |
getValidTime()
Get Policy Action Validity Period
|
void |
setActionType(Long ActionType)
Set Action
|
void |
setAdvance(Long Advance)
Set Advanced 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 Time period
|
void |
setLength(Long Length)
Set URL length
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLimit(Long Limit)
Set Limit Attempts
|
void |
setMatchFunc(Long MatchFunc)
Set Matching Method
|
void |
setName(String Name)
Set Name
|
void |
setOptionsArr(String OptionsArr)
Set Advanced Parameters
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPriority(Long Priority)
Set Priority
|
void |
setRuleId(Long RuleId)
Set Rule ID
Note: This field may return null, indicating that no valid values can be obtained.
|
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 Update Timestamp
|
void |
setUrl(String Url)
Set Matching URL
|
void |
setValidTime(Long ValidTime)
Set Policy Action Validity Period
|
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 CCRuleItem()
public CCRuleItem(CCRuleItem source)
public Long getActionType()
public void setActionType(Long ActionType)
ActionType
- Actionpublic Long getAdvance()
public void setAdvance(Long Advance)
Advance
- Advanced modepublic Long getInterval()
public void setInterval(Long Interval)
Interval
- Time periodpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Limit Attemptspublic Long getMatchFunc()
public void setMatchFunc(Long MatchFunc)
MatchFunc
- Matching Methodpublic String getName()
public void setName(String Name)
Name
- Namepublic Long getPriority()
public void setPriority(Long Priority)
Priority
- Prioritypublic Long getStatus()
public void setStatus(Long Status)
Status
- Statuspublic Long getTsVersion()
public void setTsVersion(Long TsVersion)
TsVersion
- Update Timestamppublic String getUrl()
public void setUrl(String Url)
Url
- Matching URLpublic Long getValidTime()
public void setValidTime(Long ValidTime)
ValidTime
- Policy Action Validity Periodpublic String getOptionsArr()
public void setOptionsArr(String OptionsArr)
OptionsArr
- Advanced Parameters
Note: This field may return null, indicating that no valid values can be obtained.public Long getLength()
public void setLength(Long Length)
Length
- URL length
Note: This field may return null, indicating that no valid values can be obtained.public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- Rule ID
Note: This field may return null, indicating that no valid values can be obtained.public 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.