Interface EPICSEvent.FieldValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EPICSEvent.FieldValue,EPICSEvent.FieldValue.Builder
- Enclosing class:
EPICSEvent
public static interface EPICSEvent.FieldValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()required string name = 1;com.google.protobuf.ByteStringrequired string name = 1;getVal()required string val = 2;com.google.protobuf.ByteStringrequired string val = 2;booleanhasName()required string name = 1;booleanhasVal()required string val = 2;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
-
hasName
boolean hasName()required string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()required string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()required string name = 1;- Returns:
- The bytes for name.
-
hasVal
boolean hasVal()required string val = 2;- Returns:
- Whether the val field is set.
-
getVal
String getVal()required string val = 2;- Returns:
- The val.
-
getValBytes
com.google.protobuf.ByteString getValBytes()required string val = 2;- Returns:
- The bytes for val.
-