public final class CommandsRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CommandsRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static CommandsRequest.Builder |
builder() |
boolean |
equals(Object o) |
String |
getAttemptDeliveryUntil()
Date and time, in ISO-8601 representation, when to halt the attempt to deliver the commands.
|
List<Command> |
getCommands()
Collection of ordered commands which needs to be executed in DataStore.
|
Target |
getTarget()
Target where update needs to be published.
|
int |
hashCode() |
String |
toString() |
public static CommandsRequest.Builder builder()
public List<Command> getCommands()
public Target getTarget()
public String getAttemptDeliveryUntil()
Copyright © 2023. All rights reserved.