public class LocationsResponse extends ConnectedAssetOMASAPIResponse
| Constructor and Description |
|---|
LocationsResponse()
Default constructor
|
LocationsResponse(LocationsResponse 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<Location> |
getList()
Return the responseObjects result.
|
int |
hashCode()
Return hash code for this object
|
void |
setList(List<Location> responseObjects)
Set up the responseObjects result.
|
String |
toString()
JSON-style toString
|
getExceptionClassName, getExceptionErrorMessage, getExceptionProperties, getExceptionSystemAction, getExceptionUserAction, getRelatedHTTPCode, setExceptionClassName, setExceptionErrorMessage, setExceptionProperties, setExceptionSystemAction, setExceptionUserAction, setRelatedHTTPCodepublic LocationsResponse()
public LocationsResponse(LocationsResponse template)
template - object to copypublic List<Location> getList()
public void setList(List<Location> 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.