Class ScopeDto

java.lang.Object
de.qytera.qtaf.xray.dto.jira.ScopeDto

public class ScopeDto extends Object
Details of the next-gen projects the issue type is available in.
  • Constructor Details

    • ScopeDto

      public ScopeDto()
  • Method Details

    • getProject

      public ProjectDetailsDto getProject()
      The project the item has scope in.
    • getType

      public ScopeDto.Type getType()
      The type of scope.
    • setProject

      public void setProject(ProjectDetailsDto project)
      The project the item has scope in.
    • setType

      public void setType(ScopeDto.Type type)
      The type of scope.
    • 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