Package de.qytera.qtaf.xray.dto.jira
Class SimpleLinkDto
java.lang.Object
de.qytera.qtaf.xray.dto.jira.SimpleLinkDto
Represents a simple link.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetHref()The URL that the link points to.The icon class of the link.getId()The unique id for the link.getLabel()The label for the link.com.google.gson.JsonObjectParameters associated with this link.The style to apply to the link.getTitle()The title (tooltip) for the link.The weight for the link.inthashCode()voidThe URL that the link points to.voidsetIconClass(String iconClass) The icon class of the link.voidThe unique id for the link.voidThe label for the link.voidsetParams(com.google.gson.JsonObject params) Parameters associated with this link.voidsetStyleClass(String styleClass) The style to apply to the link.voidThe title (tooltip) for the link.voidThe weight for the link.toString()
-
Constructor Details
-
SimpleLinkDto
public SimpleLinkDto()
-
-
Method Details
-
getId
The unique id for the link. -
getStyleClass
The style to apply to the link. -
getIconClass
The icon class of the link. -
getLabel
The label for the link. -
getTitle
The title (tooltip) for the link. -
getHref
The URL that the link points to. -
getWeight
The weight for the link. -
getParams
public com.google.gson.JsonObject getParams()Parameters associated with this link. -
setId
The unique id for the link. -
setStyleClass
The style to apply to the link. -
setIconClass
The icon class of the link. -
setLabel
The label for the link. -
setTitle
The title (tooltip) for the link. -
setHref
The URL that the link points to. -
setWeight
The weight for the link. -
setParams
public void setParams(com.google.gson.JsonObject params) Parameters associated with this link. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-