Class ReportSettings


  • public class ReportSettings
    extends java.lang.Object
    Report settings model provided to the Agent upon session initialization.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportSettings​(java.lang.String projectName, java.lang.String jobName)
      Creates a new instance of the class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object object)
      Check if two objects are equal.
      java.lang.String getJobName()
      Getter for jobName field.
      java.lang.String getProjectName()
      Getter for projectName field.
      int hashCode()
      Calculate object hashcode.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReportSettings

        public ReportSettings​(java.lang.String projectName,
                              java.lang.String jobName)
        Creates a new instance of the class.
        Parameters:
        projectName - Project name to report
        jobName - Job name to report
    • Method Detail

      • getProjectName

        public java.lang.String getProjectName()
        Getter for projectName field.
        Returns:
        value of projectName field
      • getJobName

        public java.lang.String getJobName()
        Getter for jobName field.
        Returns:
        value of jobName field
      • equals

        public boolean equals​(java.lang.Object object)
        Check if two objects are equal.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        object - instance.
        Returns:
        True if equals, otherwise False.
      • hashCode

        public int hashCode()
        Calculate object hashcode.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        Hashcode integer.