Package org.yamcs.protobuf
Interface TmStatisticsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TmStatistics,TmStatistics.Builder
public interface TmStatisticsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetDataRate()optional int64 dataRate = 13;com.google.protobuf.TimestampgetLastPacketTime()optional .google.protobuf.Timestamp lastPacketTime = 11;com.google.protobuf.TimestampOrBuildergetLastPacketTimeOrBuilder()optional .google.protobuf.Timestamp lastPacketTime = 11;com.google.protobuf.TimestampgetLastReceived()optional .google.protobuf.Timestamp lastReceived = 10;com.google.protobuf.TimestampOrBuildergetLastReceivedOrBuilder()optional .google.protobuf.Timestamp lastReceived = 10;StringgetPacketName()Packet name.com.google.protobuf.ByteStringgetPacketNameBytes()Packet name.longgetPacketRate()optional int64 packetRate = 12;StringgetQualifiedName()optional string qualifiedName = 9;com.google.protobuf.ByteStringgetQualifiedNameBytes()optional string qualifiedName = 9;longgetReceivedPackets()optional int64 receivedPackets = 2;intgetSubscribedParameterCount()optional int32 subscribedParameterCount = 6;booleanhasDataRate()optional int64 dataRate = 13;booleanhasLastPacketTime()optional .google.protobuf.Timestamp lastPacketTime = 11;booleanhasLastReceived()optional .google.protobuf.Timestamp lastReceived = 10;booleanhasPacketName()Packet name.booleanhasPacketRate()optional int64 packetRate = 12;booleanhasQualifiedName()optional string qualifiedName = 9;booleanhasReceivedPackets()optional int64 receivedPackets = 2;booleanhasSubscribedParameterCount()optional int32 subscribedParameterCount = 6;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasPacketName
boolean hasPacketName()
Packet name.
optional string packetName = 1;
-
getPacketName
String getPacketName()
Packet name.
optional string packetName = 1;
-
getPacketNameBytes
com.google.protobuf.ByteString getPacketNameBytes()
Packet name.
optional string packetName = 1;
-
hasQualifiedName
boolean hasQualifiedName()
optional string qualifiedName = 9;
-
getQualifiedName
String getQualifiedName()
optional string qualifiedName = 9;
-
getQualifiedNameBytes
com.google.protobuf.ByteString getQualifiedNameBytes()
optional string qualifiedName = 9;
-
hasReceivedPackets
boolean hasReceivedPackets()
optional int64 receivedPackets = 2;
-
getReceivedPackets
long getReceivedPackets()
optional int64 receivedPackets = 2;
-
hasSubscribedParameterCount
boolean hasSubscribedParameterCount()
optional int32 subscribedParameterCount = 6;
-
getSubscribedParameterCount
int getSubscribedParameterCount()
optional int32 subscribedParameterCount = 6;
-
hasLastReceived
boolean hasLastReceived()
optional .google.protobuf.Timestamp lastReceived = 10;
-
getLastReceived
com.google.protobuf.Timestamp getLastReceived()
optional .google.protobuf.Timestamp lastReceived = 10;
-
getLastReceivedOrBuilder
com.google.protobuf.TimestampOrBuilder getLastReceivedOrBuilder()
optional .google.protobuf.Timestamp lastReceived = 10;
-
hasLastPacketTime
boolean hasLastPacketTime()
optional .google.protobuf.Timestamp lastPacketTime = 11;
-
getLastPacketTime
com.google.protobuf.Timestamp getLastPacketTime()
optional .google.protobuf.Timestamp lastPacketTime = 11;
-
getLastPacketTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getLastPacketTimeOrBuilder()
optional .google.protobuf.Timestamp lastPacketTime = 11;
-
hasPacketRate
boolean hasPacketRate()
optional int64 packetRate = 12;
-
getPacketRate
long getPacketRate()
optional int64 packetRate = 12;
-
hasDataRate
boolean hasDataRate()
optional int64 dataRate = 13;
-
getDataRate
long getDataRate()
optional int64 dataRate = 13;
-
-