Class SimpleLinkDto

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

public class SimpleLinkDto extends Object
Represents a simple link.
  • Constructor Details

    • SimpleLinkDto

      public SimpleLinkDto()
  • Method Details

    • getId

      public String getId()
      The unique id for the link.
    • getStyleClass

      public String getStyleClass()
      The style to apply to the link.
    • getIconClass

      public String getIconClass()
      The icon class of the link.
    • getLabel

      public String getLabel()
      The label for the link.
    • getTitle

      public String getTitle()
      The title (tooltip) for the link.
    • getHref

      public String getHref()
      The URL that the link points to.
    • getWeight

      public Integer getWeight()
      The weight for the link.
    • getParams

      public com.google.gson.JsonObject getParams()
      Parameters associated with this link.
    • setId

      public void setId(String id)
      The unique id for the link.
    • setStyleClass

      public void setStyleClass(String styleClass)
      The style to apply to the link.
    • setIconClass

      public void setIconClass(String iconClass)
      The icon class of the link.
    • setLabel

      public void setLabel(String label)
      The label for the link.
    • setTitle

      public void setTitle(String title)
      The title (tooltip) for the link.
    • setHref

      public void setHref(String href)
      The URL that the link points to.
    • setWeight

      public void setWeight(Integer weight)
      The weight for the link.
    • setParams

      public void setParams(com.google.gson.JsonObject params)
      Parameters associated with this link.
    • 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