public class OMAGServerConfigsResponse extends AdminServicesAPIResponse
| Constructor and Description |
|---|
OMAGServerConfigsResponse()
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.
|
Set<OMAGServerConfig> |
getOMAGServerConfigs()
Return the OMAGServerConfig objects.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setOMAGServerConfigs(Set<OMAGServerConfig> serverConfigs)
Set up the OMAGServerConfig objects.
|
String |
toString()
Standard toString method.
|
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic Set<OMAGServerConfig> getOMAGServerConfigs()
public void setOMAGServerConfigs(Set<OMAGServerConfig> serverConfigs)
serverConfigs - - Set of OMAGServerConfig objectspublic String toString()
toString in class AdminServicesAPIResponsepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - supplied objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.