Uses of Class
com.tencentcloudapi.cwp.v20180228.models.WarningObject
-
Packages that use WarningObject Package Description com.tencentcloudapi.cwp.v20180228.models -
-
Uses of WarningObject in com.tencentcloudapi.cwp.v20180228.models
Methods in com.tencentcloudapi.cwp.v20180228.models that return WarningObject Modifier and Type Method Description WarningObject[]ModifyWarningSettingRequest. getWarningObjects()Get 告警设置的修改内容Methods in com.tencentcloudapi.cwp.v20180228.models with parameters of type WarningObject Modifier and Type Method Description voidModifyWarningSettingRequest. setWarningObjects(WarningObject[] WarningObjects)Set 告警设置的修改内容Constructors in com.tencentcloudapi.cwp.v20180228.models with parameters of type WarningObject Constructor Description WarningObject(WarningObject 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.
-