Interface Yamcs.ArchiveRecordOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Yamcs.ArchiveRecord, Yamcs.ArchiveRecord.Builder
Enclosing class:
Yamcs

public static interface Yamcs.ArchiveRecordOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<string, string> extra = 10;
    Deprecated.
    int
    map<string, string> extra = 10;
    map<string, string> extra = 10;
    getExtraOrDefault(String key, String defaultValue)
    map<string, string> extra = 10;
    map<string, string> extra = 10;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp first = 8;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp first = 8;
    optional .yamcs.protobuf.NamedObjectId id = 1;
    optional .yamcs.protobuf.NamedObjectId id = 1;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp last = 9;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp last = 9;
    int
    optional int32 num = 4;
    long
    optional int64 seqFirst = 6;
    long
    optional int64 seqLast = 7;
    boolean
    optional .google.protobuf.Timestamp first = 8;
    boolean
    optional .yamcs.protobuf.NamedObjectId id = 1;
    boolean
    optional .google.protobuf.Timestamp last = 9;
    boolean
    optional int32 num = 4;
    boolean
    optional int64 seqFirst = 6;
    boolean
    optional int64 seqLast = 7;

    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 Details

    • hasId

      boolean hasId()
      optional .yamcs.protobuf.NamedObjectId id = 1;
      Returns:
      Whether the id field is set.
    • getId

      optional .yamcs.protobuf.NamedObjectId id = 1;
      Returns:
      The id.
    • getIdOrBuilder

      optional .yamcs.protobuf.NamedObjectId id = 1;
    • hasNum

      boolean hasNum()
      optional int32 num = 4;
      Returns:
      Whether the num field is set.
    • getNum

      int getNum()
      optional int32 num = 4;
      Returns:
      The num.
    • hasSeqFirst

      boolean hasSeqFirst()
      optional int64 seqFirst = 6;
      Returns:
      Whether the seqFirst field is set.
    • getSeqFirst

      long getSeqFirst()
      optional int64 seqFirst = 6;
      Returns:
      The seqFirst.
    • hasSeqLast

      boolean hasSeqLast()
      optional int64 seqLast = 7;
      Returns:
      Whether the seqLast field is set.
    • getSeqLast

      long getSeqLast()
      optional int64 seqLast = 7;
      Returns:
      The seqLast.
    • hasFirst

      boolean hasFirst()
      optional .google.protobuf.Timestamp first = 8;
      Returns:
      Whether the first field is set.
    • getFirst

      com.google.protobuf.Timestamp getFirst()
      optional .google.protobuf.Timestamp first = 8;
      Returns:
      The first.
    • getFirstOrBuilder

      com.google.protobuf.TimestampOrBuilder getFirstOrBuilder()
      optional .google.protobuf.Timestamp first = 8;
    • hasLast

      boolean hasLast()
      optional .google.protobuf.Timestamp last = 9;
      Returns:
      Whether the last field is set.
    • getLast

      com.google.protobuf.Timestamp getLast()
      optional .google.protobuf.Timestamp last = 9;
      Returns:
      The last.
    • getLastOrBuilder

      com.google.protobuf.TimestampOrBuilder getLastOrBuilder()
      optional .google.protobuf.Timestamp last = 9;
    • getExtraCount

      int getExtraCount()
      map<string, string> extra = 10;
    • containsExtra

      boolean containsExtra(String key)
      map<string, string> extra = 10;
    • getExtra

      Deprecated.
      Use getExtraMap() instead.
    • getExtraMap

      Map<String,String> getExtraMap()
      map<string, string> extra = 10;
    • getExtraOrDefault

      String getExtraOrDefault(String key, String defaultValue)
      map<string, string> extra = 10;
    • getExtraOrThrow

      String getExtraOrThrow(String key)
      map<string, string> extra = 10;