Interface ProtobufMessages.Timers.ExpireTimerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.Timers.ExpireTimer,ProtobufMessages.Timers.ExpireTimer.Builder
- Enclosing class:
- ProtobufMessages.Timers
public static interface ProtobufMessages.Timers.ExpireTimerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string class_name = 3;com.google.protobuf.ByteStringoptional string class_name = 3;optional string entry_point_id = 2;com.google.protobuf.ByteStringoptional string entry_point_id = 2;longoptional int64 handle_id = 1;longoptional int64 next_fire_timestamp = 4;booleanoptional string class_name = 3;booleanoptional string entry_point_id = 2;booleanoptional int64 handle_id = 1;booleanoptional int64 next_fire_timestamp = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasHandleId
boolean hasHandleId()optional int64 handle_id = 1;- Returns:
- Whether the handleId field is set.
-
getHandleId
long getHandleId()optional int64 handle_id = 1;- Returns:
- The handleId.
-
hasEntryPointId
boolean hasEntryPointId()optional string entry_point_id = 2;- Returns:
- Whether the entryPointId field is set.
-
getEntryPointId
String getEntryPointId()optional string entry_point_id = 2;- Returns:
- The entryPointId.
-
getEntryPointIdBytes
com.google.protobuf.ByteString getEntryPointIdBytes()optional string entry_point_id = 2;- Returns:
- The bytes for entryPointId.
-
hasClassName
boolean hasClassName()optional string class_name = 3;- Returns:
- Whether the className field is set.
-
getClassName
String getClassName()optional string class_name = 3;- Returns:
- The className.
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()optional string class_name = 3;- Returns:
- The bytes for className.
-
hasNextFireTimestamp
boolean hasNextFireTimestamp()optional int64 next_fire_timestamp = 4;- Returns:
- Whether the nextFireTimestamp field is set.
-
getNextFireTimestamp
long getNextFireTimestamp()optional int64 next_fire_timestamp = 4;- Returns:
- The nextFireTimestamp.
-