Class Application
java.lang.Object
com.netflix.genie.common.internal.dtos.CommonResource
com.netflix.genie.common.internal.dtos.Application
- All Implemented Interfaces:
Serializable
An immutable V4 Application resource.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionApplication
(String id, Instant created, Instant updated, ExecutionEnvironment resources, ApplicationMetadata metadata) Constructor. -
Method Summary
-
Constructor Details
-
Application
public Application(String id, Instant created, Instant updated, @Nullable ExecutionEnvironment resources, ApplicationMetadata metadata) Constructor.- Parameters:
id
- The unique identifier of this applicationcreated
- The time this application was created in the systemupdated
- The last time this application was updated in the systemresources
- The execution resources associated with this applicationmetadata
- The metadata associated with this application
-