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 攻击溯源节点路径
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEventInfoParam()
Get 请求节点相关事件详情的参数
注意:此字段可能返回 null,表示取不到有效值。
|
AttackSourceNode[] |
getNodes()
Get 攻击溯源节点描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEdges(AttackSourceEdge[] Edges)
Set 攻击溯源节点路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventInfoParam(String EventInfoParam)
Set 请求节点相关事件详情的参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setNodes(AttackSourceNode[] Nodes)
Set 攻击溯源节点描述
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public AttackSource()
public AttackSource(AttackSource source)
public AttackSourceNode[] getNodes()
public void setNodes(AttackSourceNode[] Nodes)
Nodes
- 攻击溯源节点描述
注意:此字段可能返回 null,表示取不到有效值。public AttackSourceEdge[] getEdges()
public void setEdges(AttackSourceEdge[] Edges)
Edges
- 攻击溯源节点路径
注意:此字段可能返回 null,表示取不到有效值。public String getEventInfoParam()
public void setEventInfoParam(String EventInfoParam)
EventInfoParam
- 请求节点相关事件详情的参数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.