Interface AlarmEventInstanceProto.AlarmEventInstancePBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AlarmEventInstanceProto.AlarmEventInstancePB
,AlarmEventInstanceProto.AlarmEventInstancePB.Builder
- Enclosing class:
- AlarmEventInstanceProto
public static interface AlarmEventInstanceProto.AlarmEventInstancePBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.common.protobuf.AlarmEventInstancePB alarmEventInstance = 2;
.common.protobuf.AlarmEventInstancePB alarmEventInstance = 2;
.common.protobuf.BasicAlarmEventPB basicAlarmEvent = 1;
.common.protobuf.BasicAlarmEventPB basicAlarmEvent = 1;
.common.protobuf.PropertySetPB locals = 3;
.common.protobuf.PropertySetPB locals = 3;
boolean
.common.protobuf.AlarmEventInstancePB alarmEventInstance = 2;
boolean
.common.protobuf.BasicAlarmEventPB basicAlarmEvent = 1;
boolean
.common.protobuf.PropertySetPB locals = 3;
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
-
hasBasicAlarmEvent
boolean hasBasicAlarmEvent().common.protobuf.BasicAlarmEventPB basicAlarmEvent = 1;
- Returns:
- Whether the basicAlarmEvent field is set.
-
getBasicAlarmEvent
BasicAlarmEventProto.BasicAlarmEventPB getBasicAlarmEvent().common.protobuf.BasicAlarmEventPB basicAlarmEvent = 1;
- Returns:
- The basicAlarmEvent.
-
getBasicAlarmEventOrBuilder
BasicAlarmEventProto.BasicAlarmEventPBOrBuilder getBasicAlarmEventOrBuilder().common.protobuf.BasicAlarmEventPB basicAlarmEvent = 1;
-
hasAlarmEventInstance
boolean hasAlarmEventInstance().common.protobuf.AlarmEventInstancePB alarmEventInstance = 2;
- Returns:
- Whether the alarmEventInstance field is set.
-
getAlarmEventInstance
AlarmEventInstanceProto.AlarmEventInstancePB getAlarmEventInstance().common.protobuf.AlarmEventInstancePB alarmEventInstance = 2;
- Returns:
- The alarmEventInstance.
-
getAlarmEventInstanceOrBuilder
AlarmEventInstanceProto.AlarmEventInstancePBOrBuilder getAlarmEventInstanceOrBuilder().common.protobuf.AlarmEventInstancePB alarmEventInstance = 2;
-
hasLocals
boolean hasLocals().common.protobuf.PropertySetPB locals = 3;
- Returns:
- Whether the locals field is set.
-
getLocals
PropertySetProto.PropertySetPB getLocals().common.protobuf.PropertySetPB locals = 3;
- Returns:
- The locals.
-
getLocalsOrBuilder
PropertySetProto.PropertySetPBOrBuilder getLocalsOrBuilder().common.protobuf.PropertySetPB locals = 3;
-
getInternalEventCase
AlarmEventInstanceProto.AlarmEventInstancePB.InternalEventCase getInternalEventCase()
-