Class PagerDutyEventConfig

  • All Implemented Interfaces:
    org.elasticsearch.xcontent.ToXContent

    public class PagerDutyEventConfig
    extends Object
    implements org.elasticsearch.xcontent.ToXContent
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  PagerDutyEventConfig.Payload  
      • Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent

        org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.ToXContent.Params
    • Field Summary

      • Fields inherited from interface org.elasticsearch.xcontent.ToXContent

        EMPTY_PARAMS
    • Constructor Detail

      • PagerDutyEventConfig

        public PagerDutyEventConfig()
    • Method Detail

      • toXContent

        public org.elasticsearch.xcontent.XContentBuilder toXContent​(org.elasticsearch.xcontent.XContentBuilder builder,
                                                                     org.elasticsearch.xcontent.ToXContent.Params params)
                                                              throws IOException
        Specified by:
        toXContent in interface org.elasticsearch.xcontent.ToXContent
        Throws:
        IOException
      • getEventAction

        public com.floragunn.searchsupport.config.elements.InlineMustacheTemplate<com.floragunn.signals.enterprise.watch.action.handlers.pagerduty.PagerDutyEvent.EventAction> getEventAction()
      • setEventAction

        public void setEventAction​(com.floragunn.searchsupport.config.elements.InlineMustacheTemplate<com.floragunn.signals.enterprise.watch.action.handlers.pagerduty.PagerDutyEvent.EventAction> eventAction)
      • getDedupKey

        public com.floragunn.searchsupport.config.elements.InlineMustacheTemplate<String> getDedupKey()
      • setDedupKey

        public void setDedupKey​(com.floragunn.searchsupport.config.elements.InlineMustacheTemplate<String> dedupKey)