Class LandingPageInfoDto

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

public class LandingPageInfoDto extends Object
A project's landing page info.
  • Constructor Details

    • LandingPageInfoDto

      public LandingPageInfoDto()
  • Method Details

    • getAttributes

      public com.google.gson.JsonObject getAttributes()
      Landing page attributes.
    • getBoardId

      public Integer getBoardId()
      Landing page board ID.
    • getBoardName

      public String getBoardName()
      Landing page board name.
    • getProjectKey

      public String getProjectKey()
      Landing page project key.
    • getProjectType

      public String getProjectType()
      Landing page project type.
    • getQueueCategory

      public String getQueueCategory()
      Landing page queue category.
    • getQueueId

      public Integer getQueueId()
      Landing page queue ID.
    • getSimpleBoard

      public Boolean getSimpleBoard()
      Whether the project is a simple board.
    • getSimplified

      public Boolean getSimplified()
      Whether the project has been simplified.
    • getUrl

      public String getUrl()
      Landing page URL.
    • setAttributes

      public void setAttributes(com.google.gson.JsonObject attributes)
      Landing page attributes.
    • setBoardId

      public void setBoardId(Integer boardId)
      Landing page board ID.
    • setBoardName

      public void setBoardName(String boardName)
      Landing page board name.
    • setProjectKey

      public void setProjectKey(String projectKey)
      Landing page project key.
    • setProjectType

      public void setProjectType(String projectType)
      Landing page project type.
    • setQueueCategory

      public void setQueueCategory(String queueCategory)
      Landing page queue category.
    • setQueueId

      public void setQueueId(Integer queueId)
      Landing page queue ID.
    • setSimpleBoard

      public void setSimpleBoard(Boolean simpleBoard)
      Whether the project is a simple board.
    • setSimplified

      public void setSimplified(Boolean simplified)
      Whether the project has been simplified.
    • setUrl

      public void setUrl(String url)
      Landing page URL.
    • 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