Interface OpennmsModelProtos.EventOrBuilder

    • Method Detail

      • getId

        long getId()
        uint64 id = 1;
      • getUei

        String getUei()
        string uei = 2;
      • getUeiBytes

        com.google.protobuf.ByteString getUeiBytes()
        string uei = 2;
      • getLabel

        String getLabel()
        string label = 3;
      • getLabelBytes

        com.google.protobuf.ByteString getLabelBytes()
        string label = 3;
      • getTime

        long getTime()
        uint64 time = 4;
      • getSource

        String getSource()
        string source = 5;
      • getSourceBytes

        com.google.protobuf.ByteString getSourceBytes()
        string source = 5;
      • getParameterCount

        int getParameterCount()
        repeated .EventParameter parameter = 6;
      • getCreateTime

        long getCreateTime()
        uint64 create_time = 7;
      • getDescription

        String getDescription()
        string description = 8;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        string description = 8;
      • getLogMessage

        String getLogMessage()
        string log_message = 9;
      • getLogMessageBytes

        com.google.protobuf.ByteString getLogMessageBytes()
        string log_message = 9;
      • getSeverityValue

        int getSeverityValue()
        .Severity severity = 10;
      • getLog

        boolean getLog()
        bool log = 11;
      • getDisplay

        boolean getDisplay()
        bool display = 12;
      • hasNodeCriteria

        boolean hasNodeCriteria()
        .NodeCriteria node_criteria = 13;
      • getIpAddress

        String getIpAddress()
        string ip_address = 14;
      • getIpAddressBytes

        com.google.protobuf.ByteString getIpAddressBytes()
        string ip_address = 14;
      • getDistPoller

        String getDistPoller()
        string dist_poller = 15;
      • getDistPollerBytes

        com.google.protobuf.ByteString getDistPollerBytes()
        string dist_poller = 15;
      • hasSnmpInfo

        boolean hasSnmpInfo()
        .SnmpInfo snmpInfo = 16;