Class JobMetadata

java.lang.Object
com.netflix.genie.common.internal.dtos.CommonMetadata
com.netflix.genie.common.internal.dtos.JobMetadata
All Implemented Interfaces:
Serializable

public class JobMetadata extends CommonMetadata
Metadata supplied by a user for a job.
Since:
4.0.0
See Also:
  • Method Details

    • getGroup

      public Optional<String> getGroup()
      Get the group the user should is a member of as an Optional.
      Returns:
      The group as an optional
    • getEmail

      public Optional<String> getEmail()
      Get the email for the user if there is one as an Optional.
      Returns:
      The email address as an Optional
    • getGrouping

      public Optional<String> getGrouping()
      Get the grouping for this job if there currently is one as an Optional.
      Returns:
      The grouping
    • getGroupingInstance

      public Optional<String> getGroupingInstance()
      Get the grouping instance for this job if there currently is one as an Optional.
      Returns:
      The grouping instance