Class ProcessingStateRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
-
- org.odpi.openmetadata.accessservices.dataengine.rest.ProcessingStateRequestBody
-
- All Implemented Interfaces:
Serializable
public class ProcessingStateRequestBody extends DataEngineOMASAPIRequestBody
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingStateRequestBody()ProcessingStateRequestBody(ProcessingState processingState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ProcessingStategetProcessingState()Return the sync state beaninthashCode()voidsetProcessingState(ProcessingState processingState)Set up the sync state beanStringtoString()-
Methods inherited from class org.odpi.openmetadata.accessservices.dataengine.rest.DataEngineOMASAPIRequestBody
getExternalSourceName, setExternalSourceName
-
-
-
-
Constructor Detail
-
ProcessingStateRequestBody
public ProcessingStateRequestBody()
-
ProcessingStateRequestBody
public ProcessingStateRequestBody(ProcessingState processingState)
-
-
Method Detail
-
getProcessingState
public ProcessingState getProcessingState()
Return the sync state bean- Returns:
- the sync state
-
setProcessingState
public void setProcessingState(ProcessingState processingState)
Set up the sync state bean- Parameters:
processingState- the sync state
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDataEngineOMASAPIRequestBody
-
canEqual
protected boolean canEqual(Object other)
- Overrides:
canEqualin classDataEngineOMASAPIRequestBody
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDataEngineOMASAPIRequestBody
-
toString
public String toString()
- Overrides:
toStringin classDataEngineOMASAPIRequestBody
-
-