public abstract class ExecutionEnvironmentDTO extends CommonDTO
Modifier and Type | Class and Description |
---|---|
protected static class |
ExecutionEnvironmentDTO.Builder<T extends ExecutionEnvironmentDTO.Builder>
A builder for helping to create instances.
|
Modifier | Constructor and Description |
---|---|
protected |
ExecutionEnvironmentDTO(ExecutionEnvironmentDTO.Builder builder)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getConfigs()
Get the set of configs for the entity.
|
java.util.Set<java.lang.String> |
getDependencies()
Get the set of dependencies for the entity.
|
java.util.Optional<java.lang.String> |
getSetupFile()
Get the setup file.
|
getDescription, getTags
getCreated, getId, getUpdated, toString
protected ExecutionEnvironmentDTO(ExecutionEnvironmentDTO.Builder builder)
builder
- The builder to usepublic java.util.Optional<java.lang.String> getSetupFile()
public java.util.Set<java.lang.String> getConfigs()
public java.util.Set<java.lang.String> getDependencies()