Class PingResultModel
java.lang.Object
net.avalara.avatax.rest.client.models.PingResultModel
public class PingResultModel
extends java.lang.Object
Ping Result Model
-
Constructor Summary
Constructors Constructor Description PingResultModel()
-
Method Summary
Modifier and Type Method Description java.lang.Boolean
getAuthenticated()
Getter for authenticated Returns true if you provided authentication for this API call; false if you did not.java.lang.Integer
getAuthenticatedAccountId()
Getter for authenticatedAccountId The ID number of the currently authenticated user's account, if any.java.lang.Integer
getAuthenticatedUserId()
Getter for authenticatedUserId The ID number of the currently authenticated user, if any.java.lang.String
getAuthenticatedUserName()
Getter for authenticatedUserName The username of the currently authenticated user, if any.AuthenticationTypeId
getAuthenticationType()
Getter for authenticationType Returns the type of authentication you provided, if authenticatedjava.lang.String
getCrmid()
Getter for crmid The connected Salesforce account.java.lang.String
getVersion()
Getter for version Version numbervoid
setAuthenticated(java.lang.Boolean value)
Setter for authenticated Returns true if you provided authentication for this API call; false if you did not.void
setAuthenticatedAccountId(java.lang.Integer value)
Setter for authenticatedAccountId The ID number of the currently authenticated user's account, if any.void
setAuthenticatedUserId(java.lang.Integer value)
Setter for authenticatedUserId The ID number of the currently authenticated user, if any.void
setAuthenticatedUserName(java.lang.String value)
Setter for authenticatedUserName The username of the currently authenticated user, if any.void
setAuthenticationType(AuthenticationTypeId value)
Setter for authenticationType Returns the type of authentication you provided, if authenticatedvoid
setCrmid(java.lang.String value)
Setter for crmid The connected Salesforce account.void
setVersion(java.lang.String value)
Setter for version Version numberjava.lang.String
toString()
Returns a JSON string representation of PingResultModel
-
Constructor Details
-
PingResultModel
public PingResultModel()
-
-
Method Details
-
getVersion
public java.lang.String getVersion()Getter for version Version number -
setVersion
public void setVersion(java.lang.String value)Setter for version Version number -
getAuthenticated
public java.lang.Boolean getAuthenticated()Getter for authenticated Returns true if you provided authentication for this API call; false if you did not. -
setAuthenticated
public void setAuthenticated(java.lang.Boolean value)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
public java.lang.String getAuthenticatedUserName()Getter for authenticatedUserName The username of the currently authenticated user, if any. -
setAuthenticatedUserName
public void setAuthenticatedUserName(java.lang.String value)Setter for authenticatedUserName The username of the currently authenticated user, if any. -
getAuthenticatedUserId
public java.lang.Integer getAuthenticatedUserId()Getter for authenticatedUserId The ID number of the currently authenticated user, if any. -
setAuthenticatedUserId
public void setAuthenticatedUserId(java.lang.Integer value)Setter for authenticatedUserId The ID number of the currently authenticated user, if any. -
getAuthenticatedAccountId
public java.lang.Integer getAuthenticatedAccountId()Getter for authenticatedAccountId The ID number of the currently authenticated user's account, if any. -
setAuthenticatedAccountId
public void setAuthenticatedAccountId(java.lang.Integer value)Setter for authenticatedAccountId The ID number of the currently authenticated user's account, if any. -
getCrmid
public java.lang.String getCrmid()Getter for crmid The connected Salesforce account. -
setCrmid
public void setCrmid(java.lang.String value)Setter for crmid The connected Salesforce account. -
toString
public java.lang.String toString()Returns a JSON string representation of PingResultModel- Overrides:
toString
in classjava.lang.Object
-