Class AuditServiceConfigModel
java.lang.Object
net.avalara.avatax.rest.client.models.AuditServiceConfigModel
public class AuditServiceConfigModel
extends java.lang.Object
Used for Enabling an Autit Trail.
-
Constructor Summary
Constructors Constructor Description AuditServiceConfigModel()
-
Method Summary
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 hoursjava.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 hoursvoid
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
-
Constructor Details
-
AuditServiceConfigModel
public AuditServiceConfigModel()
-
-
Method Details
-
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 classjava.lang.Object
-