public static final class DescribeSuspEventDetailResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeSuspEventDetailResponseBody |
build() |
DescribeSuspEventDetailResponseBody.Builder |
canBeDealOnLine(Boolean canBeDealOnLine)
Indicates whether the online processing of exceptions is supported, such as blocking an exception, adding an exception to the whitelist, and ignoring an exception.
|
DescribeSuspEventDetailResponseBody.Builder |
dataSource(String dataSource)
The data source of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
details(List<DescribeSuspEventDetailResponseBody.Details> details)
An array that consists of the details of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
eventDesc(String eventDesc)
The description of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
eventName(String eventName)
The name of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
eventStatus(String eventStatus)
The status of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
eventTypeDesc(String eventTypeDesc)
The type of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
id(Integer id)
The ID of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
instanceName(String instanceName)
The name of the server on which the exception was detected.
|
DescribeSuspEventDetailResponseBody.Builder |
internetIp(String internetIp)
The public IP address of the server on which the exception was detected.
|
DescribeSuspEventDetailResponseBody.Builder |
intranetIp(String intranetIp)
The private IP address of the server on which the exception was detected.
|
DescribeSuspEventDetailResponseBody.Builder |
lastTime(String lastTime)
The time when the exception was last detected.
|
DescribeSuspEventDetailResponseBody.Builder |
level(String level)
The risk level of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
operateErrorCode(String operateErrorCode)
The code that indicates the handling result of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
operateMsg(String operateMsg)
The message that indicates the handling result of the exception.
|
DescribeSuspEventDetailResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
DescribeSuspEventDetailResponseBody.Builder |
saleVersion(String saleVersion)
The edition of Security Center in which the exception can be detected.
|
DescribeSuspEventDetailResponseBody.Builder |
uuid(String uuid)
The UUID of the server on which the exception was detected.
|
public DescribeSuspEventDetailResponseBody.Builder canBeDealOnLine(Boolean canBeDealOnLine)
* **true**: The online processing of exceptions is supported. * **false**: The online processing of exceptions is not supported.
public DescribeSuspEventDetailResponseBody.Builder dataSource(String dataSource)
public DescribeSuspEventDetailResponseBody.Builder details(List<DescribeSuspEventDetailResponseBody.Details> details)
public DescribeSuspEventDetailResponseBody.Builder eventDesc(String eventDesc)
public DescribeSuspEventDetailResponseBody.Builder eventName(String eventName)
public DescribeSuspEventDetailResponseBody.Builder eventStatus(String eventStatus)
* **1**: pending handling * **2**: ignored * **4**: confirmed * **8**: marked as a false positive * **16**: handling * **32**: handled * **64**: expired
public DescribeSuspEventDetailResponseBody.Builder eventTypeDesc(String eventTypeDesc)
public DescribeSuspEventDetailResponseBody.Builder id(Integer id)
public DescribeSuspEventDetailResponseBody.Builder instanceName(String instanceName)
public DescribeSuspEventDetailResponseBody.Builder internetIp(String internetIp)
public DescribeSuspEventDetailResponseBody.Builder intranetIp(String intranetIp)
public DescribeSuspEventDetailResponseBody.Builder lastTime(String lastTime)
public DescribeSuspEventDetailResponseBody.Builder level(String level)
* **serious** * **suspicious** * **remind**
public DescribeSuspEventDetailResponseBody.Builder operateErrorCode(String operateErrorCode)
public DescribeSuspEventDetailResponseBody.Builder operateMsg(String operateMsg)
public DescribeSuspEventDetailResponseBody.Builder requestId(String requestId)
public DescribeSuspEventDetailResponseBody.Builder saleVersion(String saleVersion)
* **0**: Basic edition * **1**: Advanced edition * **2**: Enterprise edition
public DescribeSuspEventDetailResponseBody.Builder uuid(String uuid)
public DescribeSuspEventDetailResponseBody build()
Copyright © 2023. All rights reserved.