Class DinoEngineDetailsResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.viewservices.dino.api.rest.DinoViewOMVSAPIResponse
org.odpi.openmetadata.viewservices.dino.api.rest.DinoEngineDetailsResponse
- All Implemented Interfaces:
FFDCResponse
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionReturn the engineDetails.void
setEngineDetails
(EngineDetails engineDetails) Set the engineDetails.toString()
JSON-style toStringMethods inherited from class org.odpi.openmetadata.viewservices.dino.api.rest.DinoViewOMVSAPIResponse
getRequestSummary, setRequestSummary
Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
equals, getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, hashCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
-
Constructor Details
-
DinoEngineDetailsResponse
public DinoEngineDetailsResponse()Default constructor -
DinoEngineDetailsResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getEngineDetails
Return the engineDetails.- Returns:
- bean
-
setEngineDetails
Set the engineDetails.- Parameters:
engineDetails
- - bean
-
toString
JSON-style toString- Overrides:
toString
in classDinoViewOMVSAPIResponse
- Returns:
- return string containing the property names and values
-