Interface EPICSEvent.VectorStringOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EPICSEvent.VectorString,EPICSEvent.VectorString.Builder
- Enclosing class:
EPICSEvent
public static interface EPICSEvent.VectorStringOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanoptional bool fieldactualchange = 8;getFieldvalues(int index) repeated .EPICS.FieldValue fieldvalues = 7;intrepeated .EPICS.FieldValue fieldvalues = 7;repeated .EPICS.FieldValue fieldvalues = 7;getFieldvaluesOrBuilder(int index) repeated .EPICS.FieldValue fieldvalues = 7;List<? extends EPICSEvent.FieldValueOrBuilder> repeated .EPICS.FieldValue fieldvalues = 7;intgetNano()required uint32 nano = 2;intoptional uint32 repeatcount = 6;intrequired uint32 secondsintoyear = 1;intoptional int32 severity = 4 [default = 0];intoptional int32 status = 5 [default = 0];getVal(int index) No packed here as this is available only for primitive fields.com.google.protobuf.ByteStringgetValBytes(int index) No packed here as this is available only for primitive fields.intNo packed here as this is available only for primitive fields.No packed here as this is available only for primitive fields.booleanoptional bool fieldactualchange = 8;booleanhasNano()required uint32 nano = 2;booleanoptional uint32 repeatcount = 6;booleanrequired uint32 secondsintoyear = 1;booleanoptional int32 severity = 4 [default = 0];booleanoptional int32 status = 5 [default = 0];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
-
hasSecondsintoyear
boolean hasSecondsintoyear()required uint32 secondsintoyear = 1;- Returns:
- Whether the secondsintoyear field is set.
-
getSecondsintoyear
int getSecondsintoyear()required uint32 secondsintoyear = 1;- Returns:
- The secondsintoyear.
-
hasNano
boolean hasNano()required uint32 nano = 2;- Returns:
- Whether the nano field is set.
-
getNano
int getNano()required uint32 nano = 2;- Returns:
- The nano.
-
getValList
No packed here as this is available only for primitive fields.
repeated string val = 3;- Returns:
- A list containing the val.
-
getValCount
int getValCount()No packed here as this is available only for primitive fields.
repeated string val = 3;- Returns:
- The count of val.
-
getVal
No packed here as this is available only for primitive fields.
repeated string val = 3;- Parameters:
index- The index of the element to return.- Returns:
- The val at the given index.
-
getValBytes
com.google.protobuf.ByteString getValBytes(int index) No packed here as this is available only for primitive fields.
repeated string val = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the val at the given index.
-
hasSeverity
boolean hasSeverity()optional int32 severity = 4 [default = 0];- Returns:
- Whether the severity field is set.
-
getSeverity
int getSeverity()optional int32 severity = 4 [default = 0];- Returns:
- The severity.
-
hasStatus
boolean hasStatus()optional int32 status = 5 [default = 0];- Returns:
- Whether the status field is set.
-
getStatus
int getStatus()optional int32 status = 5 [default = 0];- Returns:
- The status.
-
hasRepeatcount
boolean hasRepeatcount()optional uint32 repeatcount = 6;- Returns:
- Whether the repeatcount field is set.
-
getRepeatcount
int getRepeatcount()optional uint32 repeatcount = 6;- Returns:
- The repeatcount.
-
getFieldvaluesList
List<EPICSEvent.FieldValue> getFieldvaluesList()repeated .EPICS.FieldValue fieldvalues = 7; -
getFieldvalues
repeated .EPICS.FieldValue fieldvalues = 7; -
getFieldvaluesCount
int getFieldvaluesCount()repeated .EPICS.FieldValue fieldvalues = 7; -
getFieldvaluesOrBuilderList
List<? extends EPICSEvent.FieldValueOrBuilder> getFieldvaluesOrBuilderList()repeated .EPICS.FieldValue fieldvalues = 7; -
getFieldvaluesOrBuilder
repeated .EPICS.FieldValue fieldvalues = 7; -
hasFieldactualchange
boolean hasFieldactualchange()optional bool fieldactualchange = 8;- Returns:
- Whether the fieldactualchange field is set.
-
getFieldactualchange
boolean getFieldactualchange()optional bool fieldactualchange = 8;- Returns:
- The fieldactualchange.
-