public class ConfigAppResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
data
The result of turning on or off the main switch of the ARMS agent or the main switch status of the ARMS agent.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
ConfigAppResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConfigAppResponseBody |
build(Map<String,?> map) |
String |
getData() |
String |
getRequestId() |
ConfigAppResponseBody |
setData(String data) |
ConfigAppResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Data") public String data
The result of turning on or off the main switch of the ARMS agent or the main switch status of the ARMS agent. Indicates whether the request was successful. Valid values: success failed The main switch status of the ARMS agent. Valid values: true false
example:abc@def success\nghi@jkl success\n
@NameInMap(value="RequestId") public String requestId
The request ID.
example:16AF921B-8187-489F-9913-43C808B4****
public static ConfigAppResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ConfigAppResponseBody setData(String data)
public String getData()
public ConfigAppResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.