Class DescribeAllNamespacesResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.monitor.v20180724.models.DescribeAllNamespacesResponse
-
public class DescribeAllNamespacesResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeAllNamespacesResponse
public DescribeAllNamespacesResponse()
-
DescribeAllNamespacesResponse
public 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.
-
-
Method Detail
-
getQceNamespaces
public CommonNamespace getQceNamespaces()
Get 云产品的告警策略类型,已废弃- Returns:
- QceNamespaces 云产品的告警策略类型,已废弃
-
setQceNamespaces
public void setQceNamespaces(CommonNamespace QceNamespaces)
Set 云产品的告警策略类型,已废弃- Parameters:
QceNamespaces
- 云产品的告警策略类型,已废弃
-
getCustomNamespaces
public CommonNamespace getCustomNamespaces()
Get 其他告警策略类型,已废弃- Returns:
- CustomNamespaces 其他告警策略类型,已废弃
-
setCustomNamespaces
public void setCustomNamespaces(CommonNamespace CustomNamespaces)
Set 其他告警策略类型,已废弃- Parameters:
CustomNamespaces
- 其他告警策略类型,已废弃
-
getQceNamespacesNew
public CommonNamespace[] getQceNamespacesNew()
Get 云产品的告警策略类型- Returns:
- QceNamespacesNew 云产品的告警策略类型
-
setQceNamespacesNew
public void setQceNamespacesNew(CommonNamespace[] QceNamespacesNew)
Set 云产品的告警策略类型- Parameters:
QceNamespacesNew
- 云产品的告警策略类型
-
getCustomNamespacesNew
public CommonNamespace[] getCustomNamespacesNew()
Get 其他告警策略类型,暂不支持- Returns:
- CustomNamespacesNew 其他告警策略类型,暂不支持
-
setCustomNamespacesNew
public void setCustomNamespacesNew(CommonNamespace[] CustomNamespacesNew)
Set 其他告警策略类型,暂不支持- Parameters:
CustomNamespacesNew
- 其他告警策略类型,暂不支持
-
getCommonNamespaces
public CommonNamespaceNew[] getCommonNamespaces()
Get 通用告警策略类型(包括:应用性能监控,前端性能监控,云拨测) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CommonNamespaces 通用告警策略类型(包括:应用性能监控,前端性能监控,云拨测) 注意:此字段可能返回 null,表示取不到有效值。
-
setCommonNamespaces
public void setCommonNamespaces(CommonNamespaceNew[] CommonNamespaces)
Set 通用告警策略类型(包括:应用性能监控,前端性能监控,云拨测) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CommonNamespaces
- 通用告警策略类型(包括:应用性能监控,前端性能监控,云拨测) 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-