public static final class DescribeGraph4InvestigationOnlineRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeGraph4InvestigationOnlineRequest.Builder |
anomalyId(String anomalyId)
The ID of the alert event.
|
DescribeGraph4InvestigationOnlineRequest.Builder |
anomalyUuid(String anomalyUuid)
The UUID of the alert event asset.
|
DescribeGraph4InvestigationOnlineRequest |
build() |
DescribeGraph4InvestigationOnlineRequest.Builder |
lang(String lang)
Sets the language type for the request and response messages.
|
DescribeGraph4InvestigationOnlineRequest.Builder |
namespace(String namespace)
The namespace of the graph, which is fixed as: hundun_dc_online.
|
DescribeGraph4InvestigationOnlineRequest.Builder |
vertexId(String vertexId)
Vertex ID.
|
public DescribeGraph4InvestigationOnlineRequest.Builder anomalyId(String anomalyId)
The ID of the alert event. You can call DescribeSuspEvents to obtain the alert event ID, with the value path being: data.SuspEvents[index].UniqueInfo.
example:786fc80896b25422b5324cb6e57bxxxx
public DescribeGraph4InvestigationOnlineRequest.Builder anomalyUuid(String anomalyUuid)
The UUID of the alert event asset. You can call DescribeSuspEvents to obtain the asset UUID, with the value path being: data.SuspEvents[index].Uuid.
example:3502e4b0-f362-4059-84a2-f47fa2b5exxx
public DescribeGraph4InvestigationOnlineRequest.Builder lang(String lang)
Sets the language type for the request and response messages. The default is zh. Values:
zh
public DescribeGraph4InvestigationOnlineRequest.Builder namespace(String namespace)
The namespace of the graph, which is fixed as: hundun_dc_online.
This parameter is required.
example:hundun_dc_online
public DescribeGraph4InvestigationOnlineRequest.Builder vertexId(String vertexId)
Vertex ID. This does not need to be proactively provided.
example:29872354f741b1b044b8a9b4e2ab****
public DescribeGraph4InvestigationOnlineRequest build()
Copyright © 2026. All rights reserved.