Interface ProtobufMessages.Trigger.CompositeMaxDurationTriggerOrBuilder

    • Method Detail

      • hasMaxDurationTimestamp

        boolean hasMaxDurationTimestamp()
        optional int64 maxDurationTimestamp = 1;
        Returns:
        Whether the maxDurationTimestamp field is set.
      • getMaxDurationTimestamp

        long getMaxDurationTimestamp()
        optional int64 maxDurationTimestamp = 1;
        Returns:
        The maxDurationTimestamp.
      • hasTimerCurrentDate

        boolean hasTimerCurrentDate()
        optional int64 timerCurrentDate = 2;
        Returns:
        Whether the timerCurrentDate field is set.
      • getTimerCurrentDate

        long getTimerCurrentDate()
        optional int64 timerCurrentDate = 2;
        Returns:
        The timerCurrentDate.
      • hasTimerTrigger

        boolean hasTimerTrigger()
        optional .org.drools.serialization.protobuf.Trigger timerTrigger = 3;
        Returns:
        Whether the timerTrigger field is set.
      • getTimerTrigger

        ProtobufMessages.Trigger getTimerTrigger()
        optional .org.drools.serialization.protobuf.Trigger timerTrigger = 3;
        Returns:
        The timerTrigger.