Class ResolvedIncidentEvent


  • public class ResolvedIncidentEvent
    extends IncidentEvent
    The type Resolved incident event.
    • Constructor Detail

      • ResolvedIncidentEvent

        public ResolvedIncidentEvent()
    • Method Detail

      • resolutionKey

        public ResolvedIncidentEvent resolutionKey​(String resolutionKey)
        Resolution key resolved incident event.
        Parameters:
        resolutionKey - the resolution key
        Returns:
        the resolved incident event
      • getResolutionKey

        public String getResolutionKey()
        Gets resolution key.
        Returns:
        the resolution key
      • setResolutionKey

        public void setResolutionKey​(String resolutionKey)
        Sets resolution key.
        Parameters:
        resolutionKey - the resolution key
      • resolutionSource

        public ResolvedIncidentEvent resolutionSource​(String resolutionSource)
        Resolution source resolved incident event.
        Parameters:
        resolutionSource - the resolution source
        Returns:
        the resolved incident event
      • getResolutionSource

        public String getResolutionSource()
        Gets resolution source.
        Returns:
        the resolution source
      • setResolutionSource

        public void setResolutionSource​(String resolutionSource)
        Sets resolution source.
        Parameters:
        resolutionSource - the resolution source
      • resolutionStatus

        public ResolvedIncidentEvent resolutionStatus​(ResolutionStatus resolutionStatus)
        Resolution status resolved incident event.
        Parameters:
        resolutionStatus - the resolution status
        Returns:
        the resolved incident event
      • getResolutionStatus

        public ResolutionStatus getResolutionStatus()
        Gets resolution status.
        Returns:
        the resolution status
      • setResolutionStatus

        public void setResolutionStatus​(ResolutionStatus resolutionStatus)
        Sets resolution status.
        Parameters:
        resolutionStatus - the resolution status
      • nodeId

        public ResolvedIncidentEvent nodeId​(String nodeId)
        Node id resolved incident event.
        Parameters:
        nodeId - the node id
        Returns:
        the resolved incident event
      • getNodeId

        public String getNodeId()
        Gets node id.
        Returns:
        the node id
      • setNodeId

        public void setNodeId​(String nodeId)
        Sets node id.
        Parameters:
        nodeId - the node id