Class ProcessingStateRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
org.odpi.openmetadata.accessservices.dataengine.rest.ProcessingStateRequestBody
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn the sync state beaninthashCode()voidsetProcessingState(ProcessingState processingState) Set up the sync state beantoString()Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
Constructor Details
-
ProcessingStateRequestBody
public ProcessingStateRequestBody() -
ProcessingStateRequestBody
-
-
Method Details
-
getProcessingState
Return the sync state bean- Returns:
- the sync state
-
setProcessingState
Set up the sync state bean- Parameters:
processingState- the sync state
-
equals
- Overrides:
equalsin classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()- Overrides:
hashCodein classDataEngineOMASAPIRequestBody
-
toString
- Overrides:
toStringin classDataEngineOMASAPIRequestBody
-