<dd><code><ahref="../scheduler/ExecutableService.html"title="class in io.github.simplexdevelopment.scheduler">ExecutableService</a></code>, <code><ahref="../impl/ServiceImpl.html"title="class in io.github.simplexdevelopment.impl">ServiceImpl</a></code>, <code><ahref="../scheduler/ServicePool.html"title="class in io.github.simplexdevelopment.scheduler">ServicePool</a></code></dd>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a></code></div>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default <ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/UUID.html"title="class or interface in java.util"class="external-link">UUID</a></code></div>
<divclass="member-signature"><spanclass="return-type"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a></span> <spanclass="element-name">getName</span>()</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>The name of the identifiable object in a readable format.</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getUniqueId()">
<h3>getUniqueId</h3>
<divclass="member-signature"><spanclass="modifiers">default</span> <spanclass="return-type"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/UUID.html"title="class or interface in java.util"class="external-link">UUID</a></span> <spanclass="element-name">getUniqueId</span>()</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>The UUID of the identifiable object, based on the <ahref="#getName()"><code>getName()</code></a> value.
This is calculated using <ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/UUID.html#nameUUIDFromBytes(byte%5B%5D)"title="class or interface in java.util"class="external-link"><code>UUID.nameUUIDFromBytes(byte[])</code></a>.</dd>
<dd>The numerical id of the identifiable object, based on the <ahref="#getUniqueId()"><code>getUniqueId()</code></a> value.
This is calculated using <ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/UUID.html#hashCode()"title="class or interface in java.util"class="external-link"><code>UUID.hashCode()</code></a>.</dd>