Class IssueTypeCloudDto

java.lang.Object
de.qytera.qtaf.xray.dto.jira.IssueTypeDto
de.qytera.qtaf.xray.dto.jira.IssueTypeCloudDto

public class IssueTypeCloudDto extends IssueTypeDto
The response when retrieving Jira cloud issue type details.
See Also:
  • Constructor Details

    • IssueTypeCloudDto

      public IssueTypeCloudDto()
  • Method Details

    • getEntityId

      public String getEntityId()
      Unique ID for next-gen projects.
    • getHierarchyLevel

      public Integer getHierarchyLevel()
      Hierarchy level of the issue type.
    • getScope

      public ScopeDto getScope()
      Details of the next-gen projects the issue type is available in.
    • setEntityId

      public void setEntityId(String entityId)
      Unique ID for next-gen projects.
    • setHierarchyLevel

      public void setHierarchyLevel(Integer hierarchyLevel)
      Hierarchy level of the issue type.
    • setScope

      public void setScope(ScopeDto scope)
      Details of the next-gen projects the issue type is available in.
    • toString

      public String toString()
      Overrides:
      toString in class IssueTypeDto
    • equals

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

      protected boolean canEqual(Object other)
      Overrides:
      canEqual in class IssueTypeDto
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class IssueTypeDto