Class ProjectCategoryDto

java.lang.Object
de.qytera.qtaf.xray.dto.jira.ProjectCategoryDto

public class ProjectCategoryDto extends Object
The DTO describing project category details for a specific Jira project.
See Also:
  • Constructor Details

    • ProjectCategoryDto

      public ProjectCategoryDto()
  • Method Details

    • getSelf

      public String getSelf()
      The URL of the project category.
    • getId

      public String getId()
      The ID of the project category.
    • getName

      public String getName()
      The name of the project category. Required on create, optional on update.
    • getDescription

      public String getDescription()
      The description of the project category.
    • setSelf

      public void setSelf(String self)
      The URL of the project category.
    • setId

      public void setId(String id)
      The ID of the project category.
    • setName

      public void setName(String name)
      The name of the project category. Required on create, optional on update.
    • setDescription

      public void setDescription(String description)
      The description of the project category.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object