Class TypeExplorerResponse

java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.viewservices.tex.api.rest.TexViewOMVSAPIResponse
org.odpi.openmetadata.viewservices.tex.api.rest.TypeExplorerResponse
All Implemented Interfaces:
Serializable, org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponse

public class TypeExplorerResponse extends TexViewOMVSAPIResponse
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
    Copy/clone constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the typeExplorer result.
    void
    Set the typeExplorer result.
    JSON-style toString

    Methods 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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • TypeExplorerResponse

      public TypeExplorerResponse()
      Default constructor
    • TypeExplorerResponse

      public TypeExplorerResponse(TypeExplorerResponse template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getTypeExplorer

      public TypeExplorer getTypeExplorer()
      Return the typeExplorer result.
      Returns:
      bean
    • setTypeExplorer

      public void setTypeExplorer(TypeExplorer typeExplorer)
      Set the typeExplorer result.
      Parameters:
      typeExplorer - - bean
    • toString

      public String toString()
      JSON-style toString
      Overrides:
      toString in class TexViewOMVSAPIResponse
      Returns:
      return string containing the property names and values