Interface RedvoxApiM.RedvoxPacketM.TimingInformation.SynchExchangeOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RedvoxApiM.RedvoxPacketM.TimingInformation.SynchExchange, RedvoxApiM.RedvoxPacketM.TimingInformation.SynchExchange.Builder
Enclosing class:
RedvoxApiM.RedvoxPacketM.TimingInformation

public static interface RedvoxApiM.RedvoxPacketM.TimingInformation.SynchExchangeOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    A map from string to string for including untyped metadata
    double
    double a1 = 1;
    double
    double a2 = 2;
    double
    double a3 = 3;
    double
    double b1 = 4;
    double
    double b2 = 5;
    double
    double b3 = 6;
    Deprecated.
    int
    A map from string to string for including untyped metadata
    A map from string to string for including untyped metadata
    getMetadataOrDefault(String key, String defaultValue)
    A map from string to string for including untyped metadata
    A map from string to string for including untyped metadata
    Unit of parameters a1-b3
    int
    Unit of parameters a1-b3

    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

    • getA1

      double getA1()
      double a1 = 1;
      Returns:
      The a1.
    • getA2

      double getA2()
      double a2 = 2;
      Returns:
      The a2.
    • getA3

      double getA3()
      double a3 = 3;
      Returns:
      The a3.
    • getB1

      double getB1()
      double b1 = 4;
      Returns:
      The b1.
    • getB2

      double getB2()
      double b2 = 5;
      Returns:
      The b2.
    • getB3

      double getB3()
      double b3 = 6;
      Returns:
      The b3.
    • getUnitValue

      int getUnitValue()
       Unit of parameters a1-b3
       
      .redvox_api_m.RedvoxPacketM.Unit unit = 7;
      Returns:
      The enum numeric value on the wire for unit.
    • getUnit

       Unit of parameters a1-b3
       
      .redvox_api_m.RedvoxPacketM.Unit unit = 7;
      Returns:
      The unit.
    • getMetadataCount

      int getMetadataCount()
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 8;
    • containsMetadata

      boolean containsMetadata(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 8;
    • getMetadata

      @Deprecated Map<String,String> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      Map<String,String> getMetadataMap()
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 8;
    • getMetadataOrDefault

      String getMetadataOrDefault(String key, String defaultValue)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 8;
    • getMetadataOrThrow

      String getMetadataOrThrow(String key)
       A map from string to string for including untyped metadata
       
      map<string, string> metadata = 8;