public static final class SetRetcodeShareStatusRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
SetRetcodeShareStatusRequest.Builder |
appName(String appName)
The name of the application that is monitored by Browser Monitoring.
|
SetRetcodeShareStatusRequest |
build() |
SetRetcodeShareStatusRequest.Builder |
pid(String pid)
The process identifier (PID) of the application.
|
SetRetcodeShareStatusRequest.Builder |
status(Boolean status)
Specifies whether to turn on or turn off the logon-free sharing switch.
|
public SetRetcodeShareStatusRequest.Builder appName(String appName)
public SetRetcodeShareStatusRequest.Builder pid(String pid)
Log on to the **ARMS console**. In the left-side navigation pane, choose **Browser Monitoring** > **Browser Monitoring**. On the Browser Monitoring page, click the name of an application. The URL in the address bar contains the process ID (PID) of the application. The PID is indicated in the `pid=xxx` format. The PID is usually percent encoded as `xxx%40xxx`. You must modify this value to remove the percent encoding. For example, if the PID in the URL is `eb4zdose6v%409781be0f44d****`, you must replace `%40` with @ to obtain `eb4zdose6v@9781be0f44d****`.
public SetRetcodeShareStatusRequest.Builder status(Boolean status)
* `true`: Turn on the switch. * `false`: Turn off the switch.
public SetRetcodeShareStatusRequest build()
Copyright © 2024. All rights reserved.