public class MistralWorkflowEnvironment extends Object implements WorkflowEnvironment
| Modifier and Type | Class and Description |
|---|---|
static class |
MistralWorkflowEnvironment.MistralWorkflowEnvironmentBuilder
Mistral workflow environment builder.
|
static class |
MistralWorkflowEnvironment.MistralWorkflowEnvironments |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
MistralWorkflowEnvironment() |
| Modifier and Type | Method and Description |
|---|---|
static MistralWorkflowEnvironment.MistralWorkflowEnvironmentBuilder |
builder() |
Date |
getCreatedAt() |
String |
getDescription() |
String |
getId() |
String |
getName() |
String |
getProjectId() |
Scope |
getScope() |
Date |
getUpdatedAt() |
Map<String,Object> |
getVariables() |
MistralWorkflowEnvironment.MistralWorkflowEnvironmentBuilder |
toBuilder() |
public static MistralWorkflowEnvironment.MistralWorkflowEnvironmentBuilder builder()
public MistralWorkflowEnvironment.MistralWorkflowEnvironmentBuilder toBuilder()
toBuilder in interface Buildable<WorkflowEnvironmentBuilder>public String getId()
getId in interface WorkflowEnvironmentpublic Date getCreatedAt()
getCreatedAt in interface WorkflowEnvironmentpublic Date getUpdatedAt()
getUpdatedAt in interface WorkflowEnvironmentpublic String getProjectId()
getProjectId in interface WorkflowEnvironmentpublic Scope getScope()
getScope in interface WorkflowEnvironmentpublic String getName()
getName in interface WorkflowEnvironmentpublic String getDescription()
getDescription in interface WorkflowEnvironmentpublic Map<String,Object> getVariables()
getVariables in interface WorkflowEnvironmentCopyright © 2020. All rights reserved.