public final class CommandsResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CommandsResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static CommandsResponse.Builder |
builder() |
boolean |
equals(Object o) |
String |
getQueuedResultId()
A unique identifier to query result for queued delivery for offline devices (DEVICE_UNAVAILABLE).
|
List<CommandsDispatchResult> |
getResults()
List of results for each dispatch to a device target.
|
int |
hashCode() |
String |
toString() |
public static CommandsResponse.Builder builder()
public List<CommandsDispatchResult> getResults()
public String getQueuedResultId()
Copyright © 2023. All rights reserved.