Package io.temporal.api.history.v1
Interface TimerStartedEventAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimerStartedEventAttributes,TimerStartedEventAttributes.Builder
@Generated(value="protoc", comments="annotations:TimerStartedEventAttributesOrBuilder.java.pb.meta") public interface TimerStartedEventAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DurationgetStartToFireTimeout()How long until this timer fires (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval.DurationOrBuildergetStartToFireTimeoutOrBuilder()How long until this timer fires (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval.java.lang.StringgetTimerId()The worker/user assigned id for this timercom.google.protobuf.ByteStringgetTimerIdBytes()The worker/user assigned id for this timerlonggetWorkflowTaskCompletedEventId()The `WORKFLOW_TASK_COMPLETED` event which this command was reported withbooleanhasStartToFireTimeout()How long until this timer fires (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTimerId
java.lang.String getTimerId()
The worker/user assigned id for this timer
string timer_id = 1;- Returns:
- The timerId.
-
getTimerIdBytes
com.google.protobuf.ByteString getTimerIdBytes()
The worker/user assigned id for this timer
string timer_id = 1;- Returns:
- The bytes for timerId.
-
hasStartToFireTimeout
boolean hasStartToFireTimeout()
How long until this timer fires (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --).google.protobuf.Duration start_to_fire_timeout = 2;- Returns:
- Whether the startToFireTimeout field is set.
-
getStartToFireTimeout
Duration getStartToFireTimeout()
How long until this timer fires (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --).google.protobuf.Duration start_to_fire_timeout = 2;- Returns:
- The startToFireTimeout.
-
getStartToFireTimeoutOrBuilder
DurationOrBuilder getStartToFireTimeoutOrBuilder()
How long until this timer fires (-- api-linter: core::0140::prepositions=disabled aip.dev/not-precedent: "to" is used to indicate interval. --).google.protobuf.Duration start_to_fire_timeout = 2;
-
getWorkflowTaskCompletedEventId
long getWorkflowTaskCompletedEventId()
The `WORKFLOW_TASK_COMPLETED` event which this command was reported with
int64 workflow_task_completed_event_id = 3;- Returns:
- The workflowTaskCompletedEventId.
-
-