Class ProjectDetailsDto

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

public class ProjectDetailsDto extends Object
The project details of the project an item has scope in.
  • Constructor Details

    • ProjectDetailsDto

      public ProjectDetailsDto()
  • Method Details

    • setProjectTypeKey

      public void setProjectTypeKey(ProjectDetailsDto.ProjectType projectType)
      Set the project type.
      Parameters:
      projectType - the project type
    • getProjectTypeKey

      public ProjectDetailsDto.ProjectType 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

      public String getId()
      The ID of the project.
    • getKey

      public String getKey()
      The key of the project.
    • getName

      public String getName()
      The name of the project.
    • getProjectCategory

      public ProjectCategoryDto getProjectCategory()
      The category the project belongs to.
    • getSelf

      public String getSelf()
    • getSimplified

      public Boolean getSimplified()
    • setAvatarUrls

      public void setAvatarUrls(com.google.gson.JsonObject avatarUrls)
      The URLs of the project's avatars.
    • setId

      public void setId(String id)
      The ID of the project.
    • setKey

      public void setKey(String key)
      The key of the project.
    • setName

      public void setName(String name)
      The name of the project.
    • setProjectCategory

      public void setProjectCategory(ProjectCategoryDto projectCategory)
      The category the project belongs to.
    • setSelf

      public void setSelf(String self)
    • setSimplified

      public void setSimplified(Boolean simplified)
    • 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