Interface AlarmJournalProto.PropValuePBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AlarmJournalProto.PropValuePB, AlarmJournalProto.PropValuePB.Builder
Enclosing class:
AlarmJournalProto

public static interface AlarmJournalProto.PropValuePBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasIntValue

      boolean hasIntValue()
      sint64 intValue = 1;
      Returns:
      Whether the intValue field is set.
    • getIntValue

      long getIntValue()
      sint64 intValue = 1;
      Returns:
      The intValue.
    • hasDoubleValue

      boolean hasDoubleValue()
      double doubleValue = 2;
      Returns:
      Whether the doubleValue field is set.
    • getDoubleValue

      double getDoubleValue()
      double doubleValue = 2;
      Returns:
      The doubleValue.
    • hasStringValue

      boolean hasStringValue()
      string stringValue = 3;
      Returns:
      Whether the stringValue field is set.
    • getStringValue

      String getStringValue()
      string stringValue = 3;
      Returns:
      The stringValue.
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
      string stringValue = 3;
      Returns:
      The bytes for stringValue.
    • getDataTypeValue

      int getDataTypeValue()
      .DataTypeClassPB dataType = 4;
      Returns:
      The enum numeric value on the wire for dataType.
    • getDataType

      .DataTypeClassPB dataType = 4;
      Returns:
      The dataType.
    • getPropTypeValue

      int getPropTypeValue()
      .EventPropTypePB propType = 5;
      Returns:
      The enum numeric value on the wire for propType.
    • getPropType

      .EventPropTypePB propType = 5;
      Returns:
      The propType.
    • getPropertyValueCase