* Contains device position details such as the device ID, position, and timestamps for when the position was * received and sampled. *
*/ private java.util.List* Contains error details for each device that failed to send its position to the tracker resource. *
*/ private java.util.List* Contains device position details such as the device ID, position, and timestamps for when the position was * received and sampled. *
* * @return Contains device position details such as the device ID, position, and timestamps for when the position * was received and sampled. */ public java.util.List* Contains device position details such as the device ID, position, and timestamps for when the position was * received and sampled. *
* * @param devicePositions * Contains device position details such as the device ID, position, and timestamps for when the position was * received and sampled. */ public void setDevicePositions(java.util.Collection* Contains device position details such as the device ID, position, and timestamps for when the position was * received and sampled. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setDevicePositions(java.util.Collection)} or {@link #withDevicePositions(java.util.Collection)} if you * want to override the existing values. *
* * @param devicePositions * Contains device position details such as the device ID, position, and timestamps for when the position was * received and sampled. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetDevicePositionResult withDevicePositions(DevicePosition... devicePositions) { if (this.devicePositions == null) { setDevicePositions(new java.util.ArrayList* Contains device position details such as the device ID, position, and timestamps for when the position was * received and sampled. *
* * @param devicePositions * Contains device position details such as the device ID, position, and timestamps for when the position was * received and sampled. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetDevicePositionResult withDevicePositions(java.util.Collection* Contains error details for each device that failed to send its position to the tracker resource. *
* * @return Contains error details for each device that failed to send its position to the tracker resource. */ public java.util.List* Contains error details for each device that failed to send its position to the tracker resource. *
* * @param errors * Contains error details for each device that failed to send its position to the tracker resource. */ public void setErrors(java.util.Collection* Contains error details for each device that failed to send its position to the tracker resource. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setErrors(java.util.Collection)} or {@link #withErrors(java.util.Collection)} if you want to override the * existing values. *
* * @param errors * Contains error details for each device that failed to send its position to the tracker resource. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetDevicePositionResult withErrors(BatchGetDevicePositionError... errors) { if (this.errors == null) { setErrors(new java.util.ArrayList* Contains error details for each device that failed to send its position to the tracker resource. *
* * @param errors * Contains error details for each device that failed to send its position to the tracker resource. * @return Returns a reference to this object so that method calls can be chained together. */ public BatchGetDevicePositionResult withErrors(java.util.Collection