Package de.qytera.qtaf.xray.dto.jira
Class IssueTypeDto
java.lang.Object
de.qytera.qtaf.xray.dto.jira.IssueTypeDto
- Direct Known Subclasses:
IssueTypeCloudDto,IssueTypeServerDto
The response when retrieving issue type details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintThe ID of the issue type's avatar.The description of the issue type.The URL of the issue type's avatar.getId()The ID of the issue type.getName()The name of the issue type.getSelf()The URL of these issue type details.Whether this issue type is used to create subtasks.inthashCode()voidsetAvatarId(int avatarId) The ID of the issue type's avatar.voidsetDescription(String description) The description of the issue type.voidsetIconUrl(String iconUrl) The URL of the issue type's avatar.voidThe ID of the issue type.voidThe name of the issue type.voidThe URL of these issue type details.voidsetSubtask(Boolean subtask) Whether this issue type is used to create subtasks.toString()
-
Constructor Details
-
IssueTypeDto
public IssueTypeDto()
-
-
Method Details
-
getSelf
The URL of these issue type details. -
getId
The ID of the issue type. -
getDescription
The description of the issue type. -
getIconUrl
The URL of the issue type's avatar. -
getName
The name of the issue type. -
getSubtask
Whether this issue type is used to create subtasks. -
getAvatarId
public int getAvatarId()The ID of the issue type's avatar. -
setSelf
The URL of these issue type details. -
setId
The ID of the issue type. -
setDescription
The description of the issue type. -
setIconUrl
The URL of the issue type's avatar. -
setName
The name of the issue type. -
setSubtask
Whether this issue type is used to create subtasks. -
setAvatarId
public void setAvatarId(int avatarId) The ID of the issue type's avatar. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-