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 动作
|
Long |
getAdvance()
Get 高级模式
|
Long |
getInterval()
Get 时间周期
|
Long |
getLimit()
Get 限制次数
|
Long |
getMatchFunc()
Get 匹配方法
|
String |
getName()
Get 名称
|
String |
getOptionsArr()
Get 高级参数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPriority()
Get 优先级
|
Long |
getStatus()
Get 状态
|
Long |
getTsVersion()
Get 更新时间戳
|
String |
getUrl()
Get 匹配url
|
Long |
getValidTime()
Get 策略动作有效时间
|
void |
setActionType(Long ActionType)
Set 动作
|
void |
setAdvance(Long Advance)
Set 高级模式
|
void |
setInterval(Long Interval)
Set 时间周期
|
void |
setLimit(Long Limit)
Set 限制次数
|
void |
setMatchFunc(Long MatchFunc)
Set 匹配方法
|
void |
setName(String Name)
Set 名称
|
void |
setOptionsArr(String OptionsArr)
Set 高级参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPriority(Long Priority)
Set 优先级
|
void |
setStatus(Long Status)
Set 状态
|
void |
setTsVersion(Long TsVersion)
Set 更新时间戳
|
void |
setUrl(String Url)
Set 匹配url
|
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CCRuleItem()
public CCRuleItem(CCRuleItem source)
public Long getActionType()
public void setActionType(Long ActionType)
ActionType
- 动作public Long getAdvance()
public void setAdvance(Long Advance)
Advance
- 高级模式public Long getInterval()
public void setInterval(Long Interval)
Interval
- 时间周期public Long getLimit()
public void setLimit(Long Limit)
Limit
- 限制次数public Long getMatchFunc()
public void setMatchFunc(Long MatchFunc)
MatchFunc
- 匹配方法public String getName()
public void setName(String Name)
Name
- 名称public Long getPriority()
public void setPriority(Long Priority)
Priority
- 优先级public Long getStatus()
public void setStatus(Long Status)
Status
- 状态public Long getTsVersion()
public void setTsVersion(Long TsVersion)
TsVersion
- 更新时间戳public String getUrl()
public void setUrl(String Url)
Url
- 匹配urlpublic Long getValidTime()
public void setValidTime(Long ValidTime)
ValidTime
- 策略动作有效时间public String getOptionsArr()
public void setOptionsArr(String OptionsArr)
OptionsArr
- 高级参数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.