Package org.yamcs.protobuf
Interface BatchSetParameterValuesRequest.SetParameterValueRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchSetParameterValuesRequest.SetParameterValueRequest,BatchSetParameterValuesRequest.SetParameterValueRequest.Builder
- Enclosing class:
- BatchSetParameterValuesRequest
public static interface BatchSetParameterValuesRequest.SetParameterValueRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Yamcs.NamedObjectIdgetId()optional .yamcs.protobuf.NamedObjectId id = 1;Yamcs.NamedObjectIdOrBuildergetIdOrBuilder()optional .yamcs.protobuf.NamedObjectId id = 1;Yamcs.ValuegetValue()optional .yamcs.protobuf.Value value = 2;Yamcs.ValueOrBuildergetValueOrBuilder()optional .yamcs.protobuf.Value value = 2;booleanhasId()optional .yamcs.protobuf.NamedObjectId id = 1;booleanhasValue()optional .yamcs.protobuf.Value value = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional .yamcs.protobuf.NamedObjectId id = 1;
-
getId
Yamcs.NamedObjectId getId()
optional .yamcs.protobuf.NamedObjectId id = 1;
-
getIdOrBuilder
Yamcs.NamedObjectIdOrBuilder getIdOrBuilder()
optional .yamcs.protobuf.NamedObjectId id = 1;
-
hasValue
boolean hasValue()
optional .yamcs.protobuf.Value value = 2;
-
getValue
Yamcs.Value getValue()
optional .yamcs.protobuf.Value value = 2;
-
getValueOrBuilder
Yamcs.ValueOrBuilder getValueOrBuilder()
optional .yamcs.protobuf.Value value = 2;
-
-