Class ProtobufMessages.Trigger.CronTrigger
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.drools.serialization.protobuf.ProtobufMessages.Trigger.CronTrigger
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,ProtobufMessages.Trigger.CronTriggerOrBuilder
- Enclosing class:
- ProtobufMessages.Trigger
public static final class ProtobufMessages.Trigger.CronTrigger
extends com.google.protobuf.GeneratedMessageV3
implements ProtobufMessages.Trigger.CronTriggerOrBuilder
Protobuf type
org.drools.serialization.protobuf.Trigger.CronTrigger- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typeorg.drools.serialization.protobuf.Trigger.CronTriggerNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final com.google.protobuf.Parser<ProtobufMessages.Trigger.CronTrigger>Deprecated.static final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleangetCalendarName(int index) repeated string calendar_name = 7;com.google.protobuf.ByteStringgetCalendarNameBytes(int index) repeated string calendar_name = 7;intrepeated string calendar_name = 7;com.google.protobuf.ProtocolStringListrepeated string calendar_name = 7;optional string cron_expression = 5;com.google.protobuf.ByteStringoptional string cron_expression = 5;static final com.google.protobuf.Descriptors.Descriptorlongoptional int64 end_time = 2;longoptional int64 next_fire_time = 6;com.google.protobuf.Parser<ProtobufMessages.Trigger.CronTrigger>intoptional int32 repeat_count = 4;intoptional int32 repeat_limit = 3;intlongoptional int64 start_time = 1;booleanoptional string cron_expression = 5;booleanoptional int64 end_time = 2;inthashCode()booleanoptional int64 next_fire_time = 6;booleanoptional int32 repeat_count = 4;booleanoptional int32 repeat_limit = 3;booleanoptional int64 start_time = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleannewBuilder(ProtobufMessages.Trigger.CronTrigger prototype) newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) parseDelimitedFrom(InputStream input) parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(byte[] data) parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.ByteString data) parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(com.google.protobuf.CodedInputStream input) parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(InputStream input) parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) parseFrom(ByteBuffer data) parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<ProtobufMessages.Trigger.CronTrigger>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER- See Also:
-
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER- See Also:
-
REPEAT_LIMIT_FIELD_NUMBER
public static final int REPEAT_LIMIT_FIELD_NUMBER- See Also:
-
REPEAT_COUNT_FIELD_NUMBER
public static final int REPEAT_COUNT_FIELD_NUMBER- See Also:
-
CRON_EXPRESSION_FIELD_NUMBER
public static final int CRON_EXPRESSION_FIELD_NUMBER- See Also:
-
NEXT_FIRE_TIME_FIELD_NUMBER
public static final int NEXT_FIRE_TIME_FIELD_NUMBER- See Also:
-
CALENDAR_NAME_FIELD_NUMBER
public static final int CALENDAR_NAME_FIELD_NUMBER- See Also:
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<ProtobufMessages.Trigger.CronTrigger> PARSERDeprecated.
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasStartTime
public boolean hasStartTime()optional int64 start_time = 1;- Specified by:
hasStartTimein interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- Whether the startTime field is set.
-
getStartTime
public long getStartTime()optional int64 start_time = 1;- Specified by:
getStartTimein interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- The startTime.
-
hasEndTime
public boolean hasEndTime()optional int64 end_time = 2;- Specified by:
hasEndTimein interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- Whether the endTime field is set.
-
getEndTime
public long getEndTime()optional int64 end_time = 2;- Specified by:
getEndTimein interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- The endTime.
-
hasRepeatLimit
public boolean hasRepeatLimit()optional int32 repeat_limit = 3;- Specified by:
hasRepeatLimitin interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- Whether the repeatLimit field is set.
-
getRepeatLimit
public int getRepeatLimit()optional int32 repeat_limit = 3;- Specified by:
getRepeatLimitin interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- The repeatLimit.
-
hasRepeatCount
public boolean hasRepeatCount()optional int32 repeat_count = 4;- Specified by:
hasRepeatCountin interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- Whether the repeatCount field is set.
-
getRepeatCount
public int getRepeatCount()optional int32 repeat_count = 4;- Specified by:
getRepeatCountin interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- The repeatCount.
-
hasCronExpression
public boolean hasCronExpression()optional string cron_expression = 5;- Specified by:
hasCronExpressionin interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- Whether the cronExpression field is set.
-
getCronExpression
optional string cron_expression = 5;- Specified by:
getCronExpressionin interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- The cronExpression.
-
getCronExpressionBytes
public com.google.protobuf.ByteString getCronExpressionBytes()optional string cron_expression = 5;- Specified by:
getCronExpressionBytesin interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- The bytes for cronExpression.
-
hasNextFireTime
public boolean hasNextFireTime()optional int64 next_fire_time = 6;- Specified by:
hasNextFireTimein interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- Whether the nextFireTime field is set.
-
getNextFireTime
public long getNextFireTime()optional int64 next_fire_time = 6;- Specified by:
getNextFireTimein interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- The nextFireTime.
-
getCalendarNameList
public com.google.protobuf.ProtocolStringList getCalendarNameList()repeated string calendar_name = 7;- Specified by:
getCalendarNameListin interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- A list containing the calendarName.
-
getCalendarNameCount
public int getCalendarNameCount()repeated string calendar_name = 7;- Specified by:
getCalendarNameCountin interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Returns:
- The count of calendarName.
-
getCalendarName
repeated string calendar_name = 7;- Specified by:
getCalendarNamein interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The calendarName at the given index.
-
getCalendarNameBytes
public com.google.protobuf.ByteString getCalendarNameBytes(int index) repeated string calendar_name = 7;- Specified by:
getCalendarNameBytesin interfaceProtobufMessages.Trigger.CronTriggerOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the calendarName at the given index.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ProtobufMessages.Trigger.CronTrigger parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProtobufMessages.Trigger.CronTrigger parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProtobufMessages.Trigger.CronTrigger parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProtobufMessages.Trigger.CronTrigger parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProtobufMessages.Trigger.CronTrigger parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ProtobufMessages.Trigger.CronTrigger parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static ProtobufMessages.Trigger.CronTrigger parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static ProtobufMessages.Trigger.CronTrigger parseDelimitedFrom(InputStream input) throws IOException - Throws:
IOException
-
parseDelimitedFrom
public static ProtobufMessages.Trigger.CronTrigger parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static ProtobufMessages.Trigger.CronTrigger parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static ProtobufMessages.Trigger.CronTrigger parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
public static ProtobufMessages.Trigger.CronTrigger.Builder newBuilder(ProtobufMessages.Trigger.CronTrigger prototype) -
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ProtobufMessages.Trigger.CronTrigger.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-