Class Content

  • All Implemented Interfaces:
    IContent

    public class Content
    extends java.lang.Object
    implements IContent
    • Constructor Summary

      Constructors 
      Constructor Description
      Content​(java.lang.String content, java.lang.String charset, java.lang.String subtype)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCharset()  
      java.lang.String getSubTpye()  
      java.lang.String getText()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Content

        public Content​(java.lang.String content,
                       java.lang.String charset,
                       java.lang.String subtype)
    • Method Detail

      • getText

        public java.lang.String getText()
        Specified by:
        getText in interface IContent
      • getCharset

        public java.lang.String getCharset()
        Specified by:
        getCharset in interface IContent
      • getSubTpye

        public java.lang.String getSubTpye()
        Specified by:
        getSubTpye in interface IContent