Package de.qytera.qtaf.xray.dto.jira
Class ProjectCategoryDto
java.lang.Object
de.qytera.qtaf.xray.dto.jira.ProjectCategoryDto
The DTO describing project category details for a specific Jira project.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe description of the project category.getId()The ID of the project category.getName()The name of the project category.getSelf()The URL of the project category.inthashCode()voidsetDescription(String description) The description of the project category.voidThe ID of the project category.voidThe name of the project category.voidThe URL of the project category.toString()
-
Constructor Details
-
ProjectCategoryDto
public ProjectCategoryDto()
-
-
Method Details
-
getSelf
The URL of the project category. -
getId
The ID of the project category. -
getName
The name of the project category. Required on create, optional on update. -
getDescription
The description of the project category. -
setSelf
The URL of the project category. -
setId
The ID of the project category. -
setName
The name of the project category. Required on create, optional on update. -
setDescription
The description of the project category. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-