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