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)
* **0**: no * **1**: yes
public ModifyWebLockProcessStatusRequest.Builder operateInfo(String operateInfo)
public ModifyWebLockProcessStatusRequest.Builder processPath(List<String> processPath)
public ModifyWebLockProcessStatusRequest.Builder status(Integer status)
* **0**: cancels adding the process to the process whitelist * **1**: adds the process to the process whitelist
public ModifyWebLockProcessStatusRequest.Builder uuid(String uuid)
public ModifyWebLockProcessStatusRequest build()
Copyright © 2023. All rights reserved.