Package org.yamcs.protobuf.alarms
Interface GlobalAlarmStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GlobalAlarmStatus,GlobalAlarmStatus.Builder
public interface GlobalAlarmStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAcknowledgedActive()optional bool acknowledgedActive = 4;intgetAcknowledgedCount()optional int32 acknowledgedCount = 3;booleangetShelvedActive()optional bool shelvedActive = 6;intgetShelvedCount()optional int32 shelvedCount = 5;booleangetUnacknowledgedActive()optional bool unacknowledgedActive = 2;intgetUnacknowledgedCount()optional int32 unacknowledgedCount = 1;booleanhasAcknowledgedActive()optional bool acknowledgedActive = 4;booleanhasAcknowledgedCount()optional int32 acknowledgedCount = 3;booleanhasShelvedActive()optional bool shelvedActive = 6;booleanhasShelvedCount()optional int32 shelvedCount = 5;booleanhasUnacknowledgedActive()optional bool unacknowledgedActive = 2;booleanhasUnacknowledgedCount()optional int32 unacknowledgedCount = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasUnacknowledgedCount
boolean hasUnacknowledgedCount()
optional int32 unacknowledgedCount = 1;
-
getUnacknowledgedCount
int getUnacknowledgedCount()
optional int32 unacknowledgedCount = 1;
-
hasUnacknowledgedActive
boolean hasUnacknowledgedActive()
optional bool unacknowledgedActive = 2;
-
getUnacknowledgedActive
boolean getUnacknowledgedActive()
optional bool unacknowledgedActive = 2;
-
hasAcknowledgedCount
boolean hasAcknowledgedCount()
optional int32 acknowledgedCount = 3;
-
getAcknowledgedCount
int getAcknowledgedCount()
optional int32 acknowledgedCount = 3;
-
hasAcknowledgedActive
boolean hasAcknowledgedActive()
optional bool acknowledgedActive = 4;
-
getAcknowledgedActive
boolean getAcknowledgedActive()
optional bool acknowledgedActive = 4;
-
hasShelvedCount
boolean hasShelvedCount()
optional int32 shelvedCount = 5;
-
getShelvedCount
int getShelvedCount()
optional int32 shelvedCount = 5;
-
hasShelvedActive
boolean hasShelvedActive()
optional bool shelvedActive = 6;
-
getShelvedActive
boolean getShelvedActive()
optional bool shelvedActive = 6;
-
-