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

    Modifier and Type
    Method
    Description
    long
    optional int64 dataRate = 13;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp lastPacketTime = 11;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp lastPacketTime = 11;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp lastReceived = 10;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp lastReceived = 10;
    Packet name.
    com.google.protobuf.ByteString
    Packet name.
    long
    optional int64 packetRate = 12;
    optional string qualifiedName = 9;
    com.google.protobuf.ByteString
    optional string qualifiedName = 9;
    long
    optional int64 receivedPackets = 2;
    int
    optional int32 subscribedParameterCount = 6;
    boolean
    optional int64 dataRate = 13;
    boolean
    optional .google.protobuf.Timestamp lastPacketTime = 11;
    boolean
    optional .google.protobuf.Timestamp lastReceived = 10;
    boolean
    Packet name.
    boolean
    optional int64 packetRate = 12;
    boolean
    optional string qualifiedName = 9;
    boolean
    optional int64 receivedPackets = 2;
    boolean
    optional int32 subscribedParameterCount = 6;

    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

    • hasPacketName

      boolean hasPacketName()
       Packet name.
       
      optional string packetName = 1;
      Returns:
      Whether the packetName field is set.
    • getPacketName

      String getPacketName()
       Packet name.
       
      optional string packetName = 1;
      Returns:
      The packetName.
    • getPacketNameBytes

      com.google.protobuf.ByteString getPacketNameBytes()
       Packet name.
       
      optional string packetName = 1;
      Returns:
      The bytes for packetName.
    • hasQualifiedName

      boolean hasQualifiedName()
      optional string qualifiedName = 9;
      Returns:
      Whether the qualifiedName field is set.
    • getQualifiedName

      String getQualifiedName()
      optional string qualifiedName = 9;
      Returns:
      The qualifiedName.
    • getQualifiedNameBytes

      com.google.protobuf.ByteString getQualifiedNameBytes()
      optional string qualifiedName = 9;
      Returns:
      The bytes for qualifiedName.
    • hasReceivedPackets

      boolean hasReceivedPackets()
      optional int64 receivedPackets = 2;
      Returns:
      Whether the receivedPackets field is set.
    • getReceivedPackets

      long getReceivedPackets()
      optional int64 receivedPackets = 2;
      Returns:
      The receivedPackets.
    • hasSubscribedParameterCount

      boolean hasSubscribedParameterCount()
      optional int32 subscribedParameterCount = 6;
      Returns:
      Whether the subscribedParameterCount field is set.
    • getSubscribedParameterCount

      int getSubscribedParameterCount()
      optional int32 subscribedParameterCount = 6;
      Returns:
      The subscribedParameterCount.
    • hasLastReceived

      boolean hasLastReceived()
      optional .google.protobuf.Timestamp lastReceived = 10;
      Returns:
      Whether the lastReceived field is set.
    • getLastReceived

      com.google.protobuf.Timestamp getLastReceived()
      optional .google.protobuf.Timestamp lastReceived = 10;
      Returns:
      The lastReceived.
    • getLastReceivedOrBuilder

      com.google.protobuf.TimestampOrBuilder getLastReceivedOrBuilder()
      optional .google.protobuf.Timestamp lastReceived = 10;
    • hasLastPacketTime

      boolean hasLastPacketTime()
      optional .google.protobuf.Timestamp lastPacketTime = 11;
      Returns:
      Whether the lastPacketTime field is set.
    • getLastPacketTime

      com.google.protobuf.Timestamp getLastPacketTime()
      optional .google.protobuf.Timestamp lastPacketTime = 11;
      Returns:
      The lastPacketTime.
    • getLastPacketTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getLastPacketTimeOrBuilder()
      optional .google.protobuf.Timestamp lastPacketTime = 11;
    • hasPacketRate

      boolean hasPacketRate()
      optional int64 packetRate = 12;
      Returns:
      Whether the packetRate field is set.
    • getPacketRate

      long getPacketRate()
      optional int64 packetRate = 12;
      Returns:
      The packetRate.
    • hasDataRate

      boolean hasDataRate()
      optional int64 dataRate = 13;
      Returns:
      Whether the dataRate field is set.
    • getDataRate

      long getDataRate()
      optional int64 dataRate = 13;
      Returns:
      The dataRate.