Interface Db.EventOrBuilder

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

    public static interface Db.EventOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCreatedBy()
      Set by API when event was posted by a user
      com.google.protobuf.ByteString getCreatedByBytes()
      Set by API when event was posted by a user
      long getGenerationTime()
      optional int64 generationTime = 2;
      String getGenerationTimeUTC()
      optional string generationTimeUTC = 8;
      com.google.protobuf.ByteString getGenerationTimeUTCBytes()
      optional string generationTimeUTC = 8;
      String getMessage()
      required string message = 6;
      com.google.protobuf.ByteString getMessageBytes()
      required string message = 6;
      long getReceptionTime()
      optional int64 receptionTime = 3;
      String getReceptionTimeUTC()
      optional string receptionTimeUTC = 9;
      com.google.protobuf.ByteString getReceptionTimeUTCBytes()
      optional string receptionTimeUTC = 9;
      int getSeqNumber()
      optional int32 seqNumber = 4;
      org.yamcs.protobuf.Yamcs.Event.EventSeverity getSeverity()
      optional .yamcs.protobuf.Event.EventSeverity severity = 7 [default = INFO];
      String getSource()
      optional string source = 1;
      com.google.protobuf.ByteString getSourceBytes()
      optional string source = 1;
      String getType()
      optional string type = 5;
      com.google.protobuf.ByteString getTypeBytes()
      optional string type = 5;
      boolean hasCreatedBy()
      Set by API when event was posted by a user
      boolean hasGenerationTime()
      optional int64 generationTime = 2;
      boolean hasGenerationTimeUTC()
      optional string generationTimeUTC = 8;
      boolean hasMessage()
      required string message = 6;
      boolean hasReceptionTime()
      optional int64 receptionTime = 3;
      boolean hasReceptionTimeUTC()
      optional string receptionTimeUTC = 9;
      boolean hasSeqNumber()
      optional int32 seqNumber = 4;
      boolean hasSeverity()
      optional .yamcs.protobuf.Event.EventSeverity severity = 7 [default = INFO];
      boolean hasSource()
      optional string source = 1;
      boolean hasType()
      optional string type = 5;
      • 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

      • hasSource

        boolean hasSource()
        optional string source = 1;
      • getSource

        String getSource()
        optional string source = 1;
      • getSourceBytes

        com.google.protobuf.ByteString getSourceBytes()
        optional string source = 1;
      • hasGenerationTime

        boolean hasGenerationTime()
        optional int64 generationTime = 2;
      • getGenerationTime

        long getGenerationTime()
        optional int64 generationTime = 2;
      • hasReceptionTime

        boolean hasReceptionTime()
        optional int64 receptionTime = 3;
      • getReceptionTime

        long getReceptionTime()
        optional int64 receptionTime = 3;
      • hasSeqNumber

        boolean hasSeqNumber()
        optional int32 seqNumber = 4;
      • getSeqNumber

        int getSeqNumber()
        optional int32 seqNumber = 4;
      • hasType

        boolean hasType()
        optional string type = 5;
      • getType

        String getType()
        optional string type = 5;
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        optional string type = 5;
      • hasMessage

        boolean hasMessage()
        required string message = 6;
      • getMessage

        String getMessage()
        required string message = 6;
      • getMessageBytes

        com.google.protobuf.ByteString getMessageBytes()
        required string message = 6;
      • hasSeverity

        boolean hasSeverity()
        optional .yamcs.protobuf.Event.EventSeverity severity = 7 [default = INFO];
      • getSeverity

        org.yamcs.protobuf.Yamcs.Event.EventSeverity getSeverity()
        optional .yamcs.protobuf.Event.EventSeverity severity = 7 [default = INFO];
      • hasGenerationTimeUTC

        boolean hasGenerationTimeUTC()
        optional string generationTimeUTC = 8;
      • getGenerationTimeUTC

        String getGenerationTimeUTC()
        optional string generationTimeUTC = 8;
      • getGenerationTimeUTCBytes

        com.google.protobuf.ByteString getGenerationTimeUTCBytes()
        optional string generationTimeUTC = 8;
      • hasReceptionTimeUTC

        boolean hasReceptionTimeUTC()
        optional string receptionTimeUTC = 9;
      • getReceptionTimeUTC

        String getReceptionTimeUTC()
        optional string receptionTimeUTC = 9;
      • getReceptionTimeUTCBytes

        com.google.protobuf.ByteString getReceptionTimeUTCBytes()
        optional string receptionTimeUTC = 9;
      • hasCreatedBy

        boolean hasCreatedBy()
         Set by API when event was posted by a user
         
        optional string createdBy = 10;
      • getCreatedBy

        String getCreatedBy()
         Set by API when event was posted by a user
         
        optional string createdBy = 10;
      • getCreatedByBytes

        com.google.protobuf.ByteString getCreatedByBytes()
         Set by API when event was posted by a user
         
        optional string createdBy = 10;