public class AttackSource extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AttackSource()  | 
AttackSource(AttackSource 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 | 
|---|---|
AttackSourceEdge[] | 
getEdges()
Get Attack backtracking node path
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getEventInfoParam()
Get Parameters for requesting details on node-related events
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
AttackSourceNode[] | 
getNodes()
Get Attack backtracking node description
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setEdges(AttackSourceEdge[] Edges)
Set Attack backtracking node path
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setEventInfoParam(String EventInfoParam)
Set Parameters for requesting details on node-related events
Note: This field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setNodes(AttackSourceNode[] Nodes)
Set Attack backtracking node description
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AttackSource()
public AttackSource(AttackSource source)
public AttackSourceNode[] getNodes()
public void setNodes(AttackSourceNode[] Nodes)
Nodes - Attack backtracking node description
Note: This field may return null, indicating that no valid values can be obtained.public AttackSourceEdge[] getEdges()
public void setEdges(AttackSourceEdge[] Edges)
Edges - Attack backtracking node path
Note: This field may return null, indicating that no valid values can be obtained.public String getEventInfoParam()
public void setEventInfoParam(String EventInfoParam)
EventInfoParam - Parameters for requesting details on node-related events
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.