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 Details

    • GlossaryViewEntityDetailResponse

      public GlossaryViewEntityDetailResponse()
  • Method Details

    • getResult

      public List<GlossaryViewEntityDetail> getResult()
    • addEntityDetails

      public void addEntityDetails(List<GlossaryViewEntityDetail> glossaryViewEntityDetails)
    • addEntityDetail

      public void addEntityDetail(GlossaryViewEntityDetail glossaryViewEntityDetail)
    • getActionDescription

      public String getActionDescription()
      Specified by:
      getActionDescription in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
      Overrides:
      getActionDescription in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
    • setActionDescription

      public void setActionDescription(String actionDescription)
      Specified by:
      setActionDescription in interface org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse
      Overrides:
      setActionDescription in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
    • toString

      public String toString()
      Overrides:
      toString in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
    • equals

      public boolean equals(Object objectToCompare)
      Overrides:
      equals in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase