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