Package com.docusign.esign.model
Class ConnectLog
- java.lang.Object
-
- com.docusign.esign.model.ConnectLog
-
- All Implemented Interfaces:
Serializable
public class ConnectLog extends Object implements Serializable
Contains information about a Connect log entry..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConnectLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectLogaccountId(String accountId)accountId.ConnectLogaddConnectDebugLogItem(ConnectDebugLog connectDebugLogItem)addConnectDebugLogItem.ConnectLogconfigUrl(String configUrl)configUrl.ConnectLogconnectDebugLog(List<ConnectDebugLog> connectDebugLog)connectDebugLog.ConnectLogconnectId(String connectId)connectId.ConnectLogcreated(String created)created.ConnectLogemail(String email)email.ConnectLogenvelopeId(String envelopeId)envelopeId.booleanequals(Object o)Compares objects.ConnectLogerror(String error)error.ConnectLogfailureId(String failureId)failureId.ConnectLogfailureUri(String failureUri)failureUri.StringgetAccountId()The account ID associated with the envelope..StringgetConfigUrl()The web address of the listener or Retrieving Service end point for Connect..List<ConnectDebugLog>getConnectDebugLog()A complex element containing information about the Connect configuration, error details, date/time, description and payload.StringgetConnectId()The identifier for the Connect configuration that failed.StringgetCreated()The date and time the entry was created..StringgetEmail()The email that sent the envelope..StringgetEnvelopeId()The envelope ID of the envelope status that failed to post..StringgetError()The error that caused the Connect post to fail..StringgetFailureId()The failure log ID for the failure..StringgetFailureUri()The URI for the failure..StringgetLastTry()The date and time the last attempt to post..StringgetLogId()The Connect log ID for the entry..StringgetLogUri()The URI for the log item..StringgetRetryCount()The number of times the Connect post has been retried..StringgetRetryUri()The UEI to retry to publish the Connect failure..StringgetStatus()The new envelope status for the failed Connect post.StringgetSubject()The envelope subject..StringgetUserName()The name of the envelope sender..inthashCode()Returns the HashCode.ConnectLoglastTry(String lastTry)lastTry.ConnectLoglogId(String logId)logId.ConnectLoglogUri(String logUri)logUri.ConnectLogretryCount(String retryCount)retryCount.ConnectLogretryUri(String retryUri)retryUri.voidsetAccountId(String accountId)setAccountId.voidsetConfigUrl(String configUrl)setConfigUrl.voidsetConnectDebugLog(List<ConnectDebugLog> connectDebugLog)setConnectDebugLog.voidsetConnectId(String connectId)setConnectId.voidsetCreated(String created)setCreated.voidsetEmail(String email)setEmail.voidsetEnvelopeId(String envelopeId)setEnvelopeId.voidsetError(String error)setError.voidsetFailureId(String failureId)setFailureId.voidsetFailureUri(String failureUri)setFailureUri.voidsetLastTry(String lastTry)setLastTry.voidsetLogId(String logId)setLogId.voidsetLogUri(String logUri)setLogUri.voidsetRetryCount(String retryCount)setRetryCount.voidsetRetryUri(String retryUri)setRetryUri.voidsetStatus(String status)setStatus.voidsetSubject(String subject)setSubject.voidsetUserName(String userName)setUserName.ConnectLogstatus(String status)status.ConnectLogsubject(String subject)subject.StringtoString()Converts the given object to string.ConnectLoguserName(String userName)userName.
-
-
-
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.
-
connectDebugLog
public ConnectLog connectDebugLog(List<ConnectDebugLog> connectDebugLog)
connectDebugLog.- Returns:
- ConnectLog
-
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.
-
email
public ConnectLog email(String email)
email.- Returns:
- ConnectLog
-
getEmail
public String getEmail()
The email that sent the envelope..- Returns:
-
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.
-
error
public ConnectLog error(String error)
error.- Returns:
- ConnectLog
-
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.
-
logId
public ConnectLog logId(String logId)
logId.- Returns:
- ConnectLog
-
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.
-
-