Interface LspMon.lsp_monitor_data_eventOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      LspMon.lsp_event getEventIdentifier()
      required .lsp_event event_identifier = 1;
      LspMon.event_subcode getSubcode()
      optional .event_subcode subcode = 2;
      boolean hasEventIdentifier()
      required .lsp_event event_identifier = 1;
      boolean hasSubcode()
      optional .event_subcode subcode = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasEventIdentifier

        boolean hasEventIdentifier()
        required .lsp_event event_identifier = 1;
        Returns:
        Whether the eventIdentifier field is set.
      • getEventIdentifier

        LspMon.lsp_event getEventIdentifier()
        required .lsp_event event_identifier = 1;
        Returns:
        The eventIdentifier.
      • hasSubcode

        boolean hasSubcode()
        optional .event_subcode subcode = 2;
        Returns:
        Whether the subcode field is set.
      • getSubcode

        LspMon.event_subcode getSubcode()
        optional .event_subcode subcode = 2;
        Returns:
        The subcode.