Class PushEventAttachRules
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.PushEventAttachRules
-
public class PushEventAttachRules extends Object
Defines which monitored entities a event is to be attached to
-
-
Constructor Summary
Constructors Constructor Description PushEventAttachRules()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PushEventAttachRules
addEntityIdsItem(String entityIdsItem)
PushEventAttachRules
addTagRuleItem(TagMatchRule tagRuleItem)
PushEventAttachRules
entityIds(List<String> entityIds)
List<String>
getEntityIds()
Array of entity identifiers, the event should be attached to.List<TagMatchRule>
getTagRule()
Array of tagRules which attach the event on all components that match the specific rules.void
setEntityIds(List<String> entityIds)
void
setTagRule(List<TagMatchRule> tagRule)
PushEventAttachRules
tagRule(List<TagMatchRule> tagRule)
String
toString()
-
-
-
Method Detail
-
entityIds
public PushEventAttachRules entityIds(List<String> entityIds)
-
addEntityIdsItem
public PushEventAttachRules addEntityIdsItem(String entityIdsItem)
-
getEntityIds
public List<String> getEntityIds()
Array of entity identifiers, the event should be attached to. This can also just be a single value.- Returns:
- entityIds
-
tagRule
public PushEventAttachRules tagRule(List<TagMatchRule> tagRule)
-
addTagRuleItem
public PushEventAttachRules addTagRuleItem(TagMatchRule tagRuleItem)
-
getTagRule
public List<TagMatchRule> getTagRule()
Array of tagRules which attach the event on all components that match the specific rules. This can also just be a single value.- Returns:
- tagRule
-
setTagRule
public void setTagRule(List<TagMatchRule> tagRule)
-
-