Class PingResultModel
java.lang.Object
net.avalara.avatax.rest.client.models.PingResultModel
Ping Result Model
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for authenticated Returns true if you provided authentication for this API call; false if you did not.Getter for authenticatedAccountId The ID number of the currently authenticated user's account, if any.Getter for authenticatedCompanyId The ID number of the currently authenticated user's company, if any.Getter for authenticatedUserId The ID number of the currently authenticated user, if any.Getter for authenticatedUserName The username of the currently authenticated user, if any.Getter for authenticationType Returns the type of authentication you provided, if authenticatedgetCrmid()
Getter for crmid The connected Salesforce account.Getter for version Version numbervoid
setAuthenticated
(Boolean value) Setter for authenticated Returns true if you provided authentication for this API call; false if you did not.void
setAuthenticatedAccountId
(Integer value) Setter for authenticatedAccountId The ID number of the currently authenticated user's account, if any.void
setAuthenticatedCompanyId
(Integer value) Setter for authenticatedCompanyId The ID number of the currently authenticated user's company, if any.void
setAuthenticatedUserId
(Integer value) Setter for authenticatedUserId The ID number of the currently authenticated user, if any.void
setAuthenticatedUserName
(String value) Setter for authenticatedUserName The username of the currently authenticated user, if any.void
Setter for authenticationType Returns the type of authentication you provided, if authenticatedvoid
Setter for crmid The connected Salesforce account.void
setVersion
(String value) Setter for version Version numbertoString()
Returns a JSON string representation of PingResultModel
-
Constructor Details
-
PingResultModel
public PingResultModel()
-
-
Method Details
-
getVersion
Getter for version Version number -
setVersion
Setter for version Version number -
getAuthenticated
Getter for authenticated Returns true if you provided authentication for this API call; false if you did not. -
setAuthenticated
Setter for authenticated Returns true if you provided authentication for this API call; false if you did not. -
getAuthenticationType
Getter for authenticationType Returns the type of authentication you provided, if authenticated -
setAuthenticationType
Setter for authenticationType Returns the type of authentication you provided, if authenticated -
getAuthenticatedUserName
Getter for authenticatedUserName The username of the currently authenticated user, if any. -
setAuthenticatedUserName
Setter for authenticatedUserName The username of the currently authenticated user, if any. -
getAuthenticatedUserId
Getter for authenticatedUserId The ID number of the currently authenticated user, if any. -
setAuthenticatedUserId
Setter for authenticatedUserId The ID number of the currently authenticated user, if any. -
getAuthenticatedAccountId
Getter for authenticatedAccountId The ID number of the currently authenticated user's account, if any. -
setAuthenticatedAccountId
Setter for authenticatedAccountId The ID number of the currently authenticated user's account, if any. -
getAuthenticatedCompanyId
Getter for authenticatedCompanyId The ID number of the currently authenticated user's company, if any. -
setAuthenticatedCompanyId
Setter for authenticatedCompanyId The ID number of the currently authenticated user's company, if any. -
getCrmid
Getter for crmid The connected Salesforce account. -
setCrmid
Setter for crmid The connected Salesforce account. -
toString
Returns a JSON string representation of PingResultModel
-