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