Interface ProtobufMessages.ActionQueue.ExpireOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.ActionQueue.Expire,ProtobufMessages.ActionQueue.Expire.Builder
- Enclosing class:
- ProtobufMessages.ActionQueue
public static interface ProtobufMessages.ActionQueue.ExpireOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetHandleId()optional int64 handle_id = 1;intgetNodeId()optional int32 node_id = 2;booleanhasHandleId()optional int64 handle_id = 1;booleanhasNodeId()optional int32 node_id = 2;-
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;- Returns:
- Whether the handleId field is set.
-
getHandleId
long getHandleId()
optional int64 handle_id = 1;- Returns:
- The handleId.
-
hasNodeId
boolean hasNodeId()
optional int32 node_id = 2;- Returns:
- Whether the nodeId field is set.
-
getNodeId
int getNodeId()
optional int32 node_id = 2;- Returns:
- The nodeId.
-
-