public class ConnectionListResponse extends FFDCResponseBase
| Constructor and Description |
|---|
ConnectionListResponse()
Default constructor
|
ConnectionListResponse(ConnectionListResponse 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<Connection> |
getConnections()
Return the connection list result.
|
int |
hashCode()
Return hash code for this object
|
void |
setConnections(List<Connection> connections)
Set up the connection list result.
|
String |
toString()
JSON-style toString
|
getActionDescription, getExceptionCausedBy, getExceptionClassName, getExceptionErrorMessage, getExceptionErrorMessageId, getExceptionErrorMessageParameters, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setActionDescription, setExceptionCausedBy, setExceptionClassName, setExceptionErrorMessage, setExceptionErrorMessageId, setExceptionErrorMessageParameters, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic ConnectionListResponse()
public ConnectionListResponse(ConnectionListResponse template)
template - object to copypublic List<Connection> getConnections()
public void setConnections(List<Connection> connections)
connections - list of objectspublic 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.