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:
Serializable
- Direct Known Subclasses:
Application
,Cluster
,Command
,JobRequest
Base class DTO for DTOs which require a setup file.
- Since:
- 3.0.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder for helping to create instances. -
Method Summary
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
-
Method Details
-
getSetupFile
Get the setup file.- Returns:
- The setup file location as an Optional
-