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:
java.io.Serializable
public class Application extends ExecutionEnvironmentDTO
Application DTO.- Since:
- 3.0.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Application.Builder
A builder to create applications.
-
Constructor Summary
Constructors Modifier Constructor Description protected
Application(Application.Builder builder)
Constructor only accessible via builder build() method.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
getType()
Get the type of this application.-
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 Detail
-
Application
protected Application(Application.Builder builder)
Constructor only accessible via builder build() method.- Parameters:
builder
- The builder to get data from
-
-