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.ByteString
Container bytescom.google.protobuf.Timestamp
When the container's packet was generated (packet time)com.google.protobuf.TimestampOrBuilder
When the container's packet was generated (packet time)getName()
Container name.com.google.protobuf.ByteString
Container name.com.google.protobuf.Timestamp
Whent the container's packet was received by Yamcscom.google.protobuf.TimestampOrBuilder
Whent the container's packet was received by Yamcsint
Sequence count - it is generated by the link when the container is injected into Yamcs.boolean
Container bytesboolean
When the container's packet was generated (packet time)boolean
hasName()
Container name.boolean
Whent the container's packet was received by Yamcsboolean
Sequence count - it is generated by the link when the container is injected into Yamcs.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
-
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.
-