@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class ConnectFailureResult extends Object
| Constructor and Description |
|---|
ConnectFailureResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getConfigId()
Reserved: TBD
|
String |
getConfigUrl()
Reserved: TBD
|
String |
getEnvelopeId()
The envelope ID of the envelope status that failed to post.
|
String |
getStatus()
Indicates the envelope status.
|
String |
getStatusMessage() |
int |
hashCode() |
void |
setConfigId(String configId) |
void |
setConfigUrl(String configUrl) |
void |
setEnvelopeId(String envelopeId) |
void |
setStatus(String status) |
void |
setStatusMessage(String statusMessage) |
String |
toString() |
public String getConfigId()
Reserved: TBD
public void setConfigId(String configId)
public String getConfigUrl()
Reserved: TBD
public void setConfigUrl(String configUrl)
public String getEnvelopeId()
The envelope ID of the envelope status that failed to post.
public void setEnvelopeId(String envelopeId)
public String getStatus()
Indicates the envelope status. Valid values are:\n\n* sent - The envelope is sent to the recipients. \n* created - The envelope is saved as a draft and can be modified and sent later.
public void setStatus(String status)
public String getStatusMessage()
public void setStatusMessage(String statusMessage)
Copyright © 2017. All Rights Reserved.