Interface Alert.TriggerInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Alert.TriggerInfo,Alert.TriggerInfo.Builder
- Enclosing class:
Alert
public static interface Alert.TriggerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncomponent (e.g.component (e.g.booleanthe window has missing monitoring datalongint64 longValue = 7;.command_alert.StatusValue statusValue = 8;int.command_alert.StatusValue statusValue = 8;longwindow of the triggerbooleancomponent (e.g.booleanint64 longValue = 7;boolean.command_alert.StatusValue statusValue = 8;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
-
getWindow
long getWindow()window of the trigger
int64 window = 1;- Returns:
- The window.
-
getHasError
boolean getHasError()the window has missing monitoring data
bool hasError = 2;- Returns:
- The hasError.
-
hasComponent
boolean hasComponent()component (e.g. topic or broker) that fired the trigger
.alert.ComponentDesc component = 3;- Returns:
- Whether the component field is set.
-
getComponent
Alert.ComponentDesc getComponent()component (e.g. topic or broker) that fired the trigger
.alert.ComponentDesc component = 3;- Returns:
- The component.
-
getComponentOrBuilder
Alert.ComponentDescOrBuilder getComponentOrBuilder()component (e.g. topic or broker) that fired the trigger
.alert.ComponentDesc component = 3; -
hasLongValue
boolean hasLongValue()int64 longValue = 7;- Returns:
- Whether the longValue field is set.
-
getLongValue
long getLongValue()int64 longValue = 7;- Returns:
- The longValue.
-
hasStatusValue
boolean hasStatusValue().command_alert.StatusValue statusValue = 8;- Returns:
- Whether the statusValue field is set.
-
getStatusValueValue
int getStatusValueValue().command_alert.StatusValue statusValue = 8;- Returns:
- The enum numeric value on the wire for statusValue.
-
getStatusValue
CommandAlert.StatusValue getStatusValue().command_alert.StatusValue statusValue = 8;- Returns:
- The statusValue.
-
getValueCase
Alert.TriggerInfo.ValueCase getValueCase()
-