Interface AlarmFilterProto.AlarmFilterPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AlarmFilterProto.AlarmFilterPB
,AlarmFilterProto.AlarmFilterPB.Builder
- Enclosing class:
- AlarmFilterProto
public static interface AlarmFilterProto.AlarmFilterPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsConditions
(String key) Key is field name as per the AlarmFilter classDeprecated.int
Key is field name as per the AlarmFilter classKey is field name as per the AlarmFilter classgetConditionsOrDefault
(String key, AlarmFilterProto.ConditionPB defaultValue) Key is field name as per the AlarmFilter classKey is field name as per the AlarmFilter classint
getFlags()
All the filter flags are stored in a single integerMethods 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
-
getFlags
int getFlags()All the filter flags are stored in a single integer
int32 flags = 1;
- Returns:
- The flags.
-
getConditionsCount
int getConditionsCount()Key is field name as per the AlarmFilter class
map<string, .gateway.protobuf.ConditionPB> conditions = 2;
-
containsConditions
Key is field name as per the AlarmFilter class
map<string, .gateway.protobuf.ConditionPB> conditions = 2;
-
getConditions
Deprecated.UsegetConditionsMap()
instead. -
getConditionsMap
Map<String,AlarmFilterProto.ConditionPB> getConditionsMap()Key is field name as per the AlarmFilter class
map<string, .gateway.protobuf.ConditionPB> conditions = 2;
-
getConditionsOrDefault
AlarmFilterProto.ConditionPB getConditionsOrDefault(String key, AlarmFilterProto.ConditionPB defaultValue) Key is field name as per the AlarmFilter class
map<string, .gateway.protobuf.ConditionPB> conditions = 2;
-
getConditionsOrThrow
Key is field name as per the AlarmFilter class
map<string, .gateway.protobuf.ConditionPB> conditions = 2;
-