Class PingResultModel


  • public class PingResultModel
    extends java.lang.Object
    Ping Result Model
    • Constructor Summary

      Constructors 
      Constructor Description
      PingResultModel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 getAuthenticatedCompanyId()
      Getter for authenticatedCompanyId The ID number of the currently authenticated user's company, 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 authenticated
      java.lang.String getCrmid()
      Getter for crmid The connected Salesforce account.
      java.lang.String getVersion()
      Getter for version Version number
      void 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 setAuthenticatedCompanyId​(java.lang.Integer value)
      Setter for authenticatedCompanyId The ID number of the currently authenticated user's company, 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 authenticated
      void setCrmid​(java.lang.String value)
      Setter for crmid The connected Salesforce account.
      void setVersion​(java.lang.String value)
      Setter for version Version number
      java.lang.String toString()
      Returns a JSON string representation of PingResultModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • PingResultModel

        public 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:
        toString in class java.lang.Object