* The job's ID. *
*/ private String id; /** ** The job's sequence store ID. *
*/ private String sequenceStoreId; /** ** The job's destination in Amazon S3. *
*/ private String destination; /** ** The job's status. *
*/ private String status; /** ** The job's status message. *
*/ private String statusMessage; /** ** When the job was created. *
*/ private java.util.Date creationTime; /** ** When the job completed. *
*/ private java.util.Date completionTime; /** ** The job's read sets. *
*/ private java.util.List* The job's ID. *
* * @param id * The job's ID. */ public void setId(String id) { this.id = id; } /** ** The job's ID. *
* * @return The job's ID. */ public String getId() { return this.id; } /** ** The job's ID. *
* * @param id * The job's ID. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadSetExportJobResult withId(String id) { setId(id); return this; } /** ** The job's sequence store ID. *
* * @param sequenceStoreId * The job's sequence store ID. */ public void setSequenceStoreId(String sequenceStoreId) { this.sequenceStoreId = sequenceStoreId; } /** ** The job's sequence store ID. *
* * @return The job's sequence store ID. */ public String getSequenceStoreId() { return this.sequenceStoreId; } /** ** The job's sequence store ID. *
* * @param sequenceStoreId * The job's sequence store ID. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadSetExportJobResult withSequenceStoreId(String sequenceStoreId) { setSequenceStoreId(sequenceStoreId); return this; } /** ** The job's destination in Amazon S3. *
* * @param destination * The job's destination in Amazon S3. */ public void setDestination(String destination) { this.destination = destination; } /** ** The job's destination in Amazon S3. *
* * @return The job's destination in Amazon S3. */ public String getDestination() { return this.destination; } /** ** The job's destination in Amazon S3. *
* * @param destination * The job's destination in Amazon S3. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadSetExportJobResult withDestination(String destination) { setDestination(destination); return this; } /** ** The job's status. *
* * @param status * The job's status. * @see ReadSetExportJobStatus */ public void setStatus(String status) { this.status = status; } /** ** The job's status. *
* * @return The job's status. * @see ReadSetExportJobStatus */ public String getStatus() { return this.status; } /** ** The job's status. *
* * @param status * The job's status. * @return Returns a reference to this object so that method calls can be chained together. * @see ReadSetExportJobStatus */ public GetReadSetExportJobResult withStatus(String status) { setStatus(status); return this; } /** ** The job's status. *
* * @param status * The job's status. * @return Returns a reference to this object so that method calls can be chained together. * @see ReadSetExportJobStatus */ public GetReadSetExportJobResult withStatus(ReadSetExportJobStatus status) { this.status = status.toString(); return this; } /** ** The job's status message. *
* * @param statusMessage * The job's status message. */ public void setStatusMessage(String statusMessage) { this.statusMessage = statusMessage; } /** ** The job's status message. *
* * @return The job's status message. */ public String getStatusMessage() { return this.statusMessage; } /** ** The job's status message. *
* * @param statusMessage * The job's status message. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadSetExportJobResult withStatusMessage(String statusMessage) { setStatusMessage(statusMessage); return this; } /** ** When the job was created. *
* * @param creationTime * When the job was created. */ public void setCreationTime(java.util.Date creationTime) { this.creationTime = creationTime; } /** ** When the job was created. *
* * @return When the job was created. */ public java.util.Date getCreationTime() { return this.creationTime; } /** ** When the job was created. *
* * @param creationTime * When the job was created. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadSetExportJobResult withCreationTime(java.util.Date creationTime) { setCreationTime(creationTime); return this; } /** ** When the job completed. *
* * @param completionTime * When the job completed. */ public void setCompletionTime(java.util.Date completionTime) { this.completionTime = completionTime; } /** ** When the job completed. *
* * @return When the job completed. */ public java.util.Date getCompletionTime() { return this.completionTime; } /** ** When the job completed. *
* * @param completionTime * When the job completed. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadSetExportJobResult withCompletionTime(java.util.Date completionTime) { setCompletionTime(completionTime); return this; } /** ** The job's read sets. *
* * @return The job's read sets. */ public java.util.List* The job's read sets. *
* * @param readSets * The job's read sets. */ public void setReadSets(java.util.Collection* The job's read sets. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setReadSets(java.util.Collection)} or {@link #withReadSets(java.util.Collection)} if you want to override * the existing values. *
* * @param readSets * The job's read sets. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadSetExportJobResult withReadSets(ExportReadSetDetail... readSets) { if (this.readSets == null) { setReadSets(new java.util.ArrayList* The job's read sets. *
* * @param readSets * The job's read sets. * @return Returns a reference to this object so that method calls can be chained together. */ public GetReadSetExportJobResult withReadSets(java.util.Collection