Class ProcessContainmentTypeRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.itinfrastructure.rest.ITInfrastructureOMASAPIRequestBody
org.odpi.openmetadata.accessservices.itinfrastructure.rest.MetadataSourceRequestBody
org.odpi.openmetadata.accessservices.itinfrastructure.rest.ProcessContainmentTypeRequestBody
ProcessContainmentTypeRequestBody is the request body structure used on OMAG REST API calls that passes a ProcessContainmentType enum.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.org.odpi.openmetadata.frameworks.openmetadata.enums.ProcessContainmentTypeReturn the relationship between the parent and child process.inthashCode()Create a hash code for this element type.voidsetProcessContainmentType(org.odpi.openmetadata.frameworks.openmetadata.enums.ProcessContainmentType processContainmentType) Set up the relationship between the parent and child process.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.accessservices.itinfrastructure.rest.MetadataSourceRequestBody
getExternalSourceGUID, getExternalSourceName, setExternalSourceGUID, setExternalSourceName
-
Constructor Details
-
ProcessContainmentTypeRequestBody
public ProcessContainmentTypeRequestBody()Default constructor -
ProcessContainmentTypeRequestBody
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getProcessContainmentType
public org.odpi.openmetadata.frameworks.openmetadata.enums.ProcessContainmentType getProcessContainmentType()Return the relationship between the parent and child process.- Returns:
- process containment type enum
-
setProcessContainmentType
public void setProcessContainmentType(org.odpi.openmetadata.frameworks.openmetadata.enums.ProcessContainmentType processContainmentType) Set up the relationship between the parent and child process.- Parameters:
processContainmentType- process containment type enum
-
toString
Standard toString method.- Overrides:
toStringin classMetadataSourceRequestBody- Returns:
- print out of variables in a JSON-style
-
equals
Compare the values of the supplied object with those stored in the current object.- Overrides:
equalsin classMetadataSourceRequestBody- Parameters:
objectToCompare- supplied object- Returns:
- boolean result of comparison
-
hashCode
public int hashCode()Create a hash code for this element type.- Overrides:
hashCodein classMetadataSourceRequestBody- Returns:
- int hash code
-