Interface RedvoxApiM.SynchRequestOrBuilder

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

public static interface RedvoxApiM.SynchRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    The overall number of synch requests made.
    Id of the station
    com.google.protobuf.ByteString
    Id of the station
    Uuid of the station
    com.google.protobuf.ByteString
    Uuid of the station
    int
    The seq id within a single exchange

    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()
       Id of the station
       
      string station_id = 1;
      Returns:
      The stationId.
    • getStationIdBytes

      com.google.protobuf.ByteString getStationIdBytes()
       Id of the station
       
      string station_id = 1;
      Returns:
      The bytes for stationId.
    • getStationUuid

      String getStationUuid()
       Uuid of the station
       
      string station_uuid = 2;
      Returns:
      The stationUuid.
    • getStationUuidBytes

      com.google.protobuf.ByteString getStationUuidBytes()
       Uuid of the station
       
      string station_uuid = 2;
      Returns:
      The bytes for stationUuid.
    • getSeqId

      int getSeqId()
       The overall number of synch requests made. Starts at 0 on recording start.
       
      uint32 seq_id = 3;
      Returns:
      The seqId.
    • getSubSeqId

      int getSubSeqId()
       The seq id within a single exchange
       
      uint32 sub_seq_id = 4;
      Returns:
      The subSeqId.