Interface LoggingProto.EventIdentifierOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getLocalId()
      optional int64 local_id = 1;
      LoggingProto.SourceIdentifier getSourceIdentifier()
      optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;
      LoggingProto.SourceIdentifierOrBuilder getSourceIdentifierOrBuilder()
      optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;
      boolean hasLocalId()
      optional int64 local_id = 1;
      boolean hasSourceIdentifier()
      optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 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

      • hasLocalId

        boolean hasLocalId()
        optional int64 local_id = 1;
      • getLocalId

        long getLocalId()
        optional int64 local_id = 1;
      • hasSourceIdentifier

        boolean hasSourceIdentifier()
        optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;
      • getSourceIdentifier

        LoggingProto.SourceIdentifier getSourceIdentifier()
        optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;