Class Metadata

java.lang.Object
com.contentstack.utils.helper.Metadata

public class Metadata extends Object
  • Constructor Details

    • Metadata

      public Metadata(String text, String itemType, String itemUid, String contentTypeUid, String styleType, String outerHTML, org.jsoup.nodes.Attributes attributes)
      Instantiates a new Metadata.
      Parameters:
      text - the text
      itemType - the item type
      itemUid - the item uid
      contentTypeUid - the content type uid
      styleType - the style type
      outerHTML - the outer html
      attributes - the attributes
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getText

      public String getText()
    • getItemType

      public String getItemType()
    • getAttributes

      public org.jsoup.nodes.Attributes getAttributes()
    • getItemUid

      public String getItemUid()
    • getContentTypeUid

      public String getContentTypeUid()
    • getStyleType

      public StyleType getStyleType()
    • getOuterHTML

      public String getOuterHTML()