Class LineageObject


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20190325")
    public final class LineageObject
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Object describing an individual element of object lineage.
    Note: Objects should always be created or deserialized using the LineageObject.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of the LineageObject.Builder, which maintain a set of all explicitly set fields called LineageObject.Builder.__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
    • Method Detail

      • getObjectKey

        public String getObjectKey()
        Key of the object, such as an entity, about which this lineage applies.
        Returns:
        the value
      • getDisplayName

        public String getDisplayName()
        Display name of the object.
        Returns:
        the value
      • getDescription

        public String getDescription()
        Detailed description of the object.
        Returns:
        the value
      • getIsIntraLineageAvailable

        public Boolean getIsIntraLineageAvailable()
        Indicates if intra-lineage is available for this given object.

        If yes, drill-down can be requested for this object.

        Returns:
        the value
      • getParentKey

        public String getParentKey()
        Key of the parent object for this object.
        Returns:
        the value
      • getParentPath

        public String getParentPath()
        Full path of the parent object.
        Returns:
        the value
      • getTimeCreated

        public Date getTimeCreated()
        The time that this object was created.

        An RFC3339 formatted datetime string.

        Returns:
        the value
      • getTimeUpdated

        public Date getTimeUpdated()
        The time that this object was updated.

        An RFC3339 formatted datetime string.

        Returns:
        the value
      • getTypeName

        public String getTypeName()
        Type name of the object.

        Type keys can be found via the ‘/types’ endpoint.

        Returns:
        the value
      • getTypeKey

        public String getTypeKey()
        Type key of the object.

        Type keys can be found via the ‘/types’ endpoint.

        Returns:
        the value
      • getProperties

        public Map<String,​Map<String,​String>> getProperties()
        A map of maps that contains the properties which are specific to the entity type.

        Each entity type definition defines it’s set of required and optional properties. The map keys are category names and the values are maps of property name to property value. Every property is contained inside of a category. Most data entities have required properties within the “default” category. Example: {“properties”: { “default”: { “key1”: “value1”}}}

        Returns:
        the value
      • toString

        public String toString()
        Overrides:
        toString in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation
      • equals

        public boolean equals​(Object o)
        Overrides:
        equals in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel