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.IntegergetAccountId()Getter for accountId The unique ID number assigned to this account.java.lang.IntegergetDuration()Getter for duration Duration of Audit in hoursjava.util.DategetEffectiveDate()Getter for effectiveDate Date and Time to start Auditing in UTC.voidsetAccountId(java.lang.Integer value)Setter for accountId The unique ID number assigned to this account.voidsetDuration(java.lang.Integer value)Setter for duration Duration of Audit in hoursvoidsetEffectiveDate(java.util.Date value)Setter for effectiveDate Date and Time to start Auditing in UTC.java.lang.StringtoString()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:
toStringin classjava.lang.Object
-