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 SummaryNested Classes Modifier and Type Class Description static classExecutionEnvironmentDTO.Builder<T extends ExecutionEnvironmentDTO.Builder>A builder for helping to create instances.
 - 
Method SummaryAll 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.CommonDTOgetDescription, getMetadata
 - 
Methods inherited from class com.netflix.genie.common.dto.BaseDTOgetCreated, getId, getUpdated, toString
 
- 
 
-