Interface ProtobufMessages.Timers.TimerOrBuilder

    • Method Detail

      • hasType

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

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

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

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

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