Interface ProtobufMessages.ActionQueue.ExpireOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getHandleId()
      optional int64 handle_id = 1;
      int getNodeId()
      optional int32 node_id = 2;
      boolean hasHandleId()
      optional int64 handle_id = 1;
      boolean hasNodeId()
      optional int32 node_id = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;
      • hasNodeId

        boolean hasNodeId()
        optional int32 node_id = 2;
      • getNodeId

        int getNodeId()
        optional int32 node_id = 2;