@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()
public void setAccountId(String accountId)
public String getConfigUrl()
public void setConfigUrl(String configUrl)
public List<ConnectDebugLog> getConnectDebugLog()
public void setConnectDebugLog(List<ConnectDebugLog> connectDebugLog)
public String getConnectId()
public void setConnectId(String connectId)
public String getCreated()
public void setCreated(String created)
public String getEmail()
public void setEmail(String email)
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public String getError()
public void setError(String error)
public String getFailureId()
public void setFailureId(String failureId)
public String getFailureUri()
public void setFailureUri(String failureUri)
public String getLastTry()
public void setLastTry(String lastTry)
public String getLogId()
public void setLogId(String logId)
public String getLogUri()
public void setLogUri(String logUri)
public String getRetryCount()
public void setRetryCount(String retryCount)
public String getRetryUri()
public void setRetryUri(String retryUri)
public String getStatus()
public void setStatus(String status)
public String getSubject()
public void setSubject(String subject)
public String getUserName()
public void setUserName(String userName)
Copyright © 2017. All rights reserved.