Class Report

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String type  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Report​(java.lang.String type)
      Construct a report of the indicated MIME subtype.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()
      Get the MIME subtype of the report.
      • Methods inherited from class java.lang.Object

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

      • type

        protected java.lang.String type
    • Constructor Detail

      • Report

        protected Report​(java.lang.String type)
        Construct a report of the indicated MIME subtype. The primary MIME type is always "message".
        Parameters:
        type - the MIME subtype
    • Method Detail

      • getType

        public java.lang.String getType()
        Get the MIME subtype of the report. The primary MIME type is always "message".
        Returns:
        the MIME subtype