Package tilda.utils

Class CheckList.Item

  • All Implemented Interfaces:
    JSONable
    Enclosing class:
    CheckList

    protected static class CheckList.Item
    extends java.lang.Object
    implements JSONable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean _flag  
      protected java.lang.String _message  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Item​(boolean flag, java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getFlag()  
      java.lang.String getMessage()  
      void toJSON​(java.io.Writer out, java.lang.String jsonExportName, java.lang.String lead, boolean fullObject)  
      void toJSON​(java.io.Writer out, java.lang.String jsonExportName, java.lang.String lead, boolean fullObject, boolean noNullArrays)  
      void toJSON​(java.io.Writer out, java.lang.String jsonExportName, java.lang.String lead, boolean fullObject, java.time.ZonedDateTime lastsync)  
      • Methods inherited from class java.lang.Object

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

      • _flag

        protected boolean _flag
      • _message

        protected java.lang.String _message
    • Constructor Detail

      • Item

        protected Item​(boolean flag,
                       java.lang.String message)
    • Method Detail

      • getFlag

        public boolean getFlag()
      • getMessage

        public java.lang.String getMessage()
      • toJSON

        public void toJSON​(java.io.Writer out,
                           java.lang.String jsonExportName,
                           java.lang.String lead,
                           boolean fullObject)
                    throws java.lang.Exception
        Specified by:
        toJSON in interface JSONable
        Throws:
        java.lang.Exception
      • toJSON

        public void toJSON​(java.io.Writer out,
                           java.lang.String jsonExportName,
                           java.lang.String lead,
                           boolean fullObject,
                           boolean noNullArrays)
                    throws java.lang.Exception
        Specified by:
        toJSON in interface JSONable
        Throws:
        java.lang.Exception
      • toJSON

        public void toJSON​(java.io.Writer out,
                           java.lang.String jsonExportName,
                           java.lang.String lead,
                           boolean fullObject,
                           java.time.ZonedDateTime lastsync)
                    throws java.lang.Exception
        Specified by:
        toJSON in interface JSONable
        Throws:
        java.lang.Exception