Package io.redvox.apis
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 TypeMethodDescriptionbooleancontainsMetadata(String key) A map from string to string for including untyped metadatadoublegetA1()double a1 = 1;doublegetA2()double a2 = 2;doublegetA3()double a3 = 3;doublegetB1()double b1 = 4;doublegetB2()double b2 = 5;doublegetB3()double b3 = 6;Deprecated.intA map from string to string for including untyped metadataA map from string to string for including untyped metadatagetMetadataOrDefault(String key, String defaultValue) A map from string to string for including untyped metadatagetMetadataOrThrow(String key) A map from string to string for including untyped metadatagetUnit()Unit of parameters a1-b3intUnit of parameters a1-b3Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
RedvoxApiM.RedvoxPacketM.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
A map from string to string for including untyped metadata
map<string, string> metadata = 8; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
A map from string to string for including untyped metadata
map<string, string> metadata = 8; -
getMetadataOrDefault
A map from string to string for including untyped metadata
map<string, string> metadata = 8; -
getMetadataOrThrow
A map from string to string for including untyped metadata
map<string, string> metadata = 8;
-