Class AuditServiceConfigModel


  • public class AuditServiceConfigModel
    extends java.lang.Object
    Used for Enabling an Autit Trail.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getAccountId()
      Getter for accountId The unique ID number assigned to this account.
      java.lang.Integer getDuration()
      Getter for duration Duration of Audit in hours
      java.util.Date getEffectiveDate()
      Getter for effectiveDate Date and Time to start Auditing in UTC.
      void setAccountId​(java.lang.Integer value)
      Setter for accountId The unique ID number assigned to this account.
      void setDuration​(java.lang.Integer value)
      Setter for duration Duration of Audit in hours
      void setEffectiveDate​(java.util.Date value)
      Setter for effectiveDate Date and Time to start Auditing in UTC.
      java.lang.String toString()
      Returns a JSON string representation of AuditServiceConfigModel
      • Methods inherited from class java.lang.Object

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

      • AuditServiceConfigModel

        public AuditServiceConfigModel()
    • Method Detail

      • getAccountId

        public java.lang.Integer getAccountId()
        Getter for accountId The unique ID number assigned to this account.
      • setAccountId

        public void setAccountId​(java.lang.Integer value)
        Setter for accountId The unique ID number assigned to this account.
      • getEffectiveDate

        public java.util.Date getEffectiveDate()
        Getter for effectiveDate Date and Time to start Auditing in UTC. If left blank, default to current time
      • setEffectiveDate

        public void setEffectiveDate​(java.util.Date value)
        Setter for effectiveDate Date and Time to start Auditing in UTC. If left blank, default to current time
      • getDuration

        public java.lang.Integer getDuration()
        Getter for duration Duration of Audit in hours
      • setDuration

        public void setDuration​(java.lang.Integer value)
        Setter for duration Duration of Audit in hours
      • toString

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