Class AssetCatalogResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses.AssetCatalogOMASAPIResponse
org.odpi.openmetadata.accessservices.assetcatalog.model.rest.responses.AssetCatalogResponse
- All Implemented Interfaces:
FFDCResponse
AssetCatalogResponse is the response structure used on the Asset Catalog OMAS REST API calls that returns an
asset description object as a response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Return comparison result based on the content of the properties.Returns the description of an assetint
hashCode()
Return hash code for this objectvoid
setAssetCatalogBean
(AssetCatalogBean assetCatalogBean) Setup the description of an assettoString()
JSON-like toStringMethods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
-
Constructor Details
-
AssetCatalogResponse
public AssetCatalogResponse()
-
-
Method Details
-
getAssetCatalogBean
Returns the description of an asset- Returns:
- the asset
-
setAssetCatalogBean
Setup the description of an asset- Parameters:
assetCatalogBean
- the asset
-
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
-
toString
Description copied from class:FFDCResponseBase
JSON-like toString- Overrides:
toString
in classFFDCResponseBase
- Returns:
- string containing the property names and values
-