id = $id; $this->index = (integer) $index; } /** * Returns the GeneratedId * * @return mixed Document identifier */ public function getId() { return $this->id; } /** * Returns the batch index * * @return integer Batch index of the corresponding operation */ public function getIndex() { return $this->index; } }