Interface ProtobufMessages.Trigger.IntervalTriggerOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCalendarName​(int index)
      repeated string calendar_name = 8;
      com.google.protobuf.ByteString getCalendarNameBytes​(int index)
      repeated string calendar_name = 8;
      int getCalendarNameCount()
      repeated string calendar_name = 8;
      List<String> getCalendarNameList()
      repeated string calendar_name = 8;
      long getEndTime()
      optional int64 end_time = 2;
      long getNextFireTime()
      optional int64 next_fire_time = 6;
      long getPeriod()
      optional int64 period = 7;
      int getRepeatCount()
      optional int32 repeat_count = 4;
      int getRepeatLimit()
      optional int32 repeat_limit = 3;
      long getStartTime()
      optional int64 start_time = 1;
      boolean hasEndTime()
      optional int64 end_time = 2;
      boolean hasNextFireTime()
      optional int64 next_fire_time = 6;
      boolean hasPeriod()
      optional int64 period = 7;
      boolean hasRepeatCount()
      optional int32 repeat_count = 4;
      boolean hasRepeatLimit()
      optional int32 repeat_limit = 3;
      boolean hasStartTime()
      optional int64 start_time = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasStartTime

        boolean hasStartTime()
        optional int64 start_time = 1;
        Returns:
        Whether the startTime field is set.
      • getStartTime

        long getStartTime()
        optional int64 start_time = 1;
        Returns:
        The startTime.
      • hasEndTime

        boolean hasEndTime()
        optional int64 end_time = 2;
        Returns:
        Whether the endTime field is set.
      • getEndTime

        long getEndTime()
        optional int64 end_time = 2;
        Returns:
        The endTime.
      • hasRepeatLimit

        boolean hasRepeatLimit()
        optional int32 repeat_limit = 3;
        Returns:
        Whether the repeatLimit field is set.
      • getRepeatLimit

        int getRepeatLimit()
        optional int32 repeat_limit = 3;
        Returns:
        The repeatLimit.
      • hasRepeatCount

        boolean hasRepeatCount()
        optional int32 repeat_count = 4;
        Returns:
        Whether the repeatCount field is set.
      • getRepeatCount

        int getRepeatCount()
        optional int32 repeat_count = 4;
        Returns:
        The repeatCount.
      • hasNextFireTime

        boolean hasNextFireTime()
        optional int64 next_fire_time = 6;
        Returns:
        Whether the nextFireTime field is set.
      • getNextFireTime

        long getNextFireTime()
        optional int64 next_fire_time = 6;
        Returns:
        The nextFireTime.
      • hasPeriod

        boolean hasPeriod()
        optional int64 period = 7;
        Returns:
        Whether the period field is set.
      • getPeriod

        long getPeriod()
        optional int64 period = 7;
        Returns:
        The period.
      • getCalendarNameList

        List<String> getCalendarNameList()
        repeated string calendar_name = 8;
        Returns:
        A list containing the calendarName.
      • getCalendarNameCount

        int getCalendarNameCount()
        repeated string calendar_name = 8;
        Returns:
        The count of calendarName.
      • getCalendarName

        String getCalendarName​(int index)
        repeated string calendar_name = 8;
        Parameters:
        index - The index of the element to return.
        Returns:
        The calendarName at the given index.
      • getCalendarNameBytes

        com.google.protobuf.ByteString getCalendarNameBytes​(int index)
        repeated string calendar_name = 8;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the calendarName at the given index.