public class ProcessRequestBody extends Object implements Serializable
| Constructor and Description |
|---|
ProcessRequestBody()
Default constructor
|
ProcessRequestBody(ProcessRequestBody template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ProcessProperties |
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(ProcessProperties 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 ProcessRequestBody()
public ProcessRequestBody(ProcessRequestBody template)
template - object to copypublic MetadataCorrelationProperties getMetadataCorrelationProperties()
public void setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)
metadataCorrelationProperties - properties objectpublic ProcessProperties getElementProperties()
public void setElementProperties(ProcessProperties elementProperties)
elementProperties - properties objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.