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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClassName()optional string class_name = 3;com.google.protobuf.ByteStringgetClassNameBytes()optional string class_name = 3;StringgetEntryPointId()optional string entry_point_id = 2;com.google.protobuf.ByteStringgetEntryPointIdBytes()optional string entry_point_id = 2;longgetHandleId()optional int64 handle_id = 1;longgetNextFireTimestamp()optional int64 next_fire_timestamp = 4;booleanhasClassName()optional string class_name = 3;booleanhasEntryPointId()optional string entry_point_id = 2;booleanhasHandleId()optional int64 handle_id = 1;booleanhasNextFireTimestamp()optional int64 next_fire_timestamp = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasHandleId
boolean hasHandleId()
optional int64 handle_id = 1;
-
getHandleId
long getHandleId()
optional int64 handle_id = 1;
-
hasEntryPointId
boolean hasEntryPointId()
optional string entry_point_id = 2;
-
getEntryPointId
String getEntryPointId()
optional string entry_point_id = 2;
-
getEntryPointIdBytes
com.google.protobuf.ByteString getEntryPointIdBytes()
optional string entry_point_id = 2;
-
hasClassName
boolean hasClassName()
optional string class_name = 3;
-
getClassName
String getClassName()
optional string class_name = 3;
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 3;
-
hasNextFireTimestamp
boolean hasNextFireTimestamp()
optional int64 next_fire_timestamp = 4;
-
getNextFireTimestamp
long getNextFireTimestamp()
optional int64 next_fire_timestamp = 4;
-
-