public class AcListsData extends AbstractModel
Constructor and Description |
---|
AcListsData() |
AcListsData(AcListsData 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 |
getCount()
Get 命中次数
|
String |
getDetail()
Get 描述
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getId()
Get 规则id
|
String |
getLogId()
Get 告警规则id
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getOrderIndex()
Get 执行顺序
|
String |
getPort()
Get 端口
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProtocol()
Get 协议
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSourceIp()
Get 访问源
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStrategy()
Get 策略
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTargetIp()
Get 访问目的
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCount(Long Count)
Set 命中次数
|
void |
setDetail(String Detail)
Set 描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setId(Long Id)
Set 规则id
|
void |
setLogId(String LogId)
Set 告警规则id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOrderIndex(Long OrderIndex)
Set 执行顺序
|
void |
setPort(String Port)
Set 端口
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtocol(String Protocol)
Set 协议
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSourceIp(String SourceIp)
Set 访问源
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStrategy(Long Strategy)
Set 策略
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTargetIp(String TargetIp)
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 AcListsData()
public AcListsData(AcListsData source)
public Long getId()
public void setId(Long Id)
Id
- 规则idpublic String getSourceIp()
public void setSourceIp(String SourceIp)
SourceIp
- 访问源
注意:此字段可能返回 null,表示取不到有效值。public String getTargetIp()
public void setTargetIp(String TargetIp)
TargetIp
- 访问目的
注意:此字段可能返回 null,表示取不到有效值。public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 协议
注意:此字段可能返回 null,表示取不到有效值。public String getPort()
public void setPort(String Port)
Port
- 端口
注意:此字段可能返回 null,表示取不到有效值。public Long getStrategy()
public void setStrategy(Long Strategy)
Strategy
- 策略
注意:此字段可能返回 null,表示取不到有效值。public String getDetail()
public void setDetail(String Detail)
Detail
- 描述
注意:此字段可能返回 null,表示取不到有效值。public Long getCount()
public void setCount(Long Count)
Count
- 命中次数public Long getOrderIndex()
public void setOrderIndex(Long OrderIndex)
OrderIndex
- 执行顺序public String getLogId()
public void setLogId(String LogId)
LogId
- 告警规则id
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.