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 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

      List<String> 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

      String getVal(int index)
       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

      EPICSEvent.FieldValue getFieldvalues(int index)
      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

      EPICSEvent.FieldValueOrBuilder getFieldvaluesOrBuilder(int index)
      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.