public static class RemoveSourcesFromPrometheusGlobalViewResponseBody.RemoveSourcesFromPrometheusGlobalViewResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
info
The Info-level information.
|
String |
msg
The additional information.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
RemoveSourcesFromPrometheusGlobalViewResponseBodyData() |
@NameInMap(value="Info") public String info
The Info-level information.
example:{regionId: the region where the aggregation instance resides. globalViewClusterId: the ID of the aggregation instance.
@NameInMap(value="Msg") public String msg
The additional information.
example:OK
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values:
truefalseTrue
public RemoveSourcesFromPrometheusGlobalViewResponseBodyData()
public static RemoveSourcesFromPrometheusGlobalViewResponseBody.RemoveSourcesFromPrometheusGlobalViewResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic RemoveSourcesFromPrometheusGlobalViewResponseBody.RemoveSourcesFromPrometheusGlobalViewResponseBodyData setInfo(String info)
public String getInfo()
public RemoveSourcesFromPrometheusGlobalViewResponseBody.RemoveSourcesFromPrometheusGlobalViewResponseBodyData setMsg(String msg)
public String getMsg()
public RemoveSourcesFromPrometheusGlobalViewResponseBody.RemoveSourcesFromPrometheusGlobalViewResponseBodyData setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.