Package io.redvox.apis
Interface RedvoxApiM.SynchResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RedvoxApiM.SynchResponse,RedvoxApiM.SynchResponse.Builder
- Enclosing class:
- RedvoxApiM
public static interface RedvoxApiM.SynchResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongTime synch server received requestlongTime synch server sent responseintgetSeqId()Should match same field from requestShould match same field from requestcom.google.protobuf.ByteStringShould match same field from requestShould match same field from requestcom.google.protobuf.ByteStringShould match same field from requestintShould be req field + 1Methods 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
-
getStationId
String getStationId()Should match same field from request
string station_id = 1;- Returns:
- The stationId.
-
getStationIdBytes
com.google.protobuf.ByteString getStationIdBytes()Should match same field from request
string station_id = 1;- Returns:
- The bytes for stationId.
-
getStationUuid
String getStationUuid()Should match same field from request
string station_uuid = 2;- Returns:
- The stationUuid.
-
getStationUuidBytes
com.google.protobuf.ByteString getStationUuidBytes()Should match same field from request
string station_uuid = 2;- Returns:
- The bytes for stationUuid.
-
getSeqId
int getSeqId()Should match same field from request
uint32 seq_id = 3;- Returns:
- The seqId.
-
getSubSeqId
int getSubSeqId()Should be req field + 1
uint32 sub_seq_id = 4;- Returns:
- The subSeqId.
-
getRecvTsUs
long getRecvTsUs()Time synch server received request
uint64 recv_ts_us = 5;- Returns:
- The recvTsUs.
-
getSendTsUs
long getSendTsUs()Time synch server sent response
uint64 send_ts_us = 6;- Returns:
- The sendTsUs.
-