Package com.netflix.genie.common.dto
Class Application
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.Application
- All Implemented Interfaces:
Serializable
Application DTO.
- Since:
- 3.0.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder to create applications. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Application
(Application.Builder builder) Constructor only accessible via builder build() method. -
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
-
Application
Constructor only accessible via builder build() method.- Parameters:
builder
- The builder to get data from
-
-
Method Details
-
getType
Get the type of this application.- Returns:
- The type as an Optional
-