Package de.qytera.qtaf.xray.dto.jira
Class ProjectDetailsDto
java.lang.Object
de.qytera.qtaf.xray.dto.jira.ProjectDetailsDto
The project details of the project an item has scope in.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe project types available in Jira. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleancom.google.gson.JsonObjectThe URLs of the project's avatars.getId()The ID of the project.getKey()The key of the project.getName()The name of the project.The category the project belongs to.Get the project type.getSelf()inthashCode()voidsetAvatarUrls(com.google.gson.JsonObject avatarUrls) The URLs of the project's avatars.voidThe ID of the project.voidThe key of the project.voidThe name of the project.voidsetProjectCategory(ProjectCategoryDto projectCategory) The category the project belongs to.voidsetProjectTypeKey(ProjectDetailsDto.ProjectType projectType) Set the project type.voidvoidsetSimplified(Boolean simplified) toString()
-
Constructor Details
-
ProjectDetailsDto
public ProjectDetailsDto()
-
-
Method Details
-
setProjectTypeKey
Set the project type.- Parameters:
projectType- the project type
-
getProjectTypeKey
Get the project type.- Returns:
- the project type or null if not set
-
getAvatarUrls
public com.google.gson.JsonObject getAvatarUrls()The URLs of the project's avatars. -
getId
The ID of the project. -
getKey
The key of the project. -
getName
The name of the project. -
getProjectCategory
The category the project belongs to. -
getSelf
-
getSimplified
-
setAvatarUrls
public void setAvatarUrls(com.google.gson.JsonObject avatarUrls) The URLs of the project's avatars. -
setId
The ID of the project. -
setKey
The key of the project. -
setName
The name of the project. -
setProjectCategory
The category the project belongs to. -
setSelf
-
setSimplified
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-