Package | Description |
---|---|
com.google.api.services.alertcenter.v1beta1.model |
Modifier and Type | Method and Description |
---|---|
ActivityRule |
ActivityRule.clone() |
ActivityRule |
ActivityRule.set(String fieldName,
Object value) |
ActivityRule |
ActivityRule.setActionNames(List<String> actionNames)
List of action names associated with the rule threshold.
|
ActivityRule |
ActivityRule.setCreateTime(String createTime)
Rule create timestamp.
|
ActivityRule |
ActivityRule.setDescription(String description)
Description of the rule.
|
ActivityRule |
ActivityRule.setDisplayName(String displayName)
Alert display name.
|
ActivityRule |
ActivityRule.setName(String name)
Rule name.
|
ActivityRule |
ActivityRule.setQuery(String query)
Query that is used to get the data from the associated source.
|
ActivityRule |
ActivityRule.setSupersededAlerts(List<String> supersededAlerts)
List of alert IDs superseded by this alert.
|
ActivityRule |
ActivityRule.setSupersedingAlert(String supersedingAlert)
Alert ID superseding this alert.
|
ActivityRule |
ActivityRule.setThreshold(String threshold)
Alert threshold is for example “COUNT > 5”.
|
ActivityRule |
ActivityRule.setTriggerSource(String triggerSource)
The trigger sources for this rule.
|
ActivityRule |
ActivityRule.setUpdateTime(String updateTime)
The timestamp of the last update to the rule.
|
ActivityRule |
ActivityRule.setWindowSize(String windowSize)
Rule window size.
|
Copyright © 2011–2024 Google. All rights reserved.