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 Summary
Modifier and TypeMethodDescription.common.protobuf.AlarmEventPropertyPB alarmEvtProperty = 4;
.common.protobuf.AlarmEventPropertyPB alarmEvtProperty = 4;
.common.protobuf.AlarmPropPB alarmProperty = 3;
.common.protobuf.AlarmPropPB alarmProperty = 3;
.common.protobuf.BasicDescriptivePropertyPB descProperty = 2;
.common.protobuf.BasicDescriptivePropertyPB descProperty = 2;
.common.protobuf.BasicPropertyPB property = 1;
.common.protobuf.BasicPropertyPB property = 1;
UDT parameters are functionally BasicProperties to the serializer, but they have to be deserialized differentlyUDT parameters are functionally BasicProperties to the serializer, but they have to be deserialized differentlygetValue()
.common.protobuf.AnyObjectPB value = 6;
.common.protobuf.AnyObjectPB value = 6;
boolean
.common.protobuf.AlarmEventPropertyPB alarmEvtProperty = 4;
boolean
.common.protobuf.AlarmPropPB alarmProperty = 3;
boolean
.common.protobuf.BasicDescriptivePropertyPB descProperty = 2;
boolean
.common.protobuf.BasicPropertyPB property = 1;
boolean
UDT parameters are functionally BasicProperties to the serializer, but they have to be deserialized differentlyboolean
hasValue()
.common.protobuf.AnyObjectPB value = 6;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasProperty
boolean hasProperty().common.protobuf.BasicPropertyPB property = 1;
- Returns:
- Whether the property field is set.
-
getProperty
BasicPropertyProto.BasicPropertyPB getProperty().common.protobuf.BasicPropertyPB property = 1;
- Returns:
- The property.
-
getPropertyOrBuilder
BasicPropertyProto.BasicPropertyPBOrBuilder getPropertyOrBuilder().common.protobuf.BasicPropertyPB property = 1;
-
hasDescProperty
boolean hasDescProperty().common.protobuf.BasicDescriptivePropertyPB descProperty = 2;
- Returns:
- Whether the descProperty field is set.
-
getDescProperty
BasicDescriptivePropertyProto.BasicDescriptivePropertyPB getDescProperty().common.protobuf.BasicDescriptivePropertyPB descProperty = 2;
- Returns:
- The descProperty.
-
getDescPropertyOrBuilder
BasicDescriptivePropertyProto.BasicDescriptivePropertyPBOrBuilder getDescPropertyOrBuilder().common.protobuf.BasicDescriptivePropertyPB descProperty = 2;
-
hasAlarmProperty
boolean hasAlarmProperty().common.protobuf.AlarmPropPB alarmProperty = 3;
- Returns:
- Whether the alarmProperty field is set.
-
getAlarmProperty
BasicAlarmPropertyProto.AlarmPropPB getAlarmProperty().common.protobuf.AlarmPropPB alarmProperty = 3;
- Returns:
- The alarmProperty.
-
getAlarmPropertyOrBuilder
BasicAlarmPropertyProto.AlarmPropPBOrBuilder getAlarmPropertyOrBuilder().common.protobuf.AlarmPropPB alarmProperty = 3;
-
hasAlarmEvtProperty
boolean hasAlarmEvtProperty().common.protobuf.AlarmEventPropertyPB alarmEvtProperty = 4;
- Returns:
- Whether the alarmEvtProperty field is set.
-
getAlarmEvtProperty
AlarmEventPropertyProto.AlarmEventPropertyPB getAlarmEvtProperty().common.protobuf.AlarmEventPropertyPB alarmEvtProperty = 4;
- Returns:
- The alarmEvtProperty.
-
getAlarmEvtPropertyOrBuilder
AlarmEventPropertyProto.AlarmEventPropertyPBOrBuilder 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
BasicPropertyProto.BasicPropertyPB 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
BasicPropertyProto.BasicPropertyPBOrBuilder 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
AnyObjectProto.AnyObjectPB getValue().common.protobuf.AnyObjectPB value = 6;
- Returns:
- The value.
-
getValueOrBuilder
AnyObjectProto.AnyObjectPBOrBuilder getValueOrBuilder().common.protobuf.AnyObjectPB value = 6;
-
getThePropertyCase
PropertyValueProto.PropertyValuePB.ThePropertyCase getThePropertyCase()
-