Package org.webswing.model.common.proto
Interface CommonProto.TimestampsMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonProto.TimestampsMsgInProto,CommonProto.TimestampsMsgInProto.Builder
- Enclosing class:
- CommonProto
public static interface CommonProto.TimestampsMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPing()optional uint32 ping = 4;java.lang.StringgetRenderingTime()optional string renderingTime = 3;com.google.protobuf.ByteStringgetRenderingTimeBytes()optional string renderingTime = 3;java.lang.StringgetSendTimestamp()optional string sendTimestamp = 2;com.google.protobuf.ByteStringgetSendTimestampBytes()optional string sendTimestamp = 2;java.lang.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
java.lang.String getStartTimestamp()
optional string startTimestamp = 1;
-
getStartTimestampBytes
com.google.protobuf.ByteString getStartTimestampBytes()
optional string startTimestamp = 1;
-
hasSendTimestamp
boolean hasSendTimestamp()
optional string sendTimestamp = 2;
-
getSendTimestamp
java.lang.String getSendTimestamp()
optional string sendTimestamp = 2;
-
getSendTimestampBytes
com.google.protobuf.ByteString getSendTimestampBytes()
optional string sendTimestamp = 2;
-
hasRenderingTime
boolean hasRenderingTime()
optional string renderingTime = 3;
-
getRenderingTime
java.lang.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;
-
-