Class PingResultModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.PingResultModel
-
public class PingResultModel extends java.lang.ObjectPing Result Model
-
-
Constructor Summary
Constructors Constructor Description PingResultModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetAuthenticated()Getter for authenticated Returns true if you provided authentication for this API call; false if you did not.java.lang.IntegergetAuthenticatedAccountId()Getter for authenticatedAccountId The ID number of the currently authenticated user's account, if any.java.lang.IntegergetAuthenticatedCompanyId()Getter for authenticatedCompanyId The ID number of the currently authenticated user's company, if any.java.lang.IntegergetAuthenticatedUserId()Getter for authenticatedUserId The ID number of the currently authenticated user, if any.java.lang.StringgetAuthenticatedUserName()Getter for authenticatedUserName The username of the currently authenticated user, if any.AuthenticationTypeIdgetAuthenticationType()Getter for authenticationType Returns the type of authentication you provided, if authenticatedjava.lang.StringgetCrmid()Getter for crmid The connected Salesforce account.java.lang.StringgetVersion()Getter for version Version numbervoidsetAuthenticated(java.lang.Boolean value)Setter for authenticated Returns true if you provided authentication for this API call; false if you did not.voidsetAuthenticatedAccountId(java.lang.Integer value)Setter for authenticatedAccountId The ID number of the currently authenticated user's account, if any.voidsetAuthenticatedCompanyId(java.lang.Integer value)Setter for authenticatedCompanyId The ID number of the currently authenticated user's company, if any.voidsetAuthenticatedUserId(java.lang.Integer value)Setter for authenticatedUserId The ID number of the currently authenticated user, if any.voidsetAuthenticatedUserName(java.lang.String value)Setter for authenticatedUserName The username of the currently authenticated user, if any.voidsetAuthenticationType(AuthenticationTypeId value)Setter for authenticationType Returns the type of authentication you provided, if authenticatedvoidsetCrmid(java.lang.String value)Setter for crmid The connected Salesforce account.voidsetVersion(java.lang.String value)Setter for version Version numberjava.lang.StringtoString()Returns a JSON string representation of PingResultModel
-
-
-
Method Detail
-
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
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 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.
-
getAuthenticatedCompanyId
public java.lang.Integer getAuthenticatedCompanyId()
Getter for authenticatedCompanyId The ID number of the currently authenticated user's company, if any.
-
setAuthenticatedCompanyId
public void setAuthenticatedCompanyId(java.lang.Integer value)
Setter for authenticatedCompanyId The ID number of the currently authenticated user's company, 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:
toStringin classjava.lang.Object
-
-