public class DataAssetRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
DataAssetRequestBody()
Default constructor
|
DataAssetRequestBody(DataAssetRequestBody template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
DataAssetProperties |
getElementProperties()
Return the properties for the element.
|
MetadataCorrelationProperties |
getMetadataCorrelationProperties()
Return the properties used to correlate the external metadata element with the open metadata element.
|
int |
hashCode()
Return hash code for this object
|
void |
setElementProperties(DataAssetProperties elementProperties)
Set up the properties for the element.
|
void |
setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)
Set up the properties used to correlate the external metadata element with the open metadata element.
|
String |
toString()
JSON-style toString
|
public DataAssetRequestBody()
public DataAssetRequestBody(DataAssetRequestBody template)
template - object to copypublic MetadataCorrelationProperties getMetadataCorrelationProperties()
public void setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)
metadataCorrelationProperties - properties objectpublic DataAssetProperties getElementProperties()
public void setElementProperties(DataAssetProperties elementProperties)
elementProperties - properties objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.