public class AuditModel
extends java.lang.Object
Constructor and Description |
---|
AuditModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId
The unique ID number of the account to which the user belongs.
|
java.lang.String |
getAdapterName()
Getter for adapterName
If your API call specified a `AdapterName` in the [Client Profile Headers](https://developer.avalara.com/avatax/client-headers/), this
variable will contain its value.
|
java.lang.String |
getAdapterVersion()
Getter for adapterVersion
If your API call specified a `AdapterVersion` in the [Client Profile Headers](https://developer.avalara.com/avatax/client-headers/), this
variable will contain its value.
|
java.lang.String |
getAuditMessage()
Getter for auditMessage
Reserved for Avalara internal usage.
|
java.lang.String |
getClientName()
Getter for clientName
If your API call specified a `ClientName` in the [Client Profile Headers](https://developer.avalara.com/avatax/client-headers/), this
variable will contain its value.
|
java.lang.String |
getClientVersion()
Getter for clientVersion
If your API call specified a `ClientVersion` in the [Client Profile Headers](https://developer.avalara.com/avatax/client-headers/), this
variable will contain its value.
|
java.lang.Integer |
getDatabaseCallCount()
Getter for databaseCallCount
If this API call included requests made to any of the AvaTax data layers, this contains the number of requests that were traced.
|
java.lang.String |
getDatabaseCallDuration()
Getter for databaseCallDuration
If this API call included requests made to any of the AvaTax data layers, this contains the total duration time measured for all the requests.
|
java.lang.String |
getErrorMessage()
Getter for errorMessage
If this API call reported an error, this contains the name of the error that was returned.
|
java.util.ArrayList<AuditEvent> |
getEvents()
Getter for events
Reserved for Avalara internal usage.
|
java.lang.String |
getIpAddress()
Getter for ipAddress
The origin IP address from which AvaTax received this API call.
|
java.lang.Boolean |
getIsQueued()
Getter for isQueued
Reserved for Avalara internal usage.
|
java.lang.Integer |
getLoadBalancerDuration()
Getter for loadBalancerDuration
Reserved for Avalara internal usage.
|
java.lang.String |
getMachineName()
Getter for machineName
If your API call specified a `MachineName` in the [Client Profile Headers](https://developer.avalara.com/avatax/client-headers/), this
variable will contain its value.
|
java.lang.String |
getOperation()
Getter for operation
The operation name of this API call.
|
java.lang.Integer |
getRecordCount()
Getter for recordCount
If this API call returned an array of information, this value contains the number of records returned.
|
java.lang.String |
getReferenceAuthorization()
Getter for referenceAuthorization
Reserved for Avalara internal usage.
|
java.lang.String |
getReferenceCode()
Getter for referenceCode
A context-dependent reference code for this API call.
|
java.lang.Long |
getReferenceId()
Getter for referenceId
A context-dependent reference ID for this API call.
|
java.lang.String |
getRemoteCallDuration()
Getter for remoteCallDuration
If this API call included interoperation with other Avalara services, this contains the amount of time taken by those services.
|
java.util.ArrayList<AuditModel> |
getRemoteCalls()
Getter for remoteCalls
Reserved for Avalara internal usage.
|
java.lang.String |
getRequestBody()
Getter for requestBody
If this request was an HTTP request that included a body such as a POST or a PUT, this will contain the request body sent by the client.
|
java.lang.String |
getRequestUrl()
Getter for requestUrl
The original request URL as provided by the client.
|
java.lang.String |
getResponseBody()
Getter for responseBody
The entire response body sent from the AvaTax server to the client.
|
java.lang.Integer |
getResponseStatus()
Getter for responseStatus
The HTTP response code that was sent by the server.
|
java.lang.Integer |
getServerDuration()
Getter for serverDuration
The number of milliseconds that the AvaTax server took to respond to this API call.
|
java.lang.String |
getServerName()
Getter for serverName
The server name of the AvaTax server that responded to this API call.
|
java.util.Date |
getServerTimestamp()
Getter for serverTimestamp
The server timestamp, in UTC, of the time when the server received this API call.
|
java.lang.String |
getServerVersion()
Getter for serverVersion
The software version number of the currently deployed AvaTax API software on the server that responded to this API call.
|
java.lang.String |
getServiceName()
Getter for serviceName
The service name of the AvaTax API service that responded to this API call.
|
java.lang.Integer |
getSeverityLevelId()
Getter for severityLevelId
If the API contained a specific type of error code, this value would contain the unique ID number of the severity level
of the response returned to the client.
|
java.lang.Long |
getTransactionId()
Getter for transactionId
A unique ID number referring to this individual API call.
|
java.lang.Integer |
getUserId()
Getter for userId
The unique ID number of the user that performed this API call.
|
void |
setAccountId(java.lang.Integer value)
Setter for accountId
The unique ID number of the account to which the user belongs.
|
void |
setAdapterName(java.lang.String value)
Setter for adapterName
If your API call specified a `AdapterName` in the [Client Profile Headers](https://developer.avalara.com/avatax/client-headers/), this
variable will contain its value.
|
void |
setAdapterVersion(java.lang.String value)
Setter for adapterVersion
If your API call specified a `AdapterVersion` in the [Client Profile Headers](https://developer.avalara.com/avatax/client-headers/), this
variable will contain its value.
|
void |
setAuditMessage(java.lang.String value)
Setter for auditMessage
Reserved for Avalara internal usage.
|
void |
setClientName(java.lang.String value)
Setter for clientName
If your API call specified a `ClientName` in the [Client Profile Headers](https://developer.avalara.com/avatax/client-headers/), this
variable will contain its value.
|
void |
setClientVersion(java.lang.String value)
Setter for clientVersion
If your API call specified a `ClientVersion` in the [Client Profile Headers](https://developer.avalara.com/avatax/client-headers/), this
variable will contain its value.
|
void |
setDatabaseCallCount(java.lang.Integer value)
Setter for databaseCallCount
If this API call included requests made to any of the AvaTax data layers, this contains the number of requests that were traced.
|
void |
setDatabaseCallDuration(java.lang.String value)
Setter for databaseCallDuration
If this API call included requests made to any of the AvaTax data layers, this contains the total duration time measured for all the requests.
|
void |
setErrorMessage(java.lang.String value)
Setter for errorMessage
If this API call reported an error, this contains the name of the error that was returned.
|
void |
setEvents(java.util.ArrayList<AuditEvent> value)
Setter for events
Reserved for Avalara internal usage.
|
void |
setIpAddress(java.lang.String value)
Setter for ipAddress
The origin IP address from which AvaTax received this API call.
|
void |
setIsQueued(java.lang.Boolean value)
Setter for isQueued
Reserved for Avalara internal usage.
|
void |
setLoadBalancerDuration(java.lang.Integer value)
Setter for loadBalancerDuration
Reserved for Avalara internal usage.
|
void |
setMachineName(java.lang.String value)
Setter for machineName
If your API call specified a `MachineName` in the [Client Profile Headers](https://developer.avalara.com/avatax/client-headers/), this
variable will contain its value.
|
void |
setOperation(java.lang.String value)
Setter for operation
The operation name of this API call.
|
void |
setRecordCount(java.lang.Integer value)
Setter for recordCount
If this API call returned an array of information, this value contains the number of records returned.
|
void |
setReferenceAuthorization(java.lang.String value)
Setter for referenceAuthorization
Reserved for Avalara internal usage.
|
void |
setReferenceCode(java.lang.String value)
Setter for referenceCode
A context-dependent reference code for this API call.
|
void |
setReferenceId(java.lang.Long value)
Setter for referenceId
A context-dependent reference ID for this API call.
|
void |
setRemoteCallDuration(java.lang.String value)
Setter for remoteCallDuration
If this API call included interoperation with other Avalara services, this contains the amount of time taken by those services.
|
void |
setRemoteCalls(java.util.ArrayList<AuditModel> value)
Setter for remoteCalls
Reserved for Avalara internal usage.
|
void |
setRequestBody(java.lang.String value)
Setter for requestBody
If this request was an HTTP request that included a body such as a POST or a PUT, this will contain the request body sent by the client.
|
void |
setRequestUrl(java.lang.String value)
Setter for requestUrl
The original request URL as provided by the client.
|
void |
setResponseBody(java.lang.String value)
Setter for responseBody
The entire response body sent from the AvaTax server to the client.
|
void |
setResponseStatus(java.lang.Integer value)
Setter for responseStatus
The HTTP response code that was sent by the server.
|
void |
setServerDuration(java.lang.Integer value)
Setter for serverDuration
The number of milliseconds that the AvaTax server took to respond to this API call.
|
void |
setServerName(java.lang.String value)
Setter for serverName
The server name of the AvaTax server that responded to this API call.
|
void |
setServerTimestamp(java.util.Date value)
Setter for serverTimestamp
The server timestamp, in UTC, of the time when the server received this API call.
|
void |
setServerVersion(java.lang.String value)
Setter for serverVersion
The software version number of the currently deployed AvaTax API software on the server that responded to this API call.
|
void |
setServiceName(java.lang.String value)
Setter for serviceName
The service name of the AvaTax API service that responded to this API call.
|
void |
setSeverityLevelId(java.lang.Integer value)
Setter for severityLevelId
If the API contained a specific type of error code, this value would contain the unique ID number of the severity level
of the response returned to the client.
|
void |
setTransactionId(java.lang.Long value)
Setter for transactionId
A unique ID number referring to this individual API call.
|
void |
setUserId(java.lang.Integer value)
Setter for userId
The unique ID number of the user that performed this API call.
|
java.lang.String |
toString()
Returns a JSON string representation of AuditModel
|
public java.lang.Long getTransactionId()
public void setTransactionId(java.lang.Long value)
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer value)
public java.lang.Integer getUserId()
public void setUserId(java.lang.Integer value)
public java.lang.String getIpAddress()
public void setIpAddress(java.lang.String value)
public java.lang.String getMachineName()
public void setMachineName(java.lang.String value)
public java.lang.String getClientName()
public void setClientName(java.lang.String value)
public java.lang.String getClientVersion()
public void setClientVersion(java.lang.String value)
public java.lang.String getAdapterName()
public void setAdapterName(java.lang.String value)
public java.lang.String getAdapterVersion()
public void setAdapterVersion(java.lang.String value)
public java.lang.String getServerName()
public void setServerName(java.lang.String value)
public java.lang.String getServerVersion()
public void setServerVersion(java.lang.String value)
public java.lang.Long getReferenceId()
public void setReferenceId(java.lang.Long value)
public java.lang.Integer getSeverityLevelId()
public void setSeverityLevelId(java.lang.Integer value)
public java.util.Date getServerTimestamp()
public void setServerTimestamp(java.util.Date value)
public java.lang.Integer getServerDuration()
public void setServerDuration(java.lang.Integer value)
public java.lang.String getServiceName()
public void setServiceName(java.lang.String value)
public java.lang.String getOperation()
public void setOperation(java.lang.String value)
public java.lang.String getReferenceCode()
public void setReferenceCode(java.lang.String value)
public java.lang.String getErrorMessage()
public void setErrorMessage(java.lang.String value)
public java.lang.String getAuditMessage()
public void setAuditMessage(java.lang.String value)
public java.lang.Integer getLoadBalancerDuration()
public void setLoadBalancerDuration(java.lang.Integer value)
public java.lang.Integer getRecordCount()
public void setRecordCount(java.lang.Integer value)
public java.lang.String getReferenceAuthorization()
public void setReferenceAuthorization(java.lang.String value)
public java.lang.Boolean getIsQueued()
public void setIsQueued(java.lang.Boolean value)
public java.lang.Integer getDatabaseCallCount()
public void setDatabaseCallCount(java.lang.Integer value)
public java.lang.String getDatabaseCallDuration()
public void setDatabaseCallDuration(java.lang.String value)
public java.lang.String getRemoteCallDuration()
public void setRemoteCallDuration(java.lang.String value)
public java.util.ArrayList<AuditEvent> getEvents()
public void setEvents(java.util.ArrayList<AuditEvent> value)
public java.lang.String getRequestUrl()
public void setRequestUrl(java.lang.String value)
public java.lang.String getRequestBody()
public void setRequestBody(java.lang.String value)
public java.lang.Integer getResponseStatus()
public void setResponseStatus(java.lang.Integer value)
public java.lang.String getResponseBody()
public void setResponseBody(java.lang.String value)
public java.util.ArrayList<AuditModel> getRemoteCalls()
public void setRemoteCalls(java.util.ArrayList<AuditModel> value)
public java.lang.String toString()
toString
in class java.lang.Object