public class RegisteredOMAGServicesResponse extends FFDCResponseBase
| Constructor and Description |
|---|
RegisteredOMAGServicesResponse()
Default constructor
|
RegisteredOMAGServicesResponse(RegisteredOMAGServicesResponse template)
Copy clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
List<RegisteredOMAGService> |
getServices()
Return the list of services
|
int |
hashCode()
Return hash code for this object
|
void |
setServices(List<RegisteredOMAGService> services)
Set up the list of services
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic RegisteredOMAGServicesResponse()
public RegisteredOMAGServicesResponse(RegisteredOMAGServicesResponse template)
template - object to copypublic List<RegisteredOMAGService> getServices()
public void setServices(List<RegisteredOMAGService> services)
services - service descriptionspublic String toString()
toString in class FFDCResponseBasepublic boolean equals(Object objectToCompare)
equals in class FFDCResponseBaseobjectToCompare - test objectpublic int hashCode()
hashCode in class FFDCResponseBaseCopyright © 2018–2020 ODPi. All rights reserved.