Class ApproveFilingsModel


  • public class ApproveFilingsModel
    extends java.lang.Object
    Approve a set of filings.
    • Method Summary

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

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

      • ApproveFilingsModel

        public ApproveFilingsModel()
    • Method Detail

      • getApprove

        public java.lang.Boolean getApprove()
        Getter for approve Set this value to true in order to approve the filings.
      • setApprove

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

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