Interface ProtobufMessages.TriggerOrBuilder

    • Method Detail

      • hasType

        boolean hasType()
        optional .org.drools.serialization.protobuf.Trigger.TriggerType type = 1;
        Returns:
        Whether the type field is set.
      • hasCron

        boolean hasCron()
        optional .org.drools.serialization.protobuf.Trigger.CronTrigger cron = 2;
        Returns:
        Whether the cron field is set.
      • hasInterval

        boolean hasInterval()
        optional .org.drools.serialization.protobuf.Trigger.IntervalTrigger interval = 3;
        Returns:
        Whether the interval field is set.
      • hasPit

        boolean hasPit()
        optional .org.drools.serialization.protobuf.Trigger.PointInTimeTrigger pit = 4;
        Returns:
        Whether the pit field is set.
      • hasCmdt

        boolean hasCmdt()
        optional .org.drools.serialization.protobuf.Trigger.CompositeMaxDurationTrigger cmdt = 5;
        Returns:
        Whether the cmdt field is set.