public static final class ModifyWebLockProcessStatusRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ModifyWebLockProcessStatusRequest |
build() |
ModifyWebLockProcessStatusRequest.Builder |
dealAll(Integer dealAll)
Specifies whether to change the status of the process on multiple servers on which the process runs at the same time.
|
ModifyWebLockProcessStatusRequest.Builder |
operateInfo(String operateInfo)
The parameters required to change the status of multiple processes at a time.
|
ModifyWebLockProcessStatusRequest.Builder |
processPath(List<String> processPath)
The paths to the processes.
|
ModifyWebLockProcessStatusRequest.Builder |
status(Integer status)
The status of the process.
|
ModifyWebLockProcessStatusRequest.Builder |
uuid(String uuid)
The UUID of the server.
|
public ModifyWebLockProcessStatusRequest.Builder dealAll(Integer dealAll)
Specifies whether to change the status of the process on multiple servers on which the process runs at the same time. Valid values:
1
public ModifyWebLockProcessStatusRequest.Builder operateInfo(String operateInfo)
The parameters required to change the status of multiple processes at a time. The value is in the JSON format.
example:[{"processPath":"/etc/test1","uuid":"0c1714dc-f7a3-4265-8364-7aa3fce8****"},{"processPath":"/etc/test2","uuid":"1cc45e7d-7698-4b2c-89d8-e8cba407****"}]
public ModifyWebLockProcessStatusRequest.Builder processPath(List<String> processPath)
The paths to the processes.
public ModifyWebLockProcessStatusRequest.Builder status(Integer status)
The status of the process. Valid values:
1
public ModifyWebLockProcessStatusRequest.Builder uuid(String uuid)
The UUID of the server.
example:bc8510e7-7327-4030-b75c-956e434d****
public ModifyWebLockProcessStatusRequest build()
Copyright © 2026. All rights reserved.