| Modifier and Type | Method and Description |
|---|---|
List<TraceMap> |
getChildren() |
String |
getDescription() |
String |
getProvidedKey() |
Set<String> |
getRequiredKeys() |
UUID |
getStepId() |
FlowStepType |
getType() |
static TestTraceMap |
ofType(FlowStepType type) |
TestTraceMap |
withChildren(List<TraceMap> children) |
TestTraceMap |
withChildren(TraceMap... children) |
TestTraceMap |
withDescription(String description) |
TestTraceMap |
withId(UUID id) |
TestTraceMap |
withProvidedKey(String providedKey) |
TestTraceMap |
withRequiredKeys(Set<String> requiredKeys) |
TestTraceMap |
withRequiredKeys(String... requiredKeys) |
public static TestTraceMap ofType(FlowStepType type)
public TestTraceMap withId(UUID id)
public TestTraceMap withRequiredKeys(String... requiredKeys)
public TestTraceMap withRequiredKeys(Set<String> requiredKeys)
public Set<String> getRequiredKeys()
getRequiredKeys in interface TraceMappublic TestTraceMap withProvidedKey(String providedKey)
public String getProvidedKey()
getProvidedKey in interface TraceMappublic TestTraceMap withDescription(String description)
public String getDescription()
getDescription in interface TraceMappublic FlowStepType getType()
public TestTraceMap withChildren(TraceMap... children)
public TestTraceMap withChildren(List<TraceMap> children)
public List<TraceMap> getChildren()
getChildren in interface TraceMapCopyright © 2017. All Rights Reserved.