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 General alarm policy type, including TAPM, RUM, and CAT.
|
CommonNamespace |
getCustomNamespaces()
Get Other alarm policy type (disused)
|
CommonNamespace[] |
getCustomNamespacesNew()
Get Other alarm policy type (not supported currently)
|
CommonNamespace |
getQceNamespaces()
Get Alarm policy type of Tencent Cloud service (disused)
|
CommonNamespace[] |
getQceNamespacesNew()
Get Alarm policy type of Tencent Cloud service
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setCommonNamespaces(CommonNamespaceNew[] CommonNamespaces)
Set General alarm policy type, including TAPM, RUM, and CAT.
|
void |
setCustomNamespaces(CommonNamespace CustomNamespaces)
Set Other alarm policy type (disused)
|
void |
setCustomNamespacesNew(CommonNamespace[] CustomNamespacesNew)
Set Other alarm policy type (not supported currently)
|
void |
setQceNamespaces(CommonNamespace QceNamespaces)
Set Alarm policy type of Tencent Cloud service (disused)
|
void |
setQceNamespacesNew(CommonNamespace[] QceNamespacesNew)
Set Alarm policy type of Tencent Cloud service
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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
- Alarm policy type of Tencent Cloud service (disused)public CommonNamespace getCustomNamespaces()
public void setCustomNamespaces(CommonNamespace CustomNamespaces)
CustomNamespaces
- Other alarm policy type (disused)public CommonNamespace[] getQceNamespacesNew()
public void setQceNamespacesNew(CommonNamespace[] QceNamespacesNew)
QceNamespacesNew
- Alarm policy type of Tencent Cloud servicepublic CommonNamespace[] getCustomNamespacesNew()
public void setCustomNamespacesNew(CommonNamespace[] CustomNamespacesNew)
CustomNamespacesNew
- Other alarm policy type (not supported currently)public CommonNamespaceNew[] getCommonNamespaces()
public void setCommonNamespaces(CommonNamespaceNew[] CommonNamespaces)
CommonNamespaces
- General alarm policy type, including TAPM, RUM, and CAT.
Note: This field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.