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 Type
    Method
    Description
    long
    Time synch server received request
    long
    Time synch server sent response
    int
    Should match same field from request
    Should match same field from request
    com.google.protobuf.ByteString
    Should match same field from request
    Should match same field from request
    com.google.protobuf.ByteString
    Should match same field from request
    int
    Should be req field + 1

    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

    • 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.