Class EngineActionElementsResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.frameworkservices.gaf.rest.OMAGGAFAPIResponse
org.odpi.openmetadata.frameworkservices.gaf.rest.EngineActionElementsResponse
- All Implemented Interfaces:
- FFDCResponse
The response structure used on REST API calls that returns a
 list of EngineActionElement objects as a response.
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructorCopy/clone constructor
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the properties objects.inthashCode()Return hash code for this objectvoidsetElements(List<EngineActionElement> elements) Set up the properties objects.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBasegetActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
- 
Constructor Details- 
EngineActionElementsResponsepublic EngineActionElementsResponse()Default constructor
- 
EngineActionElementsResponseCopy/clone constructor- Parameters:
- template- object to copy
 
 
- 
- 
Method Details- 
getElementsReturn the properties objects.- Returns:
- list of properties objects
 
- 
setElementsSet up the properties objects.- Parameters:
- elements- list of properties objects
 
- 
toStringJSON-style toString- Overrides:
- toStringin class- OMAGGAFAPIResponse
- Returns:
- return string containing the property names and values
 
- 
equalsReturn comparison result based on the content of the properties.- Overrides:
- equalsin class- FFDCResponseBase
- Parameters:
- objectToCompare- test object
- Returns:
- result of comparison
 
- 
hashCodepublic int hashCode()Return hash code for this object- Overrides:
- hashCodein class- FFDCResponseBase
- Returns:
- int hash code
 
 
-