Class ProcessStatusRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.assetmanager.rest.ProcessStatusRequestBody
-
- All Implemented Interfaces:
Serializable
public class ProcessStatusRequestBody extends Object implements Serializable
ProcessStatusRequestBody describes the request body used to update a process's status.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessStatusRequestBody()Default constructorProcessStatusRequestBody(ProcessStatusRequestBody template)Copy/clone constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object objectToCompare)Return comparison result based on the content of the properties.MetadataCorrelationPropertiesgetMetadataCorrelationProperties()Return the properties used to correlate the external metadata element with the open metadata element.ProcessStatusgetProcessStatus()Return the status for the element.inthashCode()Return hash code for this objectvoidsetMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)Set up the properties used to correlate the external metadata element with the open metadata element.voidsetProcessStatus(ProcessStatus processStatus)Set up the status for the element.StringtoString()JSON-style toString
-
-
-
Constructor Detail
-
ProcessStatusRequestBody
public ProcessStatusRequestBody()
Default constructor
-
ProcessStatusRequestBody
public ProcessStatusRequestBody(ProcessStatusRequestBody template)
Copy/clone constructor.- Parameters:
template- object to copy
-
-
Method Detail
-
getMetadataCorrelationProperties
public MetadataCorrelationProperties getMetadataCorrelationProperties()
Return the properties used to correlate the external metadata element with the open metadata element.- Returns:
- properties object
-
setMetadataCorrelationProperties
public void setMetadataCorrelationProperties(MetadataCorrelationProperties metadataCorrelationProperties)
Set up the properties used to correlate the external metadata element with the open metadata element.- Parameters:
metadataCorrelationProperties- properties object
-
getProcessStatus
public ProcessStatus getProcessStatus()
Return the status for the element.- Returns:
- enum object
-
setProcessStatus
public void setProcessStatus(ProcessStatus processStatus)
Set up the status for the element.- Parameters:
processStatus- enum object
-
toString
public String toString()
JSON-style toString
-
equals
public boolean equals(Object objectToCompare)
Return comparison result based on the content of the properties.
-
-