public class ServerServicesListResponse extends FFDCResponseBase
| Constructor and Description |
|---|
ServerServicesListResponse()
Default constructor
|
ServerServicesListResponse(ServerServicesListResponse template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getServerName()
Return the name of the server where the services are running.
|
List<String> |
getServerServicesList()
Return the list of servers (or null if none running).
|
int |
hashCode()
Return hash code for this object
|
void |
setServerName(String serverName)
Set up the name of the server where the services are running.
|
void |
setServerServicesList(List<String> serverServicesList)
Set up the list of servers.
|
String |
toString()
JSON-like toString
|
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic ServerServicesListResponse()
public ServerServicesListResponse(ServerServicesListResponse template)
template - object to copypublic String getServerName()
public void setServerName(String serverName)
serverName - name of serverpublic List<String> getServerServicesList()
public void setServerServicesList(List<String> serverServicesList)
serverServicesList - string listpublic 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.