Package com.netflix.genie.common.dto
Class Cluster
java.lang.Object
com.netflix.genie.common.dto.BaseDTO
com.netflix.genie.common.dto.CommonDTO
com.netflix.genie.common.dto.ExecutionEnvironmentDTO
com.netflix.genie.common.dto.Cluster
- All Implemented Interfaces:
- Serializable
Cluster DTO object. Read only after construction.
- Since:
- 3.0.0
- See Also:
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedCluster(Cluster.Builder builder) Constructor used only by the build() method of the builder.
- 
Method SummaryMethods inherited from class com.netflix.genie.common.dto.ExecutionEnvironmentDTOgetSetupFileMethods inherited from class com.netflix.genie.common.dto.CommonDTOgetDescription, getMetadataMethods inherited from class com.netflix.genie.common.dto.BaseDTOgetCreated, getId, getUpdated, toString
- 
Constructor Details- 
ClusterConstructor used only by the build() method of the builder.- Parameters:
- builder- The builder to get data from
 
 
-