public class AsyncTrigger extends Object
| Constructor and Description |
|---|
AsyncTrigger() |
AsyncTrigger(String id,
String nodeId,
String instanceId,
String definitionId,
Long createdDate,
Long dueDate,
Long retries,
Long maxRetries,
Long version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCreatedDate() |
Identifier |
getDefinitionId() |
long |
getDueDate() |
Option<AsyncTriggerErrorDetails> |
getErrorDetails() |
Option<Identifier> |
getId() |
Identifier |
getInstanceId() |
long |
getMaxRetries() |
Identifier |
getNodeId() |
long |
getRetries() |
Long |
getVersion() |
int |
hashCode() |
AsyncTrigger |
incrementRetries() |
AsyncTrigger |
incrementVersion() |
String |
toString() |
AsyncTrigger |
withCreatedDate(long createdDate) |
AsyncTrigger |
withDefinitionId(Identifier definitionId) |
AsyncTrigger |
withDueDate(long dueDate) |
AsyncTrigger |
withErrorDetails(AsyncTriggerErrorDetails errorDetails) |
AsyncTrigger |
withId(Identifier id) |
AsyncTrigger |
withInstanceId(Identifier instanceId) |
AsyncTrigger |
withMaxRetries(long maxRetries) |
AsyncTrigger |
withNodeId(Identifier taskNodeId) |
AsyncTrigger |
withVersion(long version) |
public Identifier getNodeId()
public AsyncTrigger withNodeId(Identifier taskNodeId)
public Identifier getInstanceId()
public AsyncTrigger withInstanceId(Identifier instanceId)
public Identifier getDefinitionId()
public AsyncTrigger withDefinitionId(Identifier definitionId)
public long getDueDate()
public AsyncTrigger withDueDate(long dueDate)
public long getRetries()
public AsyncTrigger incrementRetries()
public long getMaxRetries()
public AsyncTrigger withMaxRetries(long maxRetries)
public Long getVersion()
public AsyncTrigger incrementVersion()
public AsyncTrigger withVersion(long version)
public long getCreatedDate()
public AsyncTrigger withCreatedDate(long createdDate)
public Option<AsyncTriggerErrorDetails> getErrorDetails()
public AsyncTrigger withErrorDetails(AsyncTriggerErrorDetails errorDetails)
public Option<Identifier> getId()
public AsyncTrigger withId(Identifier id)
Copyright © 2015. All rights reserved.