Package com.oracle.bmc.datacatalog.model
Class LineageObject
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.datacatalog.model.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 theLineageObject.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 theLineageObject.Builder
, which maintain a set of all explicitly set fields calledLineageObject.Builder.__explicitlySet__
. ThehashCode()
andequals(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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LineageObject.Builder
-
Constructor Summary
Constructors Constructor Description LineageObject(String objectKey, String displayName, String description, Boolean isIntraLineageAvailable, String parentKey, String parentPath, Date timeCreated, Date timeUpdated, String typeName, String typeKey, Map<String,Map<String,String>> properties)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LineageObject.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getDescription()
Detailed description of the object.String
getDisplayName()
Display name of the object.Boolean
getIsIntraLineageAvailable()
Indicates if intra-lineage is available for this given object.String
getObjectKey()
Key of the object, such as an entity, about which this lineage applies.String
getParentKey()
Key of the parent object for this object.String
getParentPath()
Full path of the parent object.Map<String,Map<String,String>>
getProperties()
A map of maps that contains the properties which are specific to the entity type.Date
getTimeCreated()
The time that this object was created.Date
getTimeUpdated()
The time that this object was updated.String
getTypeKey()
Type key of the object.String
getTypeName()
Type name of the object.int
hashCode()
LineageObject.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
LineageObject
@Deprecated @ConstructorProperties({"objectKey","displayName","description","isIntraLineageAvailable","parentKey","parentPath","timeCreated","timeUpdated","typeName","typeKey","properties"}) public LineageObject(String objectKey, String displayName, String description, Boolean isIntraLineageAvailable, String parentKey, String parentPath, Date timeCreated, Date timeUpdated, String typeName, String typeKey, Map<String,Map<String,String>> properties)
Deprecated.
-
-
Method Detail
-
builder
public static LineageObject.Builder builder()
Create a new builder.
-
toBuilder
public LineageObject.Builder toBuilder()
-
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 classcom.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 classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-