Interface Webswing.TimestampsMsgInProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPing()
      optional uint32 ping = 4;
      String getRenderingTime()
      optional string renderingTime = 3;
      com.google.protobuf.ByteString getRenderingTimeBytes()
      optional string renderingTime = 3;
      String getSendTimestamp()
      optional string sendTimestamp = 2;
      com.google.protobuf.ByteString getSendTimestampBytes()
      optional string sendTimestamp = 2;
      String getStartTimestamp()
      optional string startTimestamp = 1;
      com.google.protobuf.ByteString getStartTimestampBytes()
      optional string startTimestamp = 1;
      boolean hasPing()
      optional uint32 ping = 4;
      boolean hasRenderingTime()
      optional string renderingTime = 3;
      boolean hasSendTimestamp()
      optional string sendTimestamp = 2;
      boolean hasStartTimestamp()
      optional string startTimestamp = 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 Detail

      • hasStartTimestamp

        boolean hasStartTimestamp()
        optional string startTimestamp = 1;
      • getStartTimestamp

        String getStartTimestamp()
        optional string startTimestamp = 1;
      • getStartTimestampBytes

        com.google.protobuf.ByteString getStartTimestampBytes()
        optional string startTimestamp = 1;
      • hasSendTimestamp

        boolean hasSendTimestamp()
        optional string sendTimestamp = 2;
      • getSendTimestamp

        String getSendTimestamp()
        optional string sendTimestamp = 2;
      • getSendTimestampBytes

        com.google.protobuf.ByteString getSendTimestampBytes()
        optional string sendTimestamp = 2;
      • hasRenderingTime

        boolean hasRenderingTime()
        optional string renderingTime = 3;
      • getRenderingTime

        String getRenderingTime()
        optional string renderingTime = 3;
      • getRenderingTimeBytes

        com.google.protobuf.ByteString getRenderingTimeBytes()
        optional string renderingTime = 3;
      • hasPing

        boolean hasPing()
        optional uint32 ping = 4;
      • getPing

        int getPing()
        optional uint32 ping = 4;