public static final class DescribeAlarmEventDetailResponseBody.Data.Builder extends Object
public DescribeAlarmEventDetailResponseBody.Data.Builder alarmEventAliasName(String alarmEventAliasName)
The name of the alert event.
example:Login with unusual location
public DescribeAlarmEventDetailResponseBody.Data.Builder alarmEventDesc(String alarmEventDesc)
The description of the alert event.
example:The detection model finds that self-mutation is running on your server. A self-mutation Trojan is a Trojan horse program with self-mutation function. It will change its hash or copy a large number of itself to different paths, and run in the background to avoid cleaning.
public DescribeAlarmEventDetailResponseBody.Data.Builder alarmUniqueInfo(String alarmUniqueInfo)
The unique identifier of the alert event.
example:To query the details of an alert event, you must provide the unique identifier of the alert event. You can call the DescribeSuspEvents operation to obtain the identifier.
9f62555666f177aa84ee1eaf465a****
public DescribeAlarmEventDetailResponseBody.Data.Builder appName(String appName)
The name of the container application.
example:app:msdp-uat-service
public DescribeAlarmEventDetailResponseBody.Data.Builder canBeDealOnLine(Boolean canBeDealOnLine)
Indicates whether the online handling of the alert event is supported. Valid values:
false
public DescribeAlarmEventDetailResponseBody.Data.Builder canCancelFault(Boolean canCancelFault)
Indicates whether you can cancel marking the alert event as a false positive. Valid values:
false
public DescribeAlarmEventDetailResponseBody.Data.Builder causeDetails(List<DescribeAlarmEventDetailResponseBody.CauseDetails> causeDetails)
An array consisting of the cause of the alert event, which can be used to trace the alert event.
public DescribeAlarmEventDetailResponseBody.Data.Builder containHwMode(Boolean containHwMode)
Indicates whether the Safeguard Mode For Major Activities mode is enabled.
example:true
public DescribeAlarmEventDetailResponseBody.Data.Builder containerId(String containerId)
The ID of the container application.
example:container_1606995441910_394868_01_000***
public DescribeAlarmEventDetailResponseBody.Data.Builder containerImageId(String containerImageId)
The ID of the image to which the container belongs.
example:cadb7a725641
public DescribeAlarmEventDetailResponseBody.Data.Builder containerImageName(String containerImageName)
The name of the image to which the container belongs.
example:jenkins/jenkins:latest
public DescribeAlarmEventDetailResponseBody.Data.Builder dataSource(String dataSource)
The data source of the alert event.
example:aegis_***
public DescribeAlarmEventDetailResponseBody.Data.Builder endTime(Long endTime)
The timestamp when the alert event ends. Unit: milliseconds.
example:1542366542000
public DescribeAlarmEventDetailResponseBody.Data.Builder instanceName(String instanceName)
The name of the instance.
example:i-wz92q7m5hsbgfhdss***
public DescribeAlarmEventDetailResponseBody.Data.Builder internetIp(String internetIp)
The public IP address of the associated instance.
example:172.16.XX.XX
public DescribeAlarmEventDetailResponseBody.Data.Builder intranetIp(String intranetIp)
The private IP address of the associated instance.
example:172.25.30.**
public DescribeAlarmEventDetailResponseBody.Data.Builder k8sClusterId(String k8sClusterId)
The ID of the Kubernetes cluster.
example:c562cf0d68e9749ee9fe544a7ab2f****
public DescribeAlarmEventDetailResponseBody.Data.Builder k8sClusterName(String k8sClusterName)
The name of the Kubernetes cluster.
example:TestK8sCluser
public DescribeAlarmEventDetailResponseBody.Data.Builder k8sNamespace(String k8sNamespace)
The namespace of the Kubernetes cluster.
example:sit-saic-trip
public DescribeAlarmEventDetailResponseBody.Data.Builder k8sNodeId(String k8sNodeId)
The ID of the Kubernetes cluster node.
example:i-bp14a1ay8e0aa9t0l***
public DescribeAlarmEventDetailResponseBody.Data.Builder k8sNodeName(String k8sNodeName)
The name of the Kubernetes cluster node.
example:cn-hangzhou.10.188.139.**
public DescribeAlarmEventDetailResponseBody.Data.Builder k8sPodName(String k8sPodName)
The name of the Kubernetes pod.
example:myapp-pod
public DescribeAlarmEventDetailResponseBody.Data.Builder level(String level)
The severity of the alert event. Valid values:
serious
public DescribeAlarmEventDetailResponseBody.Data.Builder solution(String solution)
The solution to the alert event.
example:An invalid logon source IP has been detected. If you recognize this logon attempt, we recommend that you add the current logon source IP to the valid logon source IP list to avoid future alerts. If you do not recognize this logon attempt, we recommend that you modify the password.
public DescribeAlarmEventDetailResponseBody.Data.Builder startTime(Long startTime)
The timestamp when the alert event starts. Unit: milliseconds.
example:1542378601000
public DescribeAlarmEventDetailResponseBody.Data.Builder type(String type)
The alert type of the alert event. Valid values:
Webshell
public DescribeAlarmEventDetailResponseBody.Data.Builder uuid(String uuid)
The instance UUID of the asset.
example:6690a46c-0edb-4663-a641-3629d1a9****
public DescribeAlarmEventDetailResponseBody.Data build()
Copyright © 2026. All rights reserved.