Package org.webswing.server.model.proto
Interface Webswing.TimestampsMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.TimestampsMsgInProto,Webswing.TimestampsMsgInProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.TimestampsMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPing()optional uint32 ping = 4;StringgetRenderingTime()optional string renderingTime = 3;com.google.protobuf.ByteStringgetRenderingTimeBytes()optional string renderingTime = 3;StringgetSendTimestamp()optional string sendTimestamp = 2;com.google.protobuf.ByteStringgetSendTimestampBytes()optional string sendTimestamp = 2;StringgetStartTimestamp()optional string startTimestamp = 1;com.google.protobuf.ByteStringgetStartTimestampBytes()optional string startTimestamp = 1;booleanhasPing()optional uint32 ping = 4;booleanhasRenderingTime()optional string renderingTime = 3;booleanhasSendTimestamp()optional string sendTimestamp = 2;booleanhasStartTimestamp()optional string startTimestamp = 1;-
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;
-
-