@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class ConnectLog extends Object
| Constructor and Description |
|---|
ConnectLog() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId()
The account ID associated with the envelope.
|
String |
getConfigUrl()
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.\n\nThis is only included in the response if the query additional_info=true is used.
|
String |
getConnectId()
The identifier for the Connect configuration that failed.
|
String |
getCreated()
The date and time the entry was created.
|
String |
getEmail()
The email that sent the envelope.
|
String |
getEnvelopeId()
The envelope ID of the envelope status that failed to post.
|
String |
getError()
The error that caused the Connect post to fail.
|
String |
getFailureId()
The failure log ID for the failure.
|
String |
getFailureUri()
The URI for the failure.
|
String |
getLastTry()
The date and time the last attempt to post.
|
String |
getLogId()
The Connect log ID for the entry.
|
String |
getLogUri()
The URI for the log item.
|
String |
getRetryCount()
The number of times the Connect post has been retried.
|
String |
getRetryUri()
The UEI to retry to publish the Connect failure.
|
String |
getStatus()
The new envelope status for the failed Connect post.
|
String |
getSubject()
The envelope subject.
|
String |
getUserName()
The name of the envelope sender.
|
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setConfigUrl(String configUrl) |
void |
setConnectDebugLog(List<ConnectDebugLog> connectDebugLog) |
void |
setConnectId(String connectId) |
void |
setCreated(String created) |
void |
setEmail(String email) |
void |
setEnvelopeId(String envelopeId) |
void |
setError(String error) |
void |
setFailureId(String failureId) |
void |
setFailureUri(String failureUri) |
void |
setLastTry(String lastTry) |
void |
setLogId(String logId) |
void |
setLogUri(String logUri) |
void |
setRetryCount(String retryCount) |
void |
setRetryUri(String retryUri) |
void |
setStatus(String status) |
void |
setSubject(String subject) |
void |
setUserName(String userName) |
String |
toString() |
public String getAccountId()
The account ID associated with the envelope.
public void setAccountId(String accountId)
public String getConfigUrl()
The web address of the listener or Retrieving Service end point for Connect.
public void setConfigUrl(String configUrl)
public List<ConnectDebugLog> getConnectDebugLog()
A complex element containing information about the Connect configuration, error details, date/time, description and payload.\n\nThis is only included in the response if the query additional_info=true is used.
public void setConnectDebugLog(List<ConnectDebugLog> connectDebugLog)
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.
public void setConnectId(String connectId)
public String getCreated()
The date and time the entry was created.
public void setCreated(String created)
public String getEmail()
The email that sent the envelope.
public void setEmail(String email)
public String getEnvelopeId()
The envelope ID of the envelope status that failed to post.
public void setEnvelopeId(String envelopeId)
public String getError()
The error that caused the Connect post to fail.
public void setError(String error)
public String getFailureId()
The failure log ID for the failure.
public void setFailureId(String failureId)
public String getFailureUri()
The URI for the failure.
public void setFailureUri(String failureUri)
public String getLastTry()
The date and time the last attempt to post.
public void setLastTry(String lastTry)
public String getLogId()
The Connect log ID for the entry.
public void setLogId(String logId)
public String getLogUri()
The URI for the log item.
public void setLogUri(String logUri)
public String getRetryCount()
The number of times the Connect post has been retried.
public void setRetryCount(String retryCount)
public String getRetryUri()
The UEI to retry to publish the Connect failure.
public void setRetryUri(String retryUri)
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.
public void setStatus(String status)
public String getSubject()
The envelope subject.
public void setSubject(String subject)
public String getUserName()
The name of the envelope sender.
public void setUserName(String userName)
Copyright © 2017. All Rights Reserved.