Class Application

java.lang.Object
com.netflix.genie.common.internal.dtos.CommonResource
com.netflix.genie.common.internal.dtos.Application
All Implemented Interfaces:
Serializable

public class Application extends CommonResource
An immutable V4 Application resource.
Since:
4.0.0
See Also:
  • Constructor Details

    • Application

      public Application(String id, Instant created, Instant updated, @Nullable ExecutionEnvironment resources, ApplicationMetadata metadata)
      Constructor.
      Parameters:
      id - The unique identifier of this application
      created - The time this application was created in the system
      updated - The last time this application was updated in the system
      resources - The execution resources associated with this application
      metadata - The metadata associated with this application