Package io.temporal.api.command.v1
Interface CancelTimerCommandAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CancelTimerCommandAttributes,CancelTimerCommandAttributes.Builder
@Generated(value="protoc", comments="annotations:CancelTimerCommandAttributesOrBuilder.java.pb.meta") public interface CancelTimerCommandAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetTimerId()The same timer id from the start timer commandcom.google.protobuf.ByteStringgetTimerIdBytes()The same timer id from the start timer command-
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 same timer id from the start timer command
string timer_id = 1;- Returns:
- The timerId.
-
getTimerIdBytes
com.google.protobuf.ByteString getTimerIdBytes()
The same timer id from the start timer command
string timer_id = 1;- Returns:
- The bytes for timerId.
-
-