Interface EventsProto.EventOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EventsProto.Event, EventsProto.Event.Builder
    Enclosing class:
    EventsProto

    public static interface EventsProto.EventOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getUei

        String getUei()
         required field
         
        string uei = 1;
      • getUeiBytes

        com.google.protobuf.ByteString getUeiBytes()
         required field
         
        string uei = 1;
      • getSource

        String getSource()
         required field
         
        string source = 2;
      • getSourceBytes

        com.google.protobuf.ByteString getSourceBytes()
         required field
         
        string source = 2;
      • getSeverityValue

        int getSeverityValue()
         required field
         
        .Severity severity = 3;
      • getHost

        String getHost()
        string host = 4;
      • getHostBytes

        com.google.protobuf.ByteString getHostBytes()
        string host = 4;
      • getNodeId

        int getNodeId()
        uint32 node_id = 5;
      • getIpAddress

        String getIpAddress()
        string ip_address = 6;
      • getIpAddressBytes

        com.google.protobuf.ByteString getIpAddressBytes()
        string ip_address = 6;
      • getServiceName

        String getServiceName()
        string service_name = 7;
      • getServiceNameBytes

        com.google.protobuf.ByteString getServiceNameBytes()
        string service_name = 7;
      • getIfIndex

        int getIfIndex()
        uint32 if_index = 8;
      • getDescription

        String getDescription()
        string description = 9;
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
        string description = 9;
      • getDistPoller

        String getDistPoller()
        string dist_poller = 10;
      • getDistPollerBytes

        com.google.protobuf.ByteString getDistPollerBytes()
        string dist_poller = 10;
      • getLogDest

        String getLogDest()
        string log_dest = 11;
      • getLogDestBytes

        com.google.protobuf.ByteString getLogDestBytes()
        string log_dest = 11;
      • getLogContent

        String getLogContent()
        string log_content = 12;
      • getLogContentBytes

        com.google.protobuf.ByteString getLogContentBytes()
        string log_content = 12;
      • getParameterCount

        int getParameterCount()
        repeated .EventParameter parameter = 13;