Interface Controlcenter.TriggerActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Controlcenter.TriggerAction,Controlcenter.TriggerAction.Builder
- Enclosing class:
Controlcenter
public static interface Controlcenter.TriggerActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetActions(int index) repeated .alert.ActionInfo actions = 1;intrepeated .alert.ActionInfo actions = 1;repeated .alert.ActionInfo actions = 1;getActionsOrBuilder(int index) repeated .alert.ActionInfo actions = 1;List<? extends Alert.ActionInfoOrBuilder> repeated .alert.ActionInfo actions = 1;longint64 intervalMs = 3;longensure we don't duplicate same trigger info (withlongint64 nextActionTimestamp = 4;longint64 sendPeriodMs = 2;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
-
getActionsList
List<Alert.ActionInfo> getActionsList()repeated .alert.ActionInfo actions = 1; -
getActions
repeated .alert.ActionInfo actions = 1; -
getActionsCount
int getActionsCount()repeated .alert.ActionInfo actions = 1; -
getActionsOrBuilderList
List<? extends Alert.ActionInfoOrBuilder> getActionsOrBuilderList()repeated .alert.ActionInfo actions = 1; -
getActionsOrBuilder
repeated .alert.ActionInfo actions = 1; -
getSendPeriodMs
long getSendPeriodMs()int64 sendPeriodMs = 2;- Returns:
- The sendPeriodMs.
-
getIntervalMs
long getIntervalMs()int64 intervalMs = 3;- Returns:
- The intervalMs.
-
getNextActionTimestamp
long getNextActionTimestamp()int64 nextActionTimestamp = 4;- Returns:
- The nextActionTimestamp.
-
getLastTriggerInfoSequence
long getLastTriggerInfoSequence()ensure we don't duplicate same trigger info (with
int64 lastTriggerInfoSequence = 5;- Returns:
- The lastTriggerInfoSequence.
-