@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-14T16:41:01.888-08:00") public class BulkEnvelope extends Object
| Constructor and Description |
|---|
BulkEnvelope() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBulkRecipientRow()
Reserved: TBD
|
String |
getBulkStatus() |
String |
getEmail() |
String |
getEnvelopeId()
The envelope ID of the envelope status that failed to post.
|
String |
getEnvelopeUri()
Contains a URI for an endpoint that you can use to retrieve the envelope or envelopes.
|
ErrorDetails |
getErrorDetails() |
String |
getName() |
String |
getSubmittedDateTime() |
String |
getTransactionId()
Used to identify an envelope.
|
int |
hashCode() |
void |
setBulkRecipientRow(String bulkRecipientRow) |
void |
setBulkStatus(String bulkStatus) |
void |
setEmail(String email) |
void |
setEnvelopeId(String envelopeId) |
void |
setEnvelopeUri(String envelopeUri) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setName(String name) |
void |
setSubmittedDateTime(String submittedDateTime) |
void |
setTransactionId(String transactionId) |
String |
toString() |
public String getTransactionId()
public void setTransactionId(String transactionId)
public String getSubmittedDateTime()
public void setSubmittedDateTime(String submittedDateTime)
public String getEnvelopeId()
public void setEnvelopeId(String envelopeId)
public String getEnvelopeUri()
public void setEnvelopeUri(String envelopeUri)
public String getBulkRecipientRow()
public void setBulkRecipientRow(String bulkRecipientRow)
public String getName()
public void setName(String name)
public String getEmail()
public void setEmail(String email)
public String getBulkStatus()
public void setBulkStatus(String bulkStatus)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
Copyright © 2016. All rights reserved.