public static final class DescribeWhiteListProcessResponseBody.Processes.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeWhiteListProcessResponseBody.Processes |
build() |
DescribeWhiteListProcessResponseBody.Processes.Builder |
filePath(String filePath)
The path to the process startup file.
|
DescribeWhiteListProcessResponseBody.Processes.Builder |
id(Long id)
The primary key of the process information.
|
DescribeWhiteListProcessResponseBody.Processes.Builder |
level(Integer level)
The trust score of the process.
|
DescribeWhiteListProcessResponseBody.Processes.Builder |
md5(String md5)
The MD5 hash value of the process startup file.
|
DescribeWhiteListProcessResponseBody.Processes.Builder |
processId(Integer processId)
The ID of the process.
|
DescribeWhiteListProcessResponseBody.Processes.Builder |
processName(String processName)
The name of the process.
|
DescribeWhiteListProcessResponseBody.Processes.Builder |
processType(Integer processType)
The type of the process.
|
DescribeWhiteListProcessResponseBody.Processes.Builder |
status(Integer status)
Indicates whether the process is trusted.
|
public DescribeWhiteListProcessResponseBody.Processes.Builder filePath(String filePath)
The path to the process startup file.
example:/root/bash1
public DescribeWhiteListProcessResponseBody.Processes.Builder id(Long id)
The primary key of the process information.
example:2100019
public DescribeWhiteListProcessResponseBody.Processes.Builder level(Integer level)
The trust score of the process.
example:99
public DescribeWhiteListProcessResponseBody.Processes.Builder md5(String md5)
The MD5 hash value of the process startup file.
example:a28e8eba54ece1f3748d80e57dc89400
public DescribeWhiteListProcessResponseBody.Processes.Builder processId(Integer processId)
The ID of the process.
example:53090
public DescribeWhiteListProcessResponseBody.Processes.Builder processName(String processName)
The name of the process.
example:vim
public DescribeWhiteListProcessResponseBody.Processes.Builder processType(Integer processType)
The type of the process. Valid values:
1
public DescribeWhiteListProcessResponseBody.Processes.Builder status(Integer status)
Indicates whether the process is trusted. Valid values:
1
public DescribeWhiteListProcessResponseBody.Processes build()
Copyright © 2026. All rights reserved.