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 Hit count
|
String |
getDetail()
Get Description
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getId()
Get Rule ID
|
String |
getLogId()
Get Alert rule ID
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getOrderIndex()
Get Priority
|
String |
getPort()
Get Port
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getProtocol()
Get Protocol
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getSourceIp()
Get Access source
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getStrategy()
Get Policy
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getTargetIp()
Get Access destination
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setCount(Long Count)
Set Hit count
|
void |
setDetail(String Detail)
Set Description
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setId(Long Id)
Set Rule ID
|
void |
setLogId(String LogId)
Set Alert rule ID
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setOrderIndex(Long OrderIndex)
Set Priority
|
void |
setPort(String Port)
Set Port
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setProtocol(String Protocol)
Set Protocol
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setSourceIp(String SourceIp)
Set Access source
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setStrategy(Long Strategy)
Set Policy
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setTargetIp(String TargetIp)
Set Access destination
Note: This field may return `null`, indicating that no valid value was found.
|
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
- Rule IDpublic String getSourceIp()
public void setSourceIp(String SourceIp)
SourceIp
- Access source
Note: This field may return `null`, indicating that no valid value was found.public String getTargetIp()
public void setTargetIp(String TargetIp)
TargetIp
- Access destination
Note: This field may return `null`, indicating that no valid value was found.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Protocol
Note: This field may return `null`, indicating that no valid value was found.public String getPort()
public void setPort(String Port)
Port
- Port
Note: This field may return `null`, indicating that no valid value was found.public Long getStrategy()
public void setStrategy(Long Strategy)
Strategy
- Policy
Note: This field may return `null`, indicating that no valid value was found.public String getDetail()
public void setDetail(String Detail)
Detail
- Description
Note: This field may return `null`, indicating that no valid value was found.public Long getCount()
public void setCount(Long Count)
Count
- Hit countpublic Long getOrderIndex()
public void setOrderIndex(Long OrderIndex)
OrderIndex
- Prioritypublic String getLogId()
public void setLogId(String LogId)
LogId
- Alert rule ID
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.