Class RebuildFilingsModel


  • public class RebuildFilingsModel
    extends java.lang.Object
    Rebuild a set of filings.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getRebuild()
      Getter for rebuild Set this value to true in order to rebuild the filings.
      void setRebuild​(java.lang.Boolean value)
      Setter for rebuild Set this value to true in order to rebuild the filings.
      java.lang.String toString()
      Returns a JSON string representation of RebuildFilingsModel
      • Methods inherited from class java.lang.Object

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

      • RebuildFilingsModel

        public RebuildFilingsModel()
    • Method Detail

      • getRebuild

        public java.lang.Boolean getRebuild()
        Getter for rebuild Set this value to true in order to rebuild the filings.
      • setRebuild

        public void setRebuild​(java.lang.Boolean value)
        Setter for rebuild Set this value to true in order to rebuild the filings.
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of RebuildFilingsModel
        Overrides:
        toString in class java.lang.Object