public class Meta
extends AbstractUIElement
A pojo representing a meta tag
  • Field Details

    • httpEquiv

      private String httpEquiv
      The http-equiv attribute of the meta element
    • name

      private String name
      The name attribute of the meta element
    • content

      private String content
      The content attribute of the meta element
    • charset

      private String charset
      The charset attribute of the meta element
  • Constructor Details

  • Method Details

    • builder

      public static Meta.MetaBuilder builder()
    • setHttpEquiv

      public void setHttpEquiv​(String httpEquiv)
    • setCharset

      public void setCharset​(String charset)
    • 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
    • getHttpEquiv

      public String getHttpEquiv()
    • getName

      public String getName()
    • getContent

      public String getContent()
    • getCharset

      public String getCharset()