Package com.atlan.model.assets
Class LineageRef
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.assets.LineageRef
- All Implemented Interfaces:
Serializable
Capture minimal information about an asset for lineage reference purposes.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson, toString
-
Constructor Details
-
LineageRef
public LineageRef()
-
-
Method Details
-
getQualifiedName
Unique name of the asset being referenced. -
getName
Simple name of the asset being referenced. -
getGuid
UUID of the asset being referenced. -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-