Interface AlarmEventPropertyProto.AlarmEventPropertyPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AlarmEventPropertyProto.AlarmEventPropertyPB,AlarmEventPropertyProto.AlarmEventPropertyPB.Builder
- Enclosing class:
- AlarmEventPropertyProto
public static interface AlarmEventPropertyProto.AlarmEventPropertyPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.AlarmEnumPB eventPropertyType = 2;.common.protobuf.AlarmEnumPB eventPropertyType = 2;.common.protobuf.BasicPropertyPB property = 1;.common.protobuf.BasicPropertyPB property = 1;boolean.common.protobuf.AlarmEnumPB eventPropertyType = 2;boolean.common.protobuf.BasicPropertyPB property = 1;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
-
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; -
hasEventPropertyType
boolean hasEventPropertyType().common.protobuf.AlarmEnumPB eventPropertyType = 2;- Returns:
- Whether the eventPropertyType field is set.
-
getEventPropertyType
AlarmEnumsProto.AlarmEnumPB getEventPropertyType().common.protobuf.AlarmEnumPB eventPropertyType = 2;- Returns:
- The eventPropertyType.
-
getEventPropertyTypeOrBuilder
AlarmEnumsProto.AlarmEnumPBOrBuilder getEventPropertyTypeOrBuilder().common.protobuf.AlarmEnumPB eventPropertyType = 2;
-