Interface ProtobufMessages.Trigger.IntervalTriggerOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.Trigger.IntervalTrigger,ProtobufMessages.Trigger.IntervalTrigger.Builder
- Enclosing class:
- ProtobufMessages.Trigger
public static interface ProtobufMessages.Trigger.IntervalTriggerOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCalendarName(int index)repeated string calendar_name = 8;com.google.protobuf.ByteStringgetCalendarNameBytes(int index)repeated string calendar_name = 8;intgetCalendarNameCount()repeated string calendar_name = 8;com.google.protobuf.ProtocolStringListgetCalendarNameList()repeated string calendar_name = 8;longgetEndTime()optional int64 end_time = 2;longgetNextFireTime()optional int64 next_fire_time = 6;longgetPeriod()optional int64 period = 7;intgetRepeatCount()optional int32 repeat_count = 4;intgetRepeatLimit()optional int32 repeat_limit = 3;longgetStartTime()optional int64 start_time = 1;booleanhasEndTime()optional int64 end_time = 2;booleanhasNextFireTime()optional int64 next_fire_time = 6;booleanhasPeriod()optional int64 period = 7;booleanhasRepeatCount()optional int32 repeat_count = 4;booleanhasRepeatLimit()optional int32 repeat_limit = 3;booleanhasStartTime()optional int64 start_time = 1;-
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;
-
getStartTime
long getStartTime()
optional int64 start_time = 1;
-
hasEndTime
boolean hasEndTime()
optional int64 end_time = 2;
-
getEndTime
long getEndTime()
optional int64 end_time = 2;
-
hasRepeatLimit
boolean hasRepeatLimit()
optional int32 repeat_limit = 3;
-
getRepeatLimit
int getRepeatLimit()
optional int32 repeat_limit = 3;
-
hasRepeatCount
boolean hasRepeatCount()
optional int32 repeat_count = 4;
-
getRepeatCount
int getRepeatCount()
optional int32 repeat_count = 4;
-
hasNextFireTime
boolean hasNextFireTime()
optional int64 next_fire_time = 6;
-
getNextFireTime
long getNextFireTime()
optional int64 next_fire_time = 6;
-
hasPeriod
boolean hasPeriod()
optional int64 period = 7;
-
getPeriod
long getPeriod()
optional int64 period = 7;
-
getCalendarNameList
com.google.protobuf.ProtocolStringList getCalendarNameList()
repeated string calendar_name = 8;
-
getCalendarNameCount
int getCalendarNameCount()
repeated string calendar_name = 8;
-
getCalendarName
String getCalendarName(int index)
repeated string calendar_name = 8;
-
getCalendarNameBytes
com.google.protobuf.ByteString getCalendarNameBytes(int index)
repeated string calendar_name = 8;
-
-