Class MistralWorkflowEnvironment
- java.lang.Object
-
- org.openstack4j.openstack.workflow.domain.MistralWorkflowEnvironment
-
- All Implemented Interfaces:
Serializable,Buildable<WorkflowEnvironmentBuilder>,ModelEntity,WorkflowEnvironment
public class MistralWorkflowEnvironment extends Object implements WorkflowEnvironment
Mistral workflow environment.- Author:
- Renat Akhmerov
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMistralWorkflowEnvironment.MistralWorkflowEnvironmentBuilderMistral workflow environment builder.static classMistralWorkflowEnvironment.MistralWorkflowEnvironments-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description MistralWorkflowEnvironment()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MistralWorkflowEnvironment.MistralWorkflowEnvironmentBuilderbuilder()DategetCreatedAt()StringgetDescription()StringgetId()StringgetName()StringgetProjectId()ScopegetScope()DategetUpdatedAt()Map<String,Object>getVariables()MistralWorkflowEnvironment.MistralWorkflowEnvironmentBuildertoBuilder()
-
-
-
Method Detail
-
builder
public static MistralWorkflowEnvironment.MistralWorkflowEnvironmentBuilder builder()
-
toBuilder
public MistralWorkflowEnvironment.MistralWorkflowEnvironmentBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<WorkflowEnvironmentBuilder>
-
getId
public String getId()
- Specified by:
getIdin interfaceWorkflowEnvironment- Returns:
- The id of this environment.
-
getCreatedAt
public Date getCreatedAt()
- Specified by:
getCreatedAtin interfaceWorkflowEnvironment- Returns:
- The time that this entity was created at.
-
getUpdatedAt
public Date getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceWorkflowEnvironment- Returns:
- The time that this entity was last updated at.
-
getProjectId
public String getProjectId()
- Specified by:
getProjectIdin interfaceWorkflowEnvironment- Returns:
- The project id of this environment.
-
getScope
public Scope getScope()
- Specified by:
getScopein interfaceWorkflowEnvironment- Returns:
- The scope of this environment.
-
getName
public String getName()
- Specified by:
getNamein interfaceWorkflowEnvironment- Returns:
- The name of this environment.
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceWorkflowEnvironment- Returns:
- The description of this environment.
-
getVariables
public Map<String,Object> getVariables()
- Specified by:
getVariablesin interfaceWorkflowEnvironment- Returns:
- The variables of this environment.
-
-