| Package | Description | 
|---|---|
| com.tencentcloudapi.cwp.v20180228.models | 
| Modifier and Type | Method and Description | 
|---|---|
TopInfo[] | 
NetAttackTopInfo.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[] | 
NetAttackTopInfo.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[] | 
NetAttackTopInfo.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[] | 
NetAttackTopInfo.getVul()
Get Top Statistical Data on Network Attack Vulnerability Dimension
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NetAttackTopInfo.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 | 
NetAttackTopInfo.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 | 
NetAttackTopInfo.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 | 
NetAttackTopInfo.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. 
 | 
| Constructor and Description | 
|---|
TopInfo(TopInfo 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. 
 | 
Copyright © 2025. All rights reserved.