public class UIServerConfigResponse extends UIAdminServicesAPIResponse
| Constructor and Description |
|---|
UIServerConfigResponse()
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.
|
UIServerConfig |
getUIServerConfig()
Return the UIServerConfig object.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setUIServerConfig(UIServerConfig serverConfig)
Set up the UIServerConfig object.
|
String |
toString()
Standard toString method.
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic UIServerConfig getUIServerConfig()
public void setUIServerConfig(UIServerConfig serverConfig)
serverConfig - - UIServerConfig objectpublic String toString()
toString in class UIAdminServicesAPIResponsepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2019 ODPi. All rights reserved.