public class ConnectLog extends Object
Constructor and Description |
---|
ConnectLog() |
Modifier and Type | Method and Description |
---|---|
ConnectLog |
accountId(String accountId) |
ConnectLog |
addConnectDebugLogItem(ConnectDebugLog connectDebugLogItem) |
ConnectLog |
configUrl(String configUrl) |
ConnectLog |
connectDebugLog(List<ConnectDebugLog> connectDebugLog) |
ConnectLog |
connectId(String connectId) |
ConnectLog |
created(String created) |
ConnectLog |
email(String email) |
ConnectLog |
envelopeId(String envelopeId) |
boolean |
equals(Object o) |
ConnectLog |
error(String error) |
ConnectLog |
failureId(String failureId) |
ConnectLog |
failureUri(String failureUri) |
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.
|
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() |
ConnectLog |
lastTry(String lastTry) |
ConnectLog |
logId(String logId) |
ConnectLog |
logUri(String logUri) |
ConnectLog |
retryCount(String retryCount) |
ConnectLog |
retryUri(String retryUri) |
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) |
ConnectLog |
status(String status) |
ConnectLog |
subject(String subject) |
String |
toString() |
ConnectLog |
userName(String userName) |
public ConnectLog accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public ConnectLog configUrl(String configUrl)
public String getConfigUrl()
public void setConfigUrl(String configUrl)
public ConnectLog connectDebugLog(List<ConnectDebugLog> connectDebugLog)
public ConnectLog addConnectDebugLogItem(ConnectDebugLog connectDebugLogItem)
public List<ConnectDebugLog> getConnectDebugLog()
public void setConnectDebugLog(List<ConnectDebugLog> connectDebugLog)
public ConnectLog connectId(String connectId)
public String getConnectId()
public void setConnectId(String connectId)
public ConnectLog created(String created)
public String getCreated()
public void setCreated(String created)
public ConnectLog email(String email)
public String getEmail()
public void setEmail(String email)
public ConnectLog envelopeId(String envelopeId)
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public ConnectLog error(String error)
public String getError()
public void setError(String error)
public ConnectLog failureId(String failureId)
public String getFailureId()
public void setFailureId(String failureId)
public ConnectLog failureUri(String failureUri)
public String getFailureUri()
public void setFailureUri(String failureUri)
public ConnectLog lastTry(String lastTry)
public String getLastTry()
public void setLastTry(String lastTry)
public ConnectLog logId(String logId)
public String getLogId()
public void setLogId(String logId)
public ConnectLog logUri(String logUri)
public String getLogUri()
public void setLogUri(String logUri)
public ConnectLog retryCount(String retryCount)
public String getRetryCount()
public void setRetryCount(String retryCount)
public ConnectLog retryUri(String retryUri)
public String getRetryUri()
public void setRetryUri(String retryUri)
public ConnectLog status(String status)
public String getStatus()
public void setStatus(String status)
public ConnectLog subject(String subject)
public String getSubject()
public void setSubject(String subject)
public ConnectLog userName(String userName)
public String getUserName()
public void setUserName(String userName)
Copyright © 2018. All rights reserved.