public class FlowRequiringAttention
Thinking that Instant is OK for short lived flow deadlines.
Constructor and Description |
---|
FlowRequiringAttention(FlowInstanceRef ref,
java.lang.String prompt,
java.util.Map<net.corda.core.crypto.SecureHash,java.lang.String> choiceIdsToMessages,
java.time.Instant dueBy)
Thinking that Instant is OK for short lived flow deadlines.
|
Modifier and Type | Method and Description |
---|---|
FlowInstanceRef |
component1() |
java.lang.String |
component2() |
java.util.Map<net.corda.core.crypto.SecureHash,java.lang.String> |
component3() |
java.time.Instant |
component4() |
FlowRequiringAttention |
copy(FlowInstanceRef ref,
java.lang.String prompt,
java.util.Map<net.corda.core.crypto.SecureHash,java.lang.String> choiceIdsToMessages,
java.time.Instant dueBy)
Thinking that Instant is OK for short lived flow deadlines.
|
boolean |
equals(java.lang.Object p) |
java.util.Map<net.corda.core.crypto.SecureHash,java.lang.String> |
getChoiceIdsToMessages() |
java.time.Instant |
getDueBy() |
java.lang.String |
getPrompt() |
FlowInstanceRef |
getRef() |
int |
hashCode() |
java.lang.String |
toString() |
public FlowRequiringAttention(FlowInstanceRef ref, java.lang.String prompt, java.util.Map<net.corda.core.crypto.SecureHash,java.lang.String> choiceIdsToMessages, java.time.Instant dueBy)
Thinking that Instant is OK for short lived flow deadlines.
public FlowInstanceRef getRef()
public java.lang.String getPrompt()
public java.util.Map<net.corda.core.crypto.SecureHash,java.lang.String> getChoiceIdsToMessages()
public java.time.Instant getDueBy()
public FlowInstanceRef component1()
public java.lang.String component2()
public java.util.Map<net.corda.core.crypto.SecureHash,java.lang.String> component3()
public java.time.Instant component4()
public FlowRequiringAttention copy(FlowInstanceRef ref, java.lang.String prompt, java.util.Map<net.corda.core.crypto.SecureHash,java.lang.String> choiceIdsToMessages, java.time.Instant dueBy)
Thinking that Instant is OK for short lived flow deadlines.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)