Interface PingReqOuterClass.PingReqOrBuilder

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

public static interface PingReqOuterClass.PingReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 client_time = 2;
    com.google.protobuf.ByteString
    bytes sc_data = 6;
    int
    uint32 seq = 11;
    double
    double total_tick_time = 4;
    float
    float ue_time = 9;

    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

    • getTotalTickTime

      double getTotalTickTime()
      double total_tick_time = 4;
      Returns:
      The totalTickTime.
    • getSeq

      int getSeq()
      uint32 seq = 11;
      Returns:
      The seq.
    • getClientTime

      int getClientTime()
      uint32 client_time = 2;
      Returns:
      The clientTime.
    • getUeTime

      float getUeTime()
      float ue_time = 9;
      Returns:
      The ueTime.
    • getScData

      com.google.protobuf.ByteString getScData()
      bytes sc_data = 6;
      Returns:
      The scData.