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
Modifier and TypeMethodDescriptionlong
optional int64 elapsedTime = 3;
Yamcs instance namecom.google.protobuf.ByteString
Yamcs instance namedouble
getSpeed()
optional double speed = 4;
com.google.protobuf.Timestamp
getTime0()
optional .google.protobuf.Timestamp time0 = 5;
com.google.protobuf.TimestampOrBuilder
optional .google.protobuf.Timestamp time0 = 5;
boolean
optional int64 elapsedTime = 3;
boolean
Yamcs instance nameboolean
hasSpeed()
optional double speed = 4;
boolean
hasTime0()
optional .google.protobuf.Timestamp time0 = 5;
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
-
hasInstance
boolean hasInstance()Yamcs instance name
optional string instance = 6;
- Returns:
- Whether the instance field is set.
-
getInstance
String getInstance()Yamcs instance name
optional string instance = 6;
- Returns:
- The instance.
-
getInstanceBytes
com.google.protobuf.ByteString getInstanceBytes()Yamcs instance name
optional string instance = 6;
- Returns:
- The bytes for instance.
-
hasTime0
boolean hasTime0()optional .google.protobuf.Timestamp time0 = 5;
- Returns:
- Whether the time0 field is set.
-
getTime0
com.google.protobuf.Timestamp getTime0()optional .google.protobuf.Timestamp time0 = 5;
- Returns:
- The time0.
-
getTime0OrBuilder
com.google.protobuf.TimestampOrBuilder getTime0OrBuilder()optional .google.protobuf.Timestamp time0 = 5;
-
hasElapsedTime
boolean hasElapsedTime()optional int64 elapsedTime = 3;
- Returns:
- Whether the elapsedTime field is set.
-
getElapsedTime
long getElapsedTime()optional int64 elapsedTime = 3;
- Returns:
- The elapsedTime.
-
hasSpeed
boolean hasSpeed()optional double speed = 4;
- Returns:
- Whether the speed field is set.
-
getSpeed
double getSpeed()optional double speed = 4;
- Returns:
- The speed.
-