public final class DispatchErrorContent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DispatchErrorContent.Builder |
Modifier and Type | Method and Description |
---|---|
static DispatchErrorContent.Builder |
builder() |
boolean |
equals(Object o) |
List<Command> |
getCommands()
Commands in the same order of request time so that skill can extend deliver expiry.
|
String |
getDeviceId()
Identifier of the device where execution error happens.
|
int |
hashCode() |
String |
toString() |
public static DispatchErrorContent.Builder builder()
public String getDeviceId()
public List<Command> getCommands()
Copyright © 2023. All rights reserved.