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 动作
|
Long |
getAdvance()
Get 模式
|
String |
getEventId()
Get 事件id
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getInterval()
Get 范围
|
Long |
getLimit()
Get 限制
|
Long |
getMatchFunc()
Get 匹配类型
|
String |
getName()
Get 名字
|
String |
getOptions()
Get 规则详情
|
Long |
getPriority()
Get 优先级
|
Long |
getRuleId()
Get 规则ID
|
Long[] |
getSessionApplied()
Get 关联的Session规则
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 状态
|
Long |
getTsVersion()
Get 版本
|
String |
getUrl()
Get 网址
|
Long |
getValidTime()
Get 有效时间
|
void |
setActionType(Long ActionType)
Set 动作
|
void |
setAdvance(Long Advance)
Set 模式
|
void |
setEventId(String EventId)
Set 事件id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInterval(Long Interval)
Set 范围
|
void |
setLimit(Long Limit)
Set 限制
|
void |
setMatchFunc(Long MatchFunc)
Set 匹配类型
|
void |
setName(String Name)
Set 名字
|
void |
setOptions(String Options)
Set 规则详情
|
void |
setPriority(Long Priority)
Set 优先级
|
void |
setRuleId(Long RuleId)
Set 规则ID
|
void |
setSessionApplied(Long[] SessionApplied)
Set 关联的Session规则
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 状态
|
void |
setTsVersion(Long TsVersion)
Set 版本
|
void |
setUrl(String Url)
Set 网址
|
void |
setValidTime(Long ValidTime)
Set 有效时间
|
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
- 名字public Long getStatus()
public void setStatus(Long Status)
Status
- 状态public Long getAdvance()
public void setAdvance(Long Advance)
Advance
- 模式public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制public Long getInterval()
public void setInterval(Long Interval)
Interval
- 范围public String getUrl()
public void setUrl(String Url)
Url
- 网址public Long getMatchFunc()
public void setMatchFunc(Long MatchFunc)
MatchFunc
- 匹配类型public Long getActionType()
public void setActionType(Long ActionType)
ActionType
- 动作public Long getPriority()
public void setPriority(Long Priority)
Priority
- 优先级public Long getValidTime()
public void setValidTime(Long ValidTime)
ValidTime
- 有效时间public Long getTsVersion()
public void setTsVersion(Long TsVersion)
TsVersion
- 版本public String getOptions()
public void setOptions(String Options)
Options
- 规则详情public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 规则IDpublic String getEventId()
public void setEventId(String EventId)
EventId
- 事件id
注意:此字段可能返回 null,表示取不到有效值。public Long[] getSessionApplied()
public void setSessionApplied(Long[] SessionApplied)
SessionApplied
- 关联的Session规则
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.