Package de.qytera.qtaf.xray.dto.jira
Class LandingPageInfoDto
java.lang.Object
de.qytera.qtaf.xray.dto.jira.LandingPageInfoDto
A project's landing page info.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleancom.google.gson.JsonObjectLanding page attributes.Landing page board ID.Landing page board name.Landing page project key.Landing page project type.Landing page queue category.Landing page queue ID.Whether the project is a simple board.Whether the project has been simplified.getUrl()Landing page URL.inthashCode()voidsetAttributes(com.google.gson.JsonObject attributes) Landing page attributes.voidsetBoardId(Integer boardId) Landing page board ID.voidsetBoardName(String boardName) Landing page board name.voidsetProjectKey(String projectKey) Landing page project key.voidsetProjectType(String projectType) Landing page project type.voidsetQueueCategory(String queueCategory) Landing page queue category.voidsetQueueId(Integer queueId) Landing page queue ID.voidsetSimpleBoard(Boolean simpleBoard) Whether the project is a simple board.voidsetSimplified(Boolean simplified) Whether the project has been simplified.voidLanding page URL.toString()
-
Constructor Details
-
LandingPageInfoDto
public LandingPageInfoDto()
-
-
Method Details
-
getAttributes
public com.google.gson.JsonObject getAttributes()Landing page attributes. -
getBoardId
Landing page board ID. -
getBoardName
Landing page board name. -
getProjectKey
Landing page project key. -
getProjectType
Landing page project type. -
getQueueCategory
Landing page queue category. -
getQueueId
Landing page queue ID. -
getSimpleBoard
Whether the project is a simple board. -
getSimplified
Whether the project has been simplified. -
getUrl
Landing page URL. -
setAttributes
public void setAttributes(com.google.gson.JsonObject attributes) Landing page attributes. -
setBoardId
Landing page board ID. -
setBoardName
Landing page board name. -
setProjectKey
Landing page project key. -
setProjectType
Landing page project type. -
setQueueCategory
Landing page queue category. -
setQueueId
Landing page queue ID. -
setSimpleBoard
Whether the project is a simple board. -
setSimplified
Whether the project has been simplified. -
setUrl
Landing page URL. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-