Interface PropertyValueProto.PropertyValuePBOrBuilder

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

public static interface PropertyValueProto.PropertyValuePBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasProperty

      boolean hasProperty()
      .common.protobuf.BasicPropertyPB property = 1;
      Returns:
      Whether the property field is set.
    • getProperty

      .common.protobuf.BasicPropertyPB property = 1;
      Returns:
      The property.
    • getPropertyOrBuilder

      .common.protobuf.BasicPropertyPB property = 1;
    • hasDescProperty

      boolean hasDescProperty()
      .common.protobuf.BasicDescriptivePropertyPB descProperty = 2;
      Returns:
      Whether the descProperty field is set.
    • getDescProperty

      .common.protobuf.BasicDescriptivePropertyPB descProperty = 2;
      Returns:
      The descProperty.
    • getDescPropertyOrBuilder

      .common.protobuf.BasicDescriptivePropertyPB descProperty = 2;
    • hasAlarmProperty

      boolean hasAlarmProperty()
      .common.protobuf.AlarmPropPB alarmProperty = 3;
      Returns:
      Whether the alarmProperty field is set.
    • getAlarmProperty

      .common.protobuf.AlarmPropPB alarmProperty = 3;
      Returns:
      The alarmProperty.
    • getAlarmPropertyOrBuilder

      .common.protobuf.AlarmPropPB alarmProperty = 3;
    • hasAlarmEvtProperty

      boolean hasAlarmEvtProperty()
      .common.protobuf.AlarmEventPropertyPB alarmEvtProperty = 4;
      Returns:
      Whether the alarmEvtProperty field is set.
    • getAlarmEvtProperty

      .common.protobuf.AlarmEventPropertyPB alarmEvtProperty = 4;
      Returns:
      The alarmEvtProperty.
    • getAlarmEvtPropertyOrBuilder

      .common.protobuf.AlarmEventPropertyPB alarmEvtProperty = 4;
    • hasUdtParameter

      boolean hasUdtParameter()
       UDT parameters are functionally BasicProperties to the serializer, but they have to be deserialized differently
       
      .common.protobuf.BasicPropertyPB udtParameter = 5;
      Returns:
      Whether the udtParameter field is set.
    • getUdtParameter

       UDT parameters are functionally BasicProperties to the serializer, but they have to be deserialized differently
       
      .common.protobuf.BasicPropertyPB udtParameter = 5;
      Returns:
      The udtParameter.
    • getUdtParameterOrBuilder

       UDT parameters are functionally BasicProperties to the serializer, but they have to be deserialized differently
       
      .common.protobuf.BasicPropertyPB udtParameter = 5;
    • hasValue

      boolean hasValue()
      .common.protobuf.AnyObjectPB value = 6;
      Returns:
      Whether the value field is set.
    • getValue

      .common.protobuf.AnyObjectPB value = 6;
      Returns:
      The value.
    • getValueOrBuilder

      .common.protobuf.AnyObjectPB value = 6;
    • getThePropertyCase