Class TechnologyTypeSummaryListResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.viewservices.automatedcuration.rest.TechnologyTypeSummaryListResponse
- All Implemented Interfaces:
FFDCResponse
TechnologyTypeSummaryListResponse is the response structure used on the OMVS REST API calls that return a
list of technology type summaries as a response.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the list of technology types.void
setElements
(List<TechnologyTypeSummary> elements) Set up the list of technology types.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
-
TechnologyTypeSummaryListResponse
public TechnologyTypeSummaryListResponse()Default constructor
-
-
Method Details
-
getElements
Return the list of technology types.- Returns:
- list of objects or null
-
setElements
Set up the list of technology types.- Parameters:
elements
- - list of objects or null
-
toString
JSON-style toString- Overrides:
toString
in classFFDCResponseBase
- Returns:
- return string containing the property names and values
-