Class GlossaryViewEntityDetailResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.viewservices.glossarybrowser.server.spring.beans.GlossaryViewEntityDetailResponse
- All Implemented Interfaces:
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
public class GlossaryViewEntityDetailResponse
extends org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
Actual response that is sent to the client. It contains the entities queried from the OMRS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntityDetail(GlossaryViewEntityDetail glossaryViewEntityDetail) voidaddEntityDetails(List<GlossaryViewEntityDetail> glossaryViewEntityDetails) booleaninthashCode()voidsetActionDescription(String actionDescription) toString()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
-
Constructor Details
-
GlossaryViewEntityDetailResponse
public GlossaryViewEntityDetailResponse()
-
-
Method Details
-
getResult
-
addEntityDetails
-
addEntityDetail
-
getActionDescription
- Specified by:
getActionDescriptionin interfaceorg.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse- Overrides:
getActionDescriptionin classorg.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
setActionDescription
- Specified by:
setActionDescriptionin interfaceorg.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse- Overrides:
setActionDescriptionin classorg.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
toString
- Overrides:
toStringin classorg.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
equals
- Overrides:
equalsin classorg.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
-