public class DescribeAllNamespacesResponse extends AbstractModel
Constructor and Description |
---|
DescribeAllNamespacesResponse() |
DescribeAllNamespacesResponse(DescribeAllNamespacesResponse source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
CommonNamespaceNew[] |
getCommonNamespaces()
Get 通用告警策略类型(包括:应用性能监控,前端性能监控,云拨测)
注意:此字段可能返回 null,表示取不到有效值。
|
CommonNamespace |
getCustomNamespaces()
Get 其他告警策略类型,已废弃
|
CommonNamespace[] |
getCustomNamespacesNew()
Get 其他告警策略类型,暂不支持
|
CommonNamespace |
getQceNamespaces()
Get 云产品的告警策略类型,已废弃
|
CommonNamespace[] |
getQceNamespacesNew()
Get 云产品的告警策略类型
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setCommonNamespaces(CommonNamespaceNew[] CommonNamespaces)
Set 通用告警策略类型(包括:应用性能监控,前端性能监控,云拨测)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCustomNamespaces(CommonNamespace CustomNamespaces)
Set 其他告警策略类型,已废弃
|
void |
setCustomNamespacesNew(CommonNamespace[] CustomNamespacesNew)
Set 其他告警策略类型,暂不支持
|
void |
setQceNamespaces(CommonNamespace QceNamespaces)
Set 云产品的告警策略类型,已废弃
|
void |
setQceNamespacesNew(CommonNamespace[] QceNamespacesNew)
Set 云产品的告警策略类型
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeAllNamespacesResponse()
public DescribeAllNamespacesResponse(DescribeAllNamespacesResponse source)
public CommonNamespace getQceNamespaces()
public void setQceNamespaces(CommonNamespace QceNamespaces)
QceNamespaces
- 云产品的告警策略类型,已废弃public CommonNamespace getCustomNamespaces()
public void setCustomNamespaces(CommonNamespace CustomNamespaces)
CustomNamespaces
- 其他告警策略类型,已废弃public CommonNamespace[] getQceNamespacesNew()
public void setQceNamespacesNew(CommonNamespace[] QceNamespacesNew)
QceNamespacesNew
- 云产品的告警策略类型public CommonNamespace[] getCustomNamespacesNew()
public void setCustomNamespacesNew(CommonNamespace[] CustomNamespacesNew)
CustomNamespacesNew
- 其他告警策略类型,暂不支持public CommonNamespaceNew[] getCommonNamespaces()
public void setCommonNamespaces(CommonNamespaceNew[] CommonNamespaces)
CommonNamespaces
- 通用告警策略类型(包括:应用性能监控,前端性能监控,云拨测)
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.