Interface ProtobufMessages.Trigger.CronTriggerOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.Trigger.CronTrigger, ProtobufMessages.Trigger.CronTrigger.Builder
Enclosing class:
ProtobufMessages.Trigger

public static interface ProtobufMessages.Trigger.CronTriggerOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getCalendarName(int index)
    repeated string calendar_name = 7;
    com.google.protobuf.ByteString
    repeated string calendar_name = 7;
    int
    repeated string calendar_name = 7;
    repeated string calendar_name = 7;
    optional string cron_expression = 5;
    com.google.protobuf.ByteString
    optional string cron_expression = 5;
    long
    optional int64 end_time = 2;
    long
    optional int64 next_fire_time = 6;
    int
    optional int32 repeat_count = 4;
    int
    optional int32 repeat_limit = 3;
    long
    optional int64 start_time = 1;
    boolean
    optional string cron_expression = 5;
    boolean
    optional int64 end_time = 2;
    boolean
    optional int64 next_fire_time = 6;
    boolean
    optional int32 repeat_count = 4;
    boolean
    optional int32 repeat_limit = 3;
    boolean
    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 Details

    • 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.
    • hasCronExpression

      boolean hasCronExpression()
      optional string cron_expression = 5;
      Returns:
      Whether the cronExpression field is set.
    • getCronExpression

      String getCronExpression()
      optional string cron_expression = 5;
      Returns:
      The cronExpression.
    • getCronExpressionBytes

      com.google.protobuf.ByteString getCronExpressionBytes()
      optional string cron_expression = 5;
      Returns:
      The bytes for cronExpression.
    • 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.
    • getCalendarNameList

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

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

      String getCalendarName(int index)
      repeated string calendar_name = 7;
      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 = 7;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the calendarName at the given index.