kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Dfareporting_OrderDocument */ public function setOrderDocuments($orderDocuments) { $this->orderDocuments = $orderDocuments; } /** * @return Google_Service_Dfareporting_OrderDocument */ public function getOrderDocuments() { return $this->orderDocuments; } }