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 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;