@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()
public void setBatchId(String batchId)
public String getBatchSize()
public void setBatchSize(String batchSize)
public List<BulkEnvelope> getBulkEnvelopes()
public void setBulkEnvelopes(List<BulkEnvelope> bulkEnvelopes)
public String getBulkEnvelopesBatchUri()
public void setBulkEnvelopesBatchUri(String bulkEnvelopesBatchUri)
public String getEndPosition()
public void setEndPosition(String endPosition)
public String getFailed()
public void setFailed(String failed)
public String getNextUri()
public void setNextUri(String nextUri)
public String getPreviousUri()
public void setPreviousUri(String previousUri)
public String getQueued()
public void setQueued(String queued)
public String getResultSetSize()
public void setResultSetSize(String resultSetSize)
public String getSent()
public void setSent(String sent)
public String getStartPosition()
public void setStartPosition(String startPosition)
public String getSubmittedDate()
public void setSubmittedDate(String submittedDate)
public String getTotalSetSize()
public void setTotalSetSize(String totalSetSize)
Copyright © 2017. All rights reserved.