Uses of Class
com.tencentcloudapi.monitor.v20180724.models.ReceiverInfo
-
Packages that use ReceiverInfo Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of ReceiverInfo in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return ReceiverInfo Modifier and Type Method Description ReceiverInfo[]ModifyAlarmReceiversRequest. getReceiverInfos()Get 新接收人信息, 没有填写则删除所有接收人Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type ReceiverInfo Modifier and Type Method Description voidModifyAlarmReceiversRequest. setReceiverInfos(ReceiverInfo[] ReceiverInfos)Set 新接收人信息, 没有填写则删除所有接收人Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type ReceiverInfo Constructor Description ReceiverInfo(ReceiverInfo 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.
-