public static class SaveTraceAppConfigRequest.SaveTraceAppConfigRequestSettings
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
key
The values of the settings that you want to modify.
|
String |
value
The values of the settings that you want to modify.
|
| 构造器和说明 |
|---|
SaveTraceAppConfigRequestSettings() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SaveTraceAppConfigRequest.SaveTraceAppConfigRequestSettings |
build(Map<String,?> map) |
String |
getKey() |
String |
getValue() |
SaveTraceAppConfigRequest.SaveTraceAppConfigRequestSettings |
setKey(String key) |
SaveTraceAppConfigRequest.SaveTraceAppConfigRequestSettings |
setValue(String value) |
@NameInMap(value="Key") public String key
The values of the settings that you want to modify. For information about the supported settings, see the following items:
sampling.enable
@NameInMap(value="Value") public String value
The values of the settings that you want to modify. For information about the supported settings, see the following items:
true
public static SaveTraceAppConfigRequest.SaveTraceAppConfigRequestSettings build(Map<String,?> map) throws Exception
Exceptionpublic SaveTraceAppConfigRequest.SaveTraceAppConfigRequestSettings setKey(String key)
public String getKey()
public SaveTraceAppConfigRequest.SaveTraceAppConfigRequestSettings setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.