* A list of the requested partitions. *
*/ private java.util.List* A list of the partition values in the request for which partitions were not returned. *
*/ private java.util.List* A list of the requested partitions. *
* * @return A list of the requested partitions. */ public java.util.List* A list of the requested partitions. *
* * @param partitions * A list of the requested partitions. */ public void setPartitions(java.util.Collection* A list of the requested partitions. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setPartitions(java.util.Collection)} or {@link #withPartitions(java.util.Collection)} if you want to * override the existing values. *
* * @param partitions * A list of the requested partitions. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetPartitionResult withPartitions(Partition... partitions) { if (this.partitions == null) { setPartitions(new java.util.ArrayList* A list of the requested partitions. *
* * @param partitions * A list of the requested partitions. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetPartitionResult withPartitions(java.util.Collection* A list of the partition values in the request for which partitions were not returned. *
* * @return A list of the partition values in the request for which partitions were not returned. */ public java.util.List* A list of the partition values in the request for which partitions were not returned. *
* * @param unprocessedKeys * A list of the partition values in the request for which partitions were not returned. */ public void setUnprocessedKeys(java.util.Collection* A list of the partition values in the request for which partitions were not returned. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setUnprocessedKeys(java.util.Collection)} or {@link #withUnprocessedKeys(java.util.Collection)} if you * want to override the existing values. *
* * @param unprocessedKeys * A list of the partition values in the request for which partitions were not returned. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetPartitionResult withUnprocessedKeys(PartitionValueList... unprocessedKeys) { if (this.unprocessedKeys == null) { setUnprocessedKeys(new java.util.ArrayList* A list of the partition values in the request for which partitions were not returned. *
* * @param unprocessedKeys * A list of the partition values in the request for which partitions were not returned. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetPartitionResult withUnprocessedKeys(java.util.Collection