public class Anchor
extends AbstractUIElement
A pojo representing an HTML anchor tag
  • Field Details

    • label

      private String label
      The inner content of the anchor tag
    • href

      private String href
      The href the anchor tag points to
    • download

      private String download
      The download attribute of the anchor tag
    • hrefLang

      private String hrefLang
      The hrefLang attribute of the anchor tag
    • media

      private String media
      The media attribute of the anchor tag
    • ping

      private String ping
      The ping attribute of the anchor tag
    • referrerPolicy

      private String referrerPolicy
      The referrerPolicy attribute of the anchor tag
    • rel

      private String rel
      The rel attribute of the anchor tag
    • target

      private String target
      The target attribute of the anchor tag
    • type

      private String type
      The type attribute of the anchor tag
  • Constructor Details

  • Method Details

    • builder

      public static Anchor.AnchorBuilder builder()
    • getLabel

      public String getLabel()
    • getHref

      public String getHref()
    • getDownload

      public String getDownload()
    • getHrefLang

      public String getHrefLang()
    • getMedia

      public String getMedia()
    • getReferrerPolicy

      public String getReferrerPolicy()
    • getRel

      public String getRel()
    • getTarget

      public String getTarget()
    • getType

      public String getType()
    • getPing

      public String getPing()
    • setDownload

      public void setDownload​(String download)
    • setHrefLang

      public void setHrefLang​(String hrefLang)
    • setMedia

      public void setMedia​(String media)
    • setReferrerPolicy

      public void setReferrerPolicy​(String referrerPolicy)
    • setRel

      public void setRel​(String rel)
    • setTarget

      public void setTarget​(String target)
    • setType

      public void setType​(String type)
    • setLabel

      public void setLabel​(String label)
    • setHref

      public void setHref​(String href)
    • setPing

      public void setPing​(String ping)
    • 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