Class PingResultModel

java.lang.Object
net.avalara.avatax.rest.client.models.PingResultModel

public class PingResultModel extends Object
Ping Result Model
  • Constructor Details

    • PingResultModel

      public PingResultModel()
  • Method Details

    • getVersion

      public String getVersion()
      Getter for version Version number
    • setVersion

      public void setVersion(String value)
      Setter for version Version number
    • getAuthenticated

      public Boolean getAuthenticated()
      Getter for authenticated Returns true if you provided authentication for this API call; false if you did not.
    • setAuthenticated

      public void setAuthenticated(Boolean value)
      Setter for authenticated Returns true if you provided authentication for this API call; false if you did not.
    • getAuthenticationType

      public AuthenticationTypeId getAuthenticationType()
      Getter for authenticationType Returns the type of authentication you provided, if authenticated
    • setAuthenticationType

      public void setAuthenticationType(AuthenticationTypeId value)
      Setter for authenticationType Returns the type of authentication you provided, if authenticated
    • getAuthenticatedUserName

      public String getAuthenticatedUserName()
      Getter for authenticatedUserName The username of the currently authenticated user, if any.
    • setAuthenticatedUserName

      public void setAuthenticatedUserName(String value)
      Setter for authenticatedUserName The username of the currently authenticated user, if any.
    • getAuthenticatedUserId

      public Integer getAuthenticatedUserId()
      Getter for authenticatedUserId The ID number of the currently authenticated user, if any.
    • setAuthenticatedUserId

      public void setAuthenticatedUserId(Integer value)
      Setter for authenticatedUserId The ID number of the currently authenticated user, if any.
    • getAuthenticatedAccountId

      public Integer getAuthenticatedAccountId()
      Getter for authenticatedAccountId The ID number of the currently authenticated user's account, if any.
    • setAuthenticatedAccountId

      public void setAuthenticatedAccountId(Integer value)
      Setter for authenticatedAccountId The ID number of the currently authenticated user's account, if any.
    • getAuthenticatedCompanyId

      public Integer getAuthenticatedCompanyId()
      Getter for authenticatedCompanyId The ID number of the currently authenticated user's company, if any.
    • setAuthenticatedCompanyId

      public void setAuthenticatedCompanyId(Integer value)
      Setter for authenticatedCompanyId The ID number of the currently authenticated user's company, if any.
    • getCrmid

      public String getCrmid()
      Getter for crmid The connected Salesforce account.
    • setCrmid

      public void setCrmid(String value)
      Setter for crmid The connected Salesforce account.
    • toString

      public String toString()
      Returns a JSON string representation of PingResultModel
      Overrides:
      toString in class Object