Class GetCategoriesRequest

    • Constructor Detail

      • GetCategoriesRequest

        public GetCategoriesRequest​(java.lang.String jobId)
        Constructs a request to retrieve category information from a given job
        Parameters:
        jobId - id of the job from which to retrieve results
    • Method Detail

      • getJobId

        public java.lang.String getJobId()
      • getPageParams

        public PageParams getPageParams()
      • getCategoryId

        public java.lang.Long getCategoryId()
      • setCategoryId

        public void setCategoryId​(java.lang.Long categoryId)
        Sets the category id
        Parameters:
        categoryId - the category id
      • setPageParams

        public void setPageParams​(PageParams pageParams)
        Sets the paging parameters
        Parameters:
        pageParams - the paging parameters
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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