public class ServerListResponse extends FFDCResponseBase
| Constructor and Description |
|---|
ServerListResponse()
Default constructor
|
ServerListResponse(ServerListResponse 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<String> |
getServerList()
Return the list of servers (or null if none running).
|
int |
hashCode()
Return hash code for this object
|
void |
setServerList(List<String> serverList)
Set up the list of servers.
|
String |
toString()
JSON-like toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic ServerListResponse()
public ServerListResponse(ServerListResponse template)
template - object to copypublic List<String> getServerList()
public void setServerList(List<String> serverList)
serverList - 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–2019 ODPi. All rights reserved.