Package com.atlan.cache
Interface ObjectName
- All Known Implementing Classes:
ConnectionCache.ConnectionName
,SourceTagCache.SourceTagName
public interface ObjectName
Unique name of an object in Atlan in a fully constructable way,
without relying on any specifics of an Atlan tenant.
-
Method Summary
-
Method Details
-
toString
String toString()String representation of the object's unique name. -
equals
Check whether two object names are equivalent (or not). -
hashCode
int hashCode()Calculate a unique hash code given the object name's unique characteristics.
-