public static class AppendInstancesToPrometheusGlobalViewResponseBody.AppendInstancesToPrometheusGlobalViewResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
info
The Info-level information.
|
String |
msg
The additional information.
|
Boolean |
success
Indicates whether the call was successful.
|
| 构造器和说明 |
|---|
AppendInstancesToPrometheusGlobalViewResponseBodyData() |
@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. failedInstances: the ID of the object that failed to be added.}
@NameInMap(value="Msg") public String msg
The additional information.
example:OK
@NameInMap(value="Success") public Boolean success
Indicates whether the call was successful. Valid values:
true: The call was successful.false: The call failed.True
public AppendInstancesToPrometheusGlobalViewResponseBodyData()
public static AppendInstancesToPrometheusGlobalViewResponseBody.AppendInstancesToPrometheusGlobalViewResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic AppendInstancesToPrometheusGlobalViewResponseBody.AppendInstancesToPrometheusGlobalViewResponseBodyData setInfo(String info)
public String getInfo()
public AppendInstancesToPrometheusGlobalViewResponseBody.AppendInstancesToPrometheusGlobalViewResponseBodyData setMsg(String msg)
public String getMsg()
public AppendInstancesToPrometheusGlobalViewResponseBody.AppendInstancesToPrometheusGlobalViewResponseBodyData setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.