Package com.atlan.cache
Class SourceTagCache.SourceTagName
java.lang.Object
com.atlan.cache.SourceTagCache.SourceTagName
- All Implemented Interfaces:
ObjectName
- Enclosing class:
- SourceTagCache
Unique identity for a source tag, in the form: {{connectorType}}/{{connectorName}}@@DB/SCHEMA/TAG_NAME
For example: snowflake/development@@DB/SCHEMA/TAG_NAME
-
Constructor Details
-
SourceTagName
- Throws:
AtlanException
-
SourceTagName
-
-
Method Details
-
toString
String representation of the object's unique name.- Specified by:
toString
in interfaceObjectName
- Overrides:
toString
in classObject
- Returns:
- object's unique name
-
getConnection
-
getPartialTagName
-
equals
Description copied from interface:ObjectName
Check whether two object names are equivalent (or not).- Specified by:
equals
in interfaceObjectName
- Overrides:
equals
in classObject
- Parameters:
o
- object name to compare against- Returns:
- true if the two names are equivalent
-
hashCode
public int hashCode()Description copied from interface:ObjectName
Calculate a unique hash code given the object name's unique characteristics.- Specified by:
hashCode
in interfaceObjectName
- Overrides:
hashCode
in classObject
- Returns:
- unique hash code for the object name
-