Class GlossaryViewEntityDetailResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.accessservices.glossaryview.rest.GlossaryViewEntityDetailResponse
- All Implemented Interfaces:
FFDCResponse
Actual response that is sent to the client. It contains the entities queried from the OMRS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEntityDetail
(GlossaryViewEntityDetail glossaryViewEntityDetail) void
addEntityDetails
(List<GlossaryViewEntityDetail> glossaryViewEntityDetails) protected boolean
boolean
Return comparison result based on the content of the properties.Return the description of the action in progress when the exception occurred.int
hashCode()
Return hash code for this objectvoid
setActionDescription
(String actionDescription) Set up the description of the activity in progress when the exception occurred.Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode, toString
-
Constructor Details
-
GlossaryViewEntityDetailResponse
public GlossaryViewEntityDetailResponse()
-
-
Method Details
-
getResult
-
addEntityDetails
-
addEntityDetail
-
getActionDescription
Description copied from interface:FFDCResponse
Return the description of the action in progress when the exception occurred.- Specified by:
getActionDescription
in interfaceFFDCResponse
- Overrides:
getActionDescription
in classFFDCResponseBase
- Returns:
- string description
-
setActionDescription
Description copied from interface:FFDCResponse
Set up the description of the activity in progress when the exception occurred.- Specified by:
setActionDescription
in interfaceFFDCResponse
- Overrides:
setActionDescription
in classFFDCResponseBase
- Parameters:
actionDescription
- string description
-
equals
Description copied from class:FFDCResponseBase
Return comparison result based on the content of the properties.- Overrides:
equals
in classFFDCResponseBase
- Parameters:
o
- test object- Returns:
- result of comparison
-
canEqual
-
hashCode
public int hashCode()Description copied from class:FFDCResponseBase
Return hash code for this object- Overrides:
hashCode
in classFFDCResponseBase
- Returns:
- int hash code
-