public class NetAttackTopInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
NetAttackTopInfo() |
NetAttackTopInfo(NetAttackTopInfo 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 |
---|---|
TopInfo[] |
getAgent()
Get Top Statistical Data on Network Attack Host Dimension
Note: This field may return null, indicating that no valid values can be obtained.
|
TopInfo[] |
getDstPort()
Get Top Statistical Data on Network Attack Target Port Dimension
Note: This field may return null, indicating that no valid values can be obtained.
|
TopInfo[] |
getSrcIp()
Get Top Statistical Data on Network Attack IP Source Dimension
Note: This field may return null, indicating that no valid values can be obtained.
|
TopInfo[] |
getVul()
Get Top Statistical Data on Network Attack Vulnerability Dimension
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAgent(TopInfo[] Agent)
Set Top Statistical Data on Network Attack Host Dimension
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDstPort(TopInfo[] DstPort)
Set Top Statistical Data on Network Attack Target Port Dimension
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSrcIp(TopInfo[] SrcIp)
Set Top Statistical Data on Network Attack IP Source Dimension
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVul(TopInfo[] Vul)
Set Top Statistical Data on Network Attack Vulnerability Dimension
Note: This field may return null, indicating that no valid values can be obtained.
|
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 NetAttackTopInfo()
public NetAttackTopInfo(NetAttackTopInfo source)
public TopInfo[] getAgent()
public void setAgent(TopInfo[] Agent)
Agent
- Top Statistical Data on Network Attack Host Dimension
Note: This field may return null, indicating that no valid values can be obtained.public TopInfo[] getSrcIp()
public void setSrcIp(TopInfo[] SrcIp)
SrcIp
- Top Statistical Data on Network Attack IP Source Dimension
Note: This field may return null, indicating that no valid values can be obtained.public TopInfo[] getDstPort()
public void setDstPort(TopInfo[] DstPort)
DstPort
- Top Statistical Data on Network Attack Target Port Dimension
Note: This field may return null, indicating that no valid values can be obtained.public TopInfo[] getVul()
public void setVul(TopInfo[] Vul)
Vul
- Top Statistical Data on Network Attack Vulnerability Dimension
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.