Class TypeExplorerResponse
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.TypeExplorerResponse
- All Implemented Interfaces:
FFDCResponse
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorTypeExplorerResponse
(TypeExplorerResponse template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionReturn the typeExplorer result.void
setTypeExplorer
(TypeExplorer typeExplorer) Set the typeExplorer 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
-
TypeExplorerResponse
public TypeExplorerResponse()Default constructor -
TypeExplorerResponse
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getTypeExplorer
Return the typeExplorer result.- Returns:
- bean
-
setTypeExplorer
Set the typeExplorer result.- Parameters:
typeExplorer
- - bean
-
toString
JSON-style toString- Overrides:
toString
in classRexViewOMVSAPIResponse
- Returns:
- return string containing the property names and values
-