Interface EPICSEvent.VectorDoubleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EPICSEvent.VectorDouble,EPICSEvent.VectorDouble.Builder
- Enclosing class:
EPICSEvent
public static interface EPICSEvent.VectorDoubleOrBuilder
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];doublegetVal(int index) repeated double val = 3 [packed = true];intrepeated double val = 3 [packed = true];repeated double val = 3 [packed = true];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
repeated double val = 3 [packed = true];- Returns:
- A list containing the val.
-
getValCount
int getValCount()repeated double val = 3 [packed = true];- Returns:
- The count of val.
-
getVal
double getVal(int index) repeated double val = 3 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- 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.
-