Package org.yamcs.protobuf
Interface SetTimeRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetTimeRequest,SetTimeRequest.Builder
public interface SetTimeRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetElapsedTime()optional int64 elapsedTime = 3;StringgetInstance()optional string instance = 6;com.google.protobuf.ByteStringgetInstanceBytes()optional string instance = 6;doublegetSpeed()optional double speed = 4;com.google.protobuf.TimestampgetTime0()optional .google.protobuf.Timestamp time0 = 5;com.google.protobuf.TimestampOrBuildergetTime0OrBuilder()optional .google.protobuf.Timestamp time0 = 5;booleanhasElapsedTime()optional int64 elapsedTime = 3;booleanhasInstance()optional string instance = 6;booleanhasSpeed()optional double speed = 4;booleanhasTime0()optional .google.protobuf.Timestamp time0 = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInstance
boolean hasInstance()
optional string instance = 6;
-
getInstance
String getInstance()
optional string instance = 6;
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()
optional string instance = 6;
-
hasTime0
boolean hasTime0()
optional .google.protobuf.Timestamp time0 = 5;
-
getTime0
com.google.protobuf.Timestamp getTime0()
optional .google.protobuf.Timestamp time0 = 5;
-
getTime0OrBuilder
com.google.protobuf.TimestampOrBuilder getTime0OrBuilder()
optional .google.protobuf.Timestamp time0 = 5;
-
hasElapsedTime
boolean hasElapsedTime()
optional int64 elapsedTime = 3;
-
getElapsedTime
long getElapsedTime()
optional int64 elapsedTime = 3;
-
hasSpeed
boolean hasSpeed()
optional double speed = 4;
-
getSpeed
double getSpeed()
optional double speed = 4;
-
-