public class AccessServiceConfigResponse extends AdminServicesAPIResponse
| Constructor and Description |
|---|
AccessServiceConfigResponse()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
AccessServiceConfig |
getConfig()
Return the config object.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setConfig(AccessServiceConfig config)
Set up the config object.
|
String |
toString()
Standard toString method.
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic AccessServiceConfigResponse()
public AccessServiceConfig getConfig()
public void setConfig(AccessServiceConfig config)
config - - AccessServiceConfig objectpublic String toString()
toString in class AdminServicesAPIResponsepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2020 ODPi. All rights reserved.