httpStatusCode = $httpStatusCode; } public function getHttpStatusCode() { return $this->httpStatusCode; } /** * @param Google_Service_PeopleService_Person */ public function setPerson(Google_Service_PeopleService_Person $person) { $this->person = $person; } /** * @return Google_Service_PeopleService_Person */ public function getPerson() { return $this->person; } public function setRequestedResourceName($requestedResourceName) { $this->requestedResourceName = $requestedResourceName; } public function getRequestedResourceName() { return $this->requestedResourceName; } /** * @param Google_Service_PeopleService_Status */ public function setStatus(Google_Service_PeopleService_Status $status) { $this->status = $status; } /** * @return Google_Service_PeopleService_Status */ public function getStatus() { return $this->status; } }