Class LocalRepositoryConfigResponse
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBase
org.odpi.openmetadata.adminservices.rest.AdminServicesAPIResponse
org.odpi.openmetadata.adminservices.rest.LocalRepositoryConfigResponse
- All Implemented Interfaces:
- FFDCResponse
LocalRepositoryConfigResponse is the response structure used on the OMAG REST API calls that returns a
 LocalRepositoryConfig object as a response.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanCompare the values of the supplied object with those stored in the current object.Return the config object.inthashCode()Create a hash code for this element type.voidsetConfig(LocalRepositoryConfig config) Set up the config object.toString()Standard toString method.Methods inherited from class org.odpi.openmetadata.commonservices.ffdc.rest.FFDCResponseBasegetActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCode
- 
Constructor Details- 
LocalRepositoryConfigResponsepublic LocalRepositoryConfigResponse()Default constructor
 
- 
- 
Method Details- 
getConfigReturn the config object.- Returns:
- LocalRepositoryConfig object
 
- 
setConfigSet up the config object.- Parameters:
- config- - LocalRepositoryConfig object
 
- 
toStringStandard toString method.- Overrides:
- toStringin class- AdminServicesAPIResponse
- Returns:
- print out of variables in a JSON-style
 
- 
equalsCompare the values of the supplied object with those stored in the current object.- Overrides:
- equalsin class- FFDCResponseBase
- Parameters:
- objectToCompare- supplied object
- Returns:
- boolean result of comparison
 
- 
hashCodepublic int hashCode()Create a hash code for this element type.- Overrides:
- hashCodein class- FFDCResponseBase
- Returns:
- int hash code
 
 
-