Class ConnectLog

    • Constructor Detail

      • ConnectLog

        public ConnectLog()
    • Method Detail

      • accountId

        public ConnectLog accountId​(String accountId)
        accountId.
        Returns:
        ConnectLog
      • getAccountId

        public String getAccountId()
        The account ID associated with the envelope..
        Returns:
        accountId
      • setAccountId

        public void setAccountId​(String accountId)
        setAccountId.
      • configUrl

        public ConnectLog configUrl​(String configUrl)
        configUrl.
        Returns:
        ConnectLog
      • getConfigUrl

        public String getConfigUrl()
        The web address of the listener or Retrieving Service end point for Connect..
        Returns:
        configUrl
      • setConfigUrl

        public void setConfigUrl​(String configUrl)
        setConfigUrl.
      • addConnectDebugLogItem

        public ConnectLog addConnectDebugLogItem​(ConnectDebugLog connectDebugLogItem)
        addConnectDebugLogItem.
        Returns:
        ConnectLog
      • getConnectDebugLog

        public List<ConnectDebugLog> getConnectDebugLog()
        A complex element containing information about the Connect configuration, error details, date/time, description and payload. This is only included in the response if the query additional_info=true is used..
        Returns:
        connectDebugLog
      • setConnectDebugLog

        public void setConnectDebugLog​(List<ConnectDebugLog> connectDebugLog)
        setConnectDebugLog.
      • connectId

        public ConnectLog connectId​(String connectId)
        connectId.
        Returns:
        ConnectLog
      • getConnectId

        public String getConnectId()
        The identifier for the Connect configuration that failed. If an account has multiple Connect configurations, this value is used to look up the Connect configuration for the failed post..
        Returns:
        connectId
      • setConnectId

        public void setConnectId​(String connectId)
        setConnectId.
      • created

        public ConnectLog created​(String created)
        created.
        Returns:
        ConnectLog
      • getCreated

        public String getCreated()
        The date and time the entry was created..
        Returns:
        created
      • setCreated

        public void setCreated​(String created)
        setCreated.
      • getEmail

        public String getEmail()
        The email that sent the envelope..
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
        setEmail.
      • envelopeId

        public ConnectLog envelopeId​(String envelopeId)
        envelopeId.
        Returns:
        ConnectLog
      • getEnvelopeId

        public String getEnvelopeId()
        The envelope ID of the envelope status that failed to post..
        Returns:
        envelopeId
      • setEnvelopeId

        public void setEnvelopeId​(String envelopeId)
        setEnvelopeId.
      • getError

        public String getError()
        The error that caused the Connect post to fail..
        Returns:
        error
      • setError

        public void setError​(String error)
        setError.
      • failureId

        public ConnectLog failureId​(String failureId)
        failureId.
        Returns:
        ConnectLog
      • getFailureId

        public String getFailureId()
        The failure log ID for the failure..
        Returns:
        failureId
      • setFailureId

        public void setFailureId​(String failureId)
        setFailureId.
      • failureUri

        public ConnectLog failureUri​(String failureUri)
        failureUri.
        Returns:
        ConnectLog
      • getFailureUri

        public String getFailureUri()
        The URI for the failure..
        Returns:
        failureUri
      • setFailureUri

        public void setFailureUri​(String failureUri)
        setFailureUri.
      • lastTry

        public ConnectLog lastTry​(String lastTry)
        lastTry.
        Returns:
        ConnectLog
      • getLastTry

        public String getLastTry()
        The date and time the last attempt to post..
        Returns:
        lastTry
      • setLastTry

        public void setLastTry​(String lastTry)
        setLastTry.
      • getLogId

        public String getLogId()
        The Connect log ID for the entry..
        Returns:
        logId
      • setLogId

        public void setLogId​(String logId)
        setLogId.
      • logUri

        public ConnectLog logUri​(String logUri)
        logUri.
        Returns:
        ConnectLog
      • getLogUri

        public String getLogUri()
        The URI for the log item..
        Returns:
        logUri
      • setLogUri

        public void setLogUri​(String logUri)
        setLogUri.
      • retryCount

        public ConnectLog retryCount​(String retryCount)
        retryCount.
        Returns:
        ConnectLog
      • getRetryCount

        public String getRetryCount()
        The number of times the Connect post has been retried..
        Returns:
        retryCount
      • setRetryCount

        public void setRetryCount​(String retryCount)
        setRetryCount.
      • retryUri

        public ConnectLog retryUri​(String retryUri)
        retryUri.
        Returns:
        ConnectLog
      • getRetryUri

        public String getRetryUri()
        The UEI to retry to publish the Connect failure..
        Returns:
        retryUri
      • setRetryUri

        public void setRetryUri​(String retryUri)
        setRetryUri.
      • status

        public ConnectLog status​(String status)
        status.
        Returns:
        ConnectLog
      • getStatus

        public String getStatus()
        The new envelope status for the failed Connect post. The possible values are: Any, Voided, Created, Deleted, Sent, Delivered, Signed, Completed, Declined, TimedOut, Template, or Processing..
        Returns:
        status
      • setStatus

        public void setStatus​(String status)
        setStatus.
      • subject

        public ConnectLog subject​(String subject)
        subject.
        Returns:
        ConnectLog
      • getSubject

        public String getSubject()
        The envelope subject..
        Returns:
        subject
      • setSubject

        public void setSubject​(String subject)
        setSubject.
      • userName

        public ConnectLog userName​(String userName)
        userName.
        Returns:
        ConnectLog
      • getUserName

        public String getUserName()
        The name of the envelope sender..
        Returns:
        userName
      • setUserName

        public void setUserName​(String userName)
        setUserName.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object