Package com.atlan.util
Class AssetBatch.AssetIdentity
java.lang.Object
com.atlan.util.AssetBatch.AssetIdentity
- Enclosing class:
- AssetBatch
Class to uniquely identify an asset by its type and qualifiedName.
-
Constructor Summary
ConstructorDescriptionAssetIdentity
(String typeName, String qualifiedName) AssetIdentity
(String typeName, String qualifiedName, boolean caseInsensitive) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static AssetBatch.AssetIdentity
fromString
(String combined) Reverse-engineer an asset identity from a string representation.int
hashCode()
toString()
Simplify an asset identity down to a string representation.
-
Constructor Details
-
AssetIdentity
-
AssetIdentity
-
-
Method Details
-
fromString
Reverse-engineer an asset identity from a string representation.- Parameters:
combined
- the combined (serialized) asset identity- Returns:
- the actual asset identity
-
toString
Simplify an asset identity down to a string representation. -
getTypeName
-
getQualifiedName
-
equals
-
hashCode
public int hashCode()
-