Package org.yamcs.protobuf
Interface ClcwOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Clcw,Clcw.Builder
public interface ClcwOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanoptional bool lockout = 2;intgetNR()optional uint32 nR = 5;com.google.protobuf.Timestampoptional .google.protobuf.Timestamp receptionTime = 1;com.google.protobuf.TimestampOrBuilderoptional .google.protobuf.Timestamp receptionTime = 1;booleanoptional bool retransmit = 4;booleangetWait()optional bool wait = 3;booleanoptional bool lockout = 2;booleanhasNR()optional uint32 nR = 5;booleanoptional .google.protobuf.Timestamp receptionTime = 1;booleanoptional bool retransmit = 4;booleanhasWait()optional bool wait = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasReceptionTime
boolean hasReceptionTime()optional .google.protobuf.Timestamp receptionTime = 1;- Returns:
- Whether the receptionTime field is set.
-
getReceptionTime
com.google.protobuf.Timestamp getReceptionTime()optional .google.protobuf.Timestamp receptionTime = 1;- Returns:
- The receptionTime.
-
getReceptionTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getReceptionTimeOrBuilder()optional .google.protobuf.Timestamp receptionTime = 1; -
hasLockout
boolean hasLockout()optional bool lockout = 2;- Returns:
- Whether the lockout field is set.
-
getLockout
boolean getLockout()optional bool lockout = 2;- Returns:
- The lockout.
-
hasWait
boolean hasWait()optional bool wait = 3;- Returns:
- Whether the wait field is set.
-
getWait
boolean getWait()optional bool wait = 3;- Returns:
- The wait.
-
hasRetransmit
boolean hasRetransmit()optional bool retransmit = 4;- Returns:
- Whether the retransmit field is set.
-
getRetransmit
boolean getRetransmit()optional bool retransmit = 4;- Returns:
- The retransmit.
-
hasNR
boolean hasNR()optional uint32 nR = 5;- Returns:
- Whether the nR field is set.
-
getNR
int getNR()optional uint32 nR = 5;- Returns:
- The nR.
-