@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class BulkEnvelopeStatus extends Object
| Constructor and Description |
|---|
BulkEnvelopeStatus() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBatchId()
Specifies an identifier which can be used to retrieve a more detailed status of individual bulk recipient batches.
|
String |
getBatchSize()
The number of items returned in this response.
|
List<BulkEnvelope> |
getBulkEnvelopes()
Reserved: TBD
|
String |
getBulkEnvelopesBatchUri()
Reserved: TBD
|
String |
getEndPosition()
The last position in the result set.
|
String |
getFailed()
The number of entries with a status of failed.
|
String |
getNextUri()
The URI to the next chunk of records based on the search request.
|
String |
getPreviousUri()
The postal code for the billing address.
|
String |
getQueued()
The number of entries with a status of queued.
|
String |
getResultSetSize()
The number of results returned in this response.
|
String |
getSent()
The number of entries with a status of sent.
|
String |
getStartPosition()
Starting position of the current result set.
|
String |
getSubmittedDate() |
String |
getTotalSetSize()
The total number of items available in the result set.
|
int |
hashCode() |
void |
setBatchId(String batchId) |
void |
setBatchSize(String batchSize) |
void |
setBulkEnvelopes(List<BulkEnvelope> bulkEnvelopes) |
void |
setBulkEnvelopesBatchUri(String bulkEnvelopesBatchUri) |
void |
setEndPosition(String endPosition) |
void |
setFailed(String failed) |
void |
setNextUri(String nextUri) |
void |
setPreviousUri(String previousUri) |
void |
setQueued(String queued) |
void |
setResultSetSize(String resultSetSize) |
void |
setSent(String sent) |
void |
setStartPosition(String startPosition) |
void |
setSubmittedDate(String submittedDate) |
void |
setTotalSetSize(String totalSetSize) |
String |
toString() |
public String getBatchId()
Specifies an identifier which can be used to retrieve a more detailed status of individual bulk recipient batches.
public void setBatchId(String batchId)
public String getBatchSize()
The number of items returned in this response.
public void setBatchSize(String batchSize)
public List<BulkEnvelope> getBulkEnvelopes()
Reserved: TBD
public void setBulkEnvelopes(List<BulkEnvelope> bulkEnvelopes)
public String getBulkEnvelopesBatchUri()
Reserved: TBD
public void setBulkEnvelopesBatchUri(String bulkEnvelopesBatchUri)
public String getEndPosition()
The last position in the result set.
public void setEndPosition(String endPosition)
public String getFailed()
The number of entries with a status of failed.
public void setFailed(String failed)
public String getNextUri()
The URI to the next chunk of records based on the search request. If the endPosition is the entire results of the search, this is null.
public void setNextUri(String nextUri)
public String getPreviousUri()
The postal code for the billing address.
public void setPreviousUri(String previousUri)
public String getQueued()
The number of entries with a status of queued.
public void setQueued(String queued)
public String getResultSetSize()
The number of results returned in this response.
public void setResultSetSize(String resultSetSize)
public String getSent()
The number of entries with a status of sent.
public void setSent(String sent)
public String getStartPosition()
Starting position of the current result set.
public void setStartPosition(String startPosition)
public String getSubmittedDate()
public void setSubmittedDate(String submittedDate)
public String getTotalSetSize()
The total number of items available in the result set. This will always be greater than or equal to the value of the property returning the results in the in the response.
public void setTotalSetSize(String totalSetSize)
Copyright © 2017. All Rights Reserved.