Interface IEvent

  • All Known Implementing Classes:
    ImmutableEvent

    public interface IEvent
    A definition corresponding to POJO 'Event'. The 'has...()' methods exist since the corresponding 'get...()' methods will return a default value if null. Using the 'has...()' method is the only means to determine if the backing value is null.
    • Method Detail

      • getAutoaction

        IAutoAction getAutoaction​(int index)
      • getAutoactionCount

        int getAutoactionCount()
      • getCreationTime

        Date getCreationTime()
      • getDistPoller

        String getDistPoller()
      • getForward

        IForward getForward​(int index)
      • getForwardCollection

        List<IForward> getForwardCollection()
      • getForwardCount

        int getForwardCount()
      • getIfAlias

        String getIfAlias()
      • getInterface

        String getInterface()
      • getInterfaceAddress

        InetAddress getInterfaceAddress()
      • getLoggroup

        String getLoggroup​(int index)
      • getLoggroup

        String[] getLoggroup()
      • getLoggroupCollection

        List<String> getLoggroupCollection()
      • getLoggroupCount

        int getLoggroupCount()
      • getMask

        IMask getMask()
      • getMasterStation

        String getMasterStation()
      • getMouseovertext

        String getMouseovertext()
      • getNodeid

        Long getNodeid()
      • getOperaction

        IOperAction getOperaction​(int index)
      • getOperactionCount

        int getOperactionCount()
      • getOperinstruct

        String getOperinstruct()
      • getParmCollection

        List<IParm> getParmCollection()
      • getPathoutage

        String getPathoutage()
      • getScript

        IScript getScript​(int index)
      • getScriptCollection

        List<IScript> getScriptCollection()
      • getScriptCount

        int getScriptCount()
      • getService

        String getService()
      • getSeverity

        String getSeverity()
      • getSnmp

        ISnmp getSnmp()
      • getSnmphost

        String getSnmphost()
      • getSource

        String getSource()
      • getTime

        Date getTime()
      • hasDbid

        boolean hasDbid()
      • hasIfIndex

        boolean hasIfIndex()
      • hasNodeid

        boolean hasNodeid()
      • toStringSimple

        String toStringSimple()