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 TypeMethodDescriptionprotected boolean
boolean
Return the sync state beanint
hashCode()
void
setProcessingState
(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:
equals
in classDataEngineOMASAPIRequestBody
-
canEqual
- Overrides:
canEqual
in classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()- Overrides:
hashCode
in classDataEngineOMASAPIRequestBody
-
toString
- Overrides:
toString
in classDataEngineOMASAPIRequestBody
-