public class SetRetcodeShareStatusRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appName
The name of the application that is monitored by Browser Monitoring.
|
String |
pid
The process identifier (PID) of the application.
|
Boolean |
status
Specifies whether to turn on or turn off the logon-free sharing switch.
|
| 构造器和说明 |
|---|
SetRetcodeShareStatusRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SetRetcodeShareStatusRequest |
build(Map<String,?> map) |
String |
getAppName() |
String |
getPid() |
Boolean |
getStatus() |
SetRetcodeShareStatusRequest |
setAppName(String appName) |
SetRetcodeShareStatusRequest |
setPid(String pid) |
SetRetcodeShareStatusRequest |
setStatus(Boolean status) |
@NameInMap(value="AppName") public String appName
The name of the application that is monitored by Browser Monitoring.
example:test-app
@NameInMap(value="Pid") public String pid
The process identifier (PID) of the application.
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****.
atc889zkcf@d8deedfa9bf****
@NameInMap(value="Status") public Boolean status
Specifies whether to turn on or turn off the logon-free sharing switch. Valid values:
true: Turn on the switch.false: Turn off the switch.This parameter is required.
example:true
public static SetRetcodeShareStatusRequest build(Map<String,?> map) throws Exception
Exceptionpublic SetRetcodeShareStatusRequest setAppName(String appName)
public String getAppName()
public SetRetcodeShareStatusRequest setPid(String pid)
public String getPid()
public SetRetcodeShareStatusRequest setStatus(Boolean status)
public Boolean getStatus()
Copyright © 2024. All rights reserved.