public class ConfigAppRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appIds
The process identifier (PID) of the application.
|
String |
enable
Specifies whether to turn on or off the main switch of the ARMS agent.
|
String |
regionId
The region ID.
|
String |
type
The type of the application.
|
| 构造器和说明 |
|---|
ConfigAppRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConfigAppRequest |
build(Map<String,?> map) |
String |
getAppIds() |
String |
getEnable() |
String |
getRegionId() |
String |
getType() |
ConfigAppRequest |
setAppIds(String appIds) |
ConfigAppRequest |
setEnable(String enable) |
ConfigAppRequest |
setRegionId(String regionId) |
ConfigAppRequest |
setType(String type) |
@NameInMap(value="AppIds") public String appIds
The process identifier (PID) of the application. Separate multiple PIDs with commas (,).
This parameter is required.
example:iioe7jcnuk@582846f37******,atc889zkcf@d8deedfa9bf******
@NameInMap(value="Enable") public String enable
Specifies whether to turn on or off the main switch of the ARMS agent. The monitoring stops after the switch is turned off. If you do not specify this parameter, the main switch status of the ARMS agent is queried.
true: turns on the switchfalse: turns off the switchtrue
@NameInMap(value="RegionId") public String regionId
The region ID.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="Type") public String type
The type of the application. Set the value to TRACE.
example:TRACE
public static ConfigAppRequest build(Map<String,?> map) throws Exception
Exceptionpublic ConfigAppRequest setAppIds(String appIds)
public String getAppIds()
public ConfigAppRequest setEnable(String enable)
public String getEnable()
public ConfigAppRequest setRegionId(String regionId)
public String getRegionId()
public ConfigAppRequest setType(String type)
public String getType()
Copyright © 2024. All rights reserved.