public class IpTableRule extends AbstractModel
Constructor and Description |
---|
IpTableRule() |
IpTableRule(IpTableRule 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 |
getAction()
Get 动作: drop拦截,trans放行,monitor观察
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMatchContent()
Get 匹配内容
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMatchFrom()
Get 根据类型匹配:ip(根据ip), area(根据区域)
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRuleID()
Get 规则id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getUpdateTime()
Get 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAction(String Action)
Set 动作: drop拦截,trans放行,monitor观察
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMatchContent(String MatchContent)
Set 匹配内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMatchFrom(String MatchFrom)
Set 根据类型匹配:ip(根据ip), area(根据区域)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRuleID(Long RuleID)
Set 规则id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setUpdateTime(String UpdateTime)
Set 更新时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public IpTableRule()
public IpTableRule(IpTableRule source)
public String getAction()
public void setAction(String Action)
Action
- 动作: drop拦截,trans放行,monitor观察
注意:此字段可能返回 null,表示取不到有效值。public String getMatchFrom()
public void setMatchFrom(String MatchFrom)
MatchFrom
- 根据类型匹配:ip(根据ip), area(根据区域)
注意:此字段可能返回 null,表示取不到有效值。public String getMatchContent()
public void setMatchContent(String MatchContent)
MatchContent
- 匹配内容
注意:此字段可能返回 null,表示取不到有效值。public Long getRuleID()
public void setRuleID(Long RuleID)
RuleID
- 规则id
注意:此字段可能返回 null,表示取不到有效值。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- 更新时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.