Class PagerDutyEvent

  • All Implemented Interfaces:
    org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

    public class PagerDutyEvent
    extends Object
    implements org.elasticsearch.common.xcontent.ToXContentObject
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent

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

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

        EMPTY_PARAMS
    • Constructor Summary

      Constructors 
      Constructor Description
      PagerDutyEvent()  
    • Constructor Detail

      • PagerDutyEvent

        public PagerDutyEvent()
    • Method Detail

      • getRoutingKey

        public String getRoutingKey()
      • setRoutingKey

        public void setRoutingKey​(String routingKey)
      • getEventAction

        public com.floragunn.signals.enterprise.watch.action.handlers.pagerduty.PagerDutyEvent.EventAction getEventAction()
      • setEventAction

        public void setEventAction​(com.floragunn.signals.enterprise.watch.action.handlers.pagerduty.PagerDutyEvent.EventAction eventAction)
      • getDedupKey

        public String getDedupKey()
      • setDedupKey

        public void setDedupKey​(String dedupKey)
      • getPayload

        public com.floragunn.signals.enterprise.watch.action.handlers.pagerduty.PagerDutyEvent.Payload getPayload()
      • setPayload

        public void setPayload​(com.floragunn.signals.enterprise.watch.action.handlers.pagerduty.PagerDutyEvent.Payload payload)
      • toJson

        public String toJson()
      • toXContent

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