Class RexTraversalResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.viewservices.rex.api.rest.RexViewOMVSAPIResponse
org.odpi.openmetadata.viewservices.rex.api.rest.RexTraversalResponse
- All Implemented Interfaces:
FFDCResponse
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorRexTraversalResponse
(RexTraversalResponse template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionReturn the rexTraversal result.void
setRexTraversal
(RexTraversal rexTraversal) Set the rexTraversal 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
-
RexTraversalResponse
public RexTraversalResponse()Default constructor -
RexTraversalResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getRexTraversal
Return the rexTraversal result.- Returns:
- bean
-
setRexTraversal
Set the rexTraversal result.- Parameters:
rexTraversal
- - bean
-
toString
JSON-style toString- Overrides:
toString
in classRexViewOMVSAPIResponse
- Returns:
- return string containing the property names and values
-