Class AuditEvent
java.lang.Object
net.avalara.avatax.rest.client.models.AuditEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for auditEventIdGetter for auditEventLevelIdGetter for avalaraUidGetter for correlationIdGetter for detailsGetter for eventTimestampGetter for sourceGetter for summaryGetter for transactionIdvoidsetAuditEventId(Long value) Setter for auditEventIdvoidsetAuditEventLevelId(Integer value) Setter for auditEventLevelIdvoidsetAvalaraUid(String value) Setter for avalaraUidvoidsetCorrelationId(String value) Setter for correlationIdvoidsetDetails(String value) Setter for detailsvoidsetEventTimestamp(Date value) Setter for eventTimestampvoidSetter for sourcevoidsetSummary(String value) Setter for summaryvoidsetTransactionId(Long value) Setter for transactionIdtoString()Returns a JSON string representation of AuditEvent
-
Constructor Details
-
AuditEvent
public AuditEvent()
-
-
Method Details
-
getAuditEventId
Getter for auditEventId -
setAuditEventId
Setter for auditEventId -
getTransactionId
Getter for transactionId -
setTransactionId
Setter for transactionId -
getCorrelationId
Getter for correlationId -
setCorrelationId
Setter for correlationId -
getAvalaraUid
Getter for avalaraUid -
setAvalaraUid
Setter for avalaraUid -
getAuditEventLevelId
Getter for auditEventLevelId -
setAuditEventLevelId
Setter for auditEventLevelId -
getEventTimestamp
Getter for eventTimestamp -
setEventTimestamp
Setter for eventTimestamp -
getSource
Getter for source -
setSource
Setter for source -
getSummary
Getter for summary -
setSummary
Setter for summary -
getDetails
Getter for details -
setDetails
Setter for details -
toString
Returns a JSON string representation of AuditEvent
-