Class TechnologyTypeElementListResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.viewservices.automatedcuration.rest.TechnologyTypeElementListResponse
- All Implemented Interfaces:
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
public class TechnologyTypeElementListResponse
extends org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
TechnologyTypeElementListResponse is the response structure used on the OMVS REST API calls that return a
list of elements for a particular technology type as a response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ReferenceableElement>Return the list of elements.voidsetElements(List<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ReferenceableElement> elements) Set up the list of elements.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
-
TechnologyTypeElementListResponse
public TechnologyTypeElementListResponse()Default constructor
-
-
Method Details
-
getElements
public List<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ReferenceableElement> getElements()Return the list of elements.- Returns:
- list of objects or null
-
setElements
public void setElements(List<org.odpi.openmetadata.frameworks.openmetadata.metadataelements.ReferenceableElement> elements) Set up the list of elements.- Parameters:
elements- - list of objects or null
-
toString
JSON-style toString- Overrides:
toStringin classorg.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase- Returns:
- return string containing the property names and values
-