public class ListDevicesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListDevicesResponse.Builder
Class to build instances of
ListDevicesResponse. |
| Constructor and Description |
|---|
ListDevicesResponse(List<Error> errors,
List<Device> devices,
String cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
String |
getCursor()
Getter for Cursor.
|
List<Device> |
getDevices()
Getter for Devices.
|
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
ListDevicesResponse.Builder |
toBuilder()
Builds a new
ListDevicesResponse.Builder object. |
String |
toString()
Converts this ListDevicesResponse into string format.
|
public HttpContext getContext()
public List<Error> getErrors()
public List<Device> getDevices()
public String getCursor()
public String toString()
public ListDevicesResponse.Builder toBuilder()
ListDevicesResponse.Builder object.
Creates the instance with the state of the current model.ListDevicesResponse.Builder objectCopyright © 2024. All rights reserved.