public class CommandsAndPendingSet
extends java.lang.Object
SubmitCommandsRequest
together with the contracts that should be
considered pending while the submitCommandsRequest are processed.Modifier and Type | Field and Description |
---|---|
static CommandsAndPendingSet |
empty |
Constructor and Description |
---|
CommandsAndPendingSet(@NonNull SubmitCommandsRequest submitCommandsRequest,
@NonNull org.pcollections.PMap<Identifier,org.pcollections.PSet<java.lang.String>> contractIdsPendingIfSucceed) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
@NonNull org.pcollections.PMap<Identifier,org.pcollections.PSet<java.lang.String>> |
getContractIdsPendingIfSucceed() |
@NonNull SubmitCommandsRequest |
getSubmitCommandsRequest() |
int |
hashCode() |
java.lang.String |
toString() |
public static final CommandsAndPendingSet empty
public CommandsAndPendingSet(@NonNull SubmitCommandsRequest submitCommandsRequest, @NonNull org.pcollections.PMap<Identifier,org.pcollections.PSet<java.lang.String>> contractIdsPendingIfSucceed)
public @NonNull SubmitCommandsRequest getSubmitCommandsRequest()
public @NonNull org.pcollections.PMap<Identifier,org.pcollections.PSet<java.lang.String>> getContractIdsPendingIfSucceed()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object