Interface ProtobufMessages.Timers.TimerOrBuilder

All Superinterfaces:
com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<ProtobufMessages.Timers.Timer>, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.Timers.Timer, ProtobufMessages.Timers.Timer.Builder
Enclosing class:
ProtobufMessages.Timers

public static interface ProtobufMessages.Timers.TimerOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<ProtobufMessages.Timers.Timer>
  • Method Details

    • hasType

      boolean hasType()
      optional .org.drools.serialization.protobuf.Timers.TimerType type = 1;
      Returns:
      Whether the type field is set.
    • getType

      optional .org.drools.serialization.protobuf.Timers.TimerType type = 1;
      Returns:
      The type.
    • hasExpire

      boolean hasExpire()
      optional .org.drools.serialization.protobuf.Timers.ExpireTimer expire = 2;
      Returns:
      Whether the expire field is set.
    • getExpire

      optional .org.drools.serialization.protobuf.Timers.ExpireTimer expire = 2;
      Returns:
      The expire.
    • getExpireOrBuilder

      optional .org.drools.serialization.protobuf.Timers.ExpireTimer expire = 2;
    • hasActivation

      boolean hasActivation()
      optional .org.drools.serialization.protobuf.Timers.ActivationTimer activation = 3;
      Returns:
      Whether the activation field is set.
    • getActivation

      optional .org.drools.serialization.protobuf.Timers.ActivationTimer activation = 3;
      Returns:
      The activation.
    • getActivationOrBuilder

      optional .org.drools.serialization.protobuf.Timers.ActivationTimer activation = 3;
    • hasBehavior

      boolean hasBehavior()
      optional .org.drools.serialization.protobuf.Timers.BehaviorTimer behavior = 4;
      Returns:
      Whether the behavior field is set.
    • getBehavior

      optional .org.drools.serialization.protobuf.Timers.BehaviorTimer behavior = 4;
      Returns:
      The behavior.
    • getBehaviorOrBuilder

      optional .org.drools.serialization.protobuf.Timers.BehaviorTimer behavior = 4;
    • hasTimerNode

      boolean hasTimerNode()
      optional .org.drools.serialization.protobuf.Timers.TimerNodeTimer timer_node = 5;
      Returns:
      Whether the timerNode field is set.
    • getTimerNode

      optional .org.drools.serialization.protobuf.Timers.TimerNodeTimer timer_node = 5;
      Returns:
      The timerNode.
    • getTimerNodeOrBuilder

      optional .org.drools.serialization.protobuf.Timers.TimerNodeTimer timer_node = 5;