Package org.yamcs.protobuf
Interface IndexEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IndexEntry,IndexEntry.Builder
public interface IndexEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCount()optional int32 count = 3;longgetSeqStart()optional int64 seqStart = 4;longgetSeqStop()optional int64 seqStop = 5;StringgetStart()optional string start = 1;com.google.protobuf.ByteStringgetStartBytes()optional string start = 1;StringgetStop()optional string stop = 2;com.google.protobuf.ByteStringgetStopBytes()optional string stop = 2;booleanhasCount()optional int32 count = 3;booleanhasSeqStart()optional int64 seqStart = 4;booleanhasSeqStop()optional int64 seqStop = 5;booleanhasStart()optional string start = 1;booleanhasStop()optional string stop = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStart
boolean hasStart()
optional string start = 1;
-
getStart
String getStart()
optional string start = 1;
-
getStartBytes
com.google.protobuf.ByteString getStartBytes()
optional string start = 1;
-
hasStop
boolean hasStop()
optional string stop = 2;
-
getStop
String getStop()
optional string stop = 2;
-
getStopBytes
com.google.protobuf.ByteString getStopBytes()
optional string stop = 2;
-
hasCount
boolean hasCount()
optional int32 count = 3;
-
getCount
int getCount()
optional int32 count = 3;
-
hasSeqStart
boolean hasSeqStart()
optional int64 seqStart = 4;
-
getSeqStart
long getSeqStart()
optional int64 seqStart = 4;
-
hasSeqStop
boolean hasSeqStop()
optional int64 seqStop = 5;
-
getSeqStop
long getSeqStop()
optional int64 seqStop = 5;
-
-