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 Details

    • getActionsList

      List<Alert.ActionInfo> getActionsList()
      repeated .alert.ActionInfo actions = 1;
    • getActions

      Alert.ActionInfo getActions(int index)
      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

      Alert.ActionInfoOrBuilder getActionsOrBuilder(int index)
      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.