Class IssueTypeDto

java.lang.Object
de.qytera.qtaf.xray.dto.jira.IssueTypeDto
Direct Known Subclasses:
IssueTypeCloudDto, IssueTypeServerDto

public abstract class IssueTypeDto extends Object
The response when retrieving issue type details.
See Also:
  • Constructor Details

    • IssueTypeDto

      public IssueTypeDto()
  • Method Details

    • getSelf

      public String getSelf()
      The URL of these issue type details.
    • getId

      public String getId()
      The ID of the issue type.
    • getDescription

      public String getDescription()
      The description of the issue type.
    • getIconUrl

      public String getIconUrl()
      The URL of the issue type's avatar.
    • getName

      public String getName()
      The name of the issue type.
    • getSubtask

      public Boolean getSubtask()
      Whether this issue type is used to create subtasks.
    • getAvatarId

      public int getAvatarId()
      The ID of the issue type's avatar.
    • setSelf

      public void setSelf(String self)
      The URL of these issue type details.
    • setId

      public void setId(String id)
      The ID of the issue type.
    • setDescription

      public void setDescription(String description)
      The description of the issue type.
    • setIconUrl

      public void setIconUrl(String iconUrl)
      The URL of the issue type's avatar.
    • setName

      public void setName(String name)
      The name of the issue type.
    • setSubtask

      public void setSubtask(Boolean subtask)
      Whether this issue type is used to create subtasks.
    • setAvatarId

      public void setAvatarId(int avatarId)
      The ID of the issue type's avatar.
    • 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