Class GetJobStatsRequest

    • Constructor Detail

      • GetJobStatsRequest

        public GetJobStatsRequest​(java.lang.String... jobIds)
        Get the specified Job's statistics via their unique jobIds
        Parameters:
        jobIds - must be non-null and each jobId must be non-null
    • Method Detail

      • getJobIds

        public java.util.List<java.lang.String> getJobIds()
        All the jobIds for which to get statistics
      • getAllowNoJobs

        public java.lang.Boolean getAllowNoJobs()
      • setAllowNoJobs

        public void setAllowNoJobs​(boolean allowNoJobs)
        Whether to ignore if a wildcard expression matches no jobs. This includes _all string or when no jobs have been specified
        Parameters:
        allowNoJobs - When true ignore if wildcard or _all matches no jobs. Defaults to true
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object