public class ConnectionsResponse extends ConnectedAssetOMASAPIResponse
| Constructor and Description |
|---|
ConnectionsResponse()
Default constructor
|
ConnectionsResponse(ConnectionsResponse 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> |
getList()
Return the responseObjects result.
|
int |
hashCode()
Return hash code for this object
|
void |
setList(List<Connection> responseObjects)
Set up the responseObjects result.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic ConnectionsResponse()
public ConnectionsResponse(ConnectionsResponse template)
template - object to copypublic List<Connection> getList()
public void setList(List<Connection> responseObjects)
responseObjects - list of response objectspublic String toString()
toString in class ConnectedAssetOMASAPIResponsepublic boolean equals(Object objectToCompare)
equals in class ConnectedAssetOMASAPIResponseobjectToCompare - test objectpublic int hashCode()
hashCode in class ConnectedAssetOMASAPIResponseCopyright © 2017–2018 ODPi. All rights reserved.