Class TechnologyTypeReportResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.viewservices.automatedcuration.rest.TechnologyTypeReportResponse
- All Implemented Interfaces:
FFDCResponse
TechnologyTypeReportResponse is the response structure used on the OMVS REST API calls that returns a
technology type report object as a response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the element result.void
setElement
(TechnologyTypeReport element) Set up the element result.toString()
JSON-style toStringMethods 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
-
TechnologyTypeReportResponse
public TechnologyTypeReportResponse()Default constructor
-
-
Method Details
-
getElement
Return the element result.- Returns:
- requested object
-
setElement
Set up the element result.- Parameters:
element
- requested object
-
toString
JSON-style toString- Overrides:
toString
in classFFDCResponseBase
- Returns:
- return string containing the property names and values
-