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 Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
Cluster
(Cluster.Builder builder) Constructor used only by the build() method of the builder. -
Method Summary
Methods inherited from class com.netflix.genie.common.dto.ExecutionEnvironmentDTO
getSetupFile
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
-
Constructor Details
-
Cluster
Constructor used only by the build() method of the builder.- Parameters:
builder
- The builder to get data from
-