@ParametersAreNonnullByDefault
Package com.netflix.genie.web.dtos
Immutable DTOs specifically used by the web server.
- Since:
- 4.0.0
-
Class Summary Class Description ArchivedJobMetadata A simple POJO for a compound value of related information to a job archived location and files.JobSubmission The payload of all gathered information from a user request to run a job via the API.JobSubmission.Builder Builder forJobSubmission
instances.ResolvedJob The payload of information representing all the concrete details the system needs to run a job.ResourceSelectionResult<R> A data class for returning the results of an attempted resource selection.ResourceSelectionResult.Builder<R> A builder forResourceSelectionResult
instances.