Class ReceiverDProto.Statistics

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
de.serosystems.proto.v3.grx.receiverd.ReceiverDProto.Statistics
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, ReceiverDProto.StatisticsOrBuilder, Serializable
Enclosing class:
ReceiverDProto

public static final class ReceiverDProto.Statistics extends com.google.protobuf.GeneratedMessageV3 implements ReceiverDProto.StatisticsOrBuilder
 Received signal statistics. 
 
Protobuf type serosystems.proto.v3.grx.receiverd.Statistics
See Also:
  • Field Details

    • COUNTERS_FIELD_NUMBER

      public static final int COUNTERS_FIELD_NUMBER
      See Also:
    • RATES_10S_FIELD_NUMBER

      public static final int RATES_10S_FIELD_NUMBER
      See Also:
    • RATES_60S_FIELD_NUMBER

      public static final int RATES_60S_FIELD_NUMBER
      See Also:
    • RECEPTION_CAPABILITIES_FIELD_NUMBER

      public static final int RECEPTION_CAPABILITIES_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasCounters

      public boolean hasCounters()
       Message counters. 
       
      .serosystems.proto.v3.grx.receiverd.Statistics.Counters counters = 1;
      Specified by:
      hasCounters in interface ReceiverDProto.StatisticsOrBuilder
      Returns:
      Whether the counters field is set.
    • getCounters

      public ReceiverDProto.Statistics.Counters getCounters()
       Message counters. 
       
      .serosystems.proto.v3.grx.receiverd.Statistics.Counters counters = 1;
      Specified by:
      getCounters in interface ReceiverDProto.StatisticsOrBuilder
      Returns:
      The counters.
    • getCountersOrBuilder

      public ReceiverDProto.Statistics.CountersOrBuilder getCountersOrBuilder()
       Message counters. 
       
      .serosystems.proto.v3.grx.receiverd.Statistics.Counters counters = 1;
      Specified by:
      getCountersOrBuilder in interface ReceiverDProto.StatisticsOrBuilder
    • hasRates10S

      public boolean hasRates10S()
       Message rate [1/s] over last 10 seconds. 
       
      .serosystems.proto.v3.grx.receiverd.Statistics.Rates rates_10s = 2;
      Specified by:
      hasRates10S in interface ReceiverDProto.StatisticsOrBuilder
      Returns:
      Whether the rates10s field is set.
    • getRates10S

      public ReceiverDProto.Statistics.Rates getRates10S()
       Message rate [1/s] over last 10 seconds. 
       
      .serosystems.proto.v3.grx.receiverd.Statistics.Rates rates_10s = 2;
      Specified by:
      getRates10S in interface ReceiverDProto.StatisticsOrBuilder
      Returns:
      The rates10s.
    • getRates10SOrBuilder

      public ReceiverDProto.Statistics.RatesOrBuilder getRates10SOrBuilder()
       Message rate [1/s] over last 10 seconds. 
       
      .serosystems.proto.v3.grx.receiverd.Statistics.Rates rates_10s = 2;
      Specified by:
      getRates10SOrBuilder in interface ReceiverDProto.StatisticsOrBuilder
    • hasRates60S

      public boolean hasRates60S()
       Message rate [1/s] over last 60 seconds. 
       
      .serosystems.proto.v3.grx.receiverd.Statistics.Rates rates_60s = 3;
      Specified by:
      hasRates60S in interface ReceiverDProto.StatisticsOrBuilder
      Returns:
      Whether the rates60s field is set.
    • getRates60S

      public ReceiverDProto.Statistics.Rates getRates60S()
       Message rate [1/s] over last 60 seconds. 
       
      .serosystems.proto.v3.grx.receiverd.Statistics.Rates rates_60s = 3;
      Specified by:
      getRates60S in interface ReceiverDProto.StatisticsOrBuilder
      Returns:
      The rates60s.
    • getRates60SOrBuilder

      public ReceiverDProto.Statistics.RatesOrBuilder getRates60SOrBuilder()
       Message rate [1/s] over last 60 seconds. 
       
      .serosystems.proto.v3.grx.receiverd.Statistics.Rates rates_60s = 3;
      Specified by:
      getRates60SOrBuilder in interface ReceiverDProto.StatisticsOrBuilder
    • hasReceptionCapabilities

      public boolean hasReceptionCapabilities()
       Device reception capabilities. 
       
      .serosystems.proto.v3.grx.receiverd.ReceptionCapabilities reception_capabilities = 4;
      Specified by:
      hasReceptionCapabilities in interface ReceiverDProto.StatisticsOrBuilder
      Returns:
      Whether the receptionCapabilities field is set.
    • getReceptionCapabilities

      public ReceiverDProto.ReceptionCapabilities getReceptionCapabilities()
       Device reception capabilities. 
       
      .serosystems.proto.v3.grx.receiverd.ReceptionCapabilities reception_capabilities = 4;
      Specified by:
      getReceptionCapabilities in interface ReceiverDProto.StatisticsOrBuilder
      Returns:
      The receptionCapabilities.
    • getReceptionCapabilitiesOrBuilder

      public ReceiverDProto.ReceptionCapabilitiesOrBuilder getReceptionCapabilitiesOrBuilder()
       Device reception capabilities. 
       
      .serosystems.proto.v3.grx.receiverd.ReceptionCapabilities reception_capabilities = 4;
      Specified by:
      getReceptionCapabilitiesOrBuilder in interface ReceiverDProto.StatisticsOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ReceiverDProto.Statistics parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ReceiverDProto.Statistics parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ReceiverDProto.Statistics parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ReceiverDProto.Statistics parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ReceiverDProto.Statistics parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ReceiverDProto.Statistics parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ReceiverDProto.Statistics parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ReceiverDProto.Statistics parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ReceiverDProto.Statistics parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ReceiverDProto.Statistics parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ReceiverDProto.Statistics parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ReceiverDProto.Statistics parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ReceiverDProto.Statistics.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ReceiverDProto.Statistics.Builder newBuilder()
    • newBuilder

      public static ReceiverDProto.Statistics.Builder newBuilder(ReceiverDProto.Statistics prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ReceiverDProto.Statistics.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ReceiverDProto.Statistics getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ReceiverDProto.Statistics> parser()
    • getParserForType

      public com.google.protobuf.Parser<ReceiverDProto.Statistics> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ReceiverDProto.Statistics getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder