Package com.netflix.genie.common.dto
Class ExecutionEnvironmentDTO
- java.lang.Object
-
- com.netflix.genie.common.dto.BaseDTO
-
- com.netflix.genie.common.dto.CommonDTO
-
- com.netflix.genie.common.dto.ExecutionEnvironmentDTO
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Application
,Cluster
,Command
,JobRequest
public abstract class ExecutionEnvironmentDTO extends CommonDTO
Base class DTO for DTOs which require a setup file.- Since:
- 3.0.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ExecutionEnvironmentDTO.Builder<T extends ExecutionEnvironmentDTO.Builder>
A builder for helping to create instances.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getSetupFile()
Get the setup file.-
Methods inherited from class com.netflix.genie.common.dto.CommonDTO
getDescription, getMetadata
-
Methods inherited from class com.netflix.genie.common.dto.BaseDTO
getCreated, getId, getUpdated, toString
-
-