Package org.yamcs.protobuf
Interface ContainerDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContainerData,ContainerData.Builder
public interface ContainerDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringContainer bytescom.google.protobuf.TimestampWhen the container's packet was generated (packet time)com.google.protobuf.TimestampOrBuilderWhen the container's packet was generated (packet time)getName()Container name.com.google.protobuf.ByteStringContainer name.com.google.protobuf.TimestampWhent the container's packet was received by Yamcscom.google.protobuf.TimestampOrBuilderWhent the container's packet was received by YamcsintSequence count - it is generated by the link when the container is injected into Yamcs.booleanContainer bytesbooleanWhen the container's packet was generated (packet time)booleanhasName()Container name.booleanWhent the container's packet was received by YamcsbooleanSequence count - it is generated by the link when the container is injected into Yamcs.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasName
boolean hasName()Container name.
optional string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()Container name.
optional string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Container name.
optional string name = 1;- Returns:
- The bytes for name.
-
hasGenerationTime
boolean hasGenerationTime()When the container's packet was generated (packet time)
optional .google.protobuf.Timestamp generationTime = 2;- Returns:
- Whether the generationTime field is set.
-
getGenerationTime
com.google.protobuf.Timestamp getGenerationTime()When the container's packet was generated (packet time)
optional .google.protobuf.Timestamp generationTime = 2;- Returns:
- The generationTime.
-
getGenerationTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getGenerationTimeOrBuilder()When the container's packet was generated (packet time)
optional .google.protobuf.Timestamp generationTime = 2; -
hasReceptionTime
boolean hasReceptionTime()Whent the container's packet was received by Yamcs
optional .google.protobuf.Timestamp receptionTime = 3;- Returns:
- Whether the receptionTime field is set.
-
getReceptionTime
com.google.protobuf.Timestamp getReceptionTime()Whent the container's packet was received by Yamcs
optional .google.protobuf.Timestamp receptionTime = 3;- Returns:
- The receptionTime.
-
getReceptionTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getReceptionTimeOrBuilder()Whent the container's packet was received by Yamcs
optional .google.protobuf.Timestamp receptionTime = 3; -
hasBinary
boolean hasBinary()Container bytes
optional bytes binary = 4;- Returns:
- Whether the binary field is set.
-
getBinary
com.google.protobuf.ByteString getBinary()Container bytes
optional bytes binary = 4;- Returns:
- The binary.
-
hasSeqCount
boolean hasSeqCount()Sequence count - it is generated by the link when the container is injected into Yamcs. In case this is part of a sub-container, the sequence count is the one from the encompassing container
optional uint32 seqCount = 5;- Returns:
- Whether the seqCount field is set.
-
getSeqCount
int getSeqCount()Sequence count - it is generated by the link when the container is injected into Yamcs. In case this is part of a sub-container, the sequence count is the one from the encompassing container
optional uint32 seqCount = 5;- Returns:
- The seqCount.
-