Google_Person
The Google Books Importer Google Person class.
Defined (2)
The class is defined in the following location(s).
- /src/contrib/Google_PlusDomainsService.php
- class Google_Person extends Google_Model {
- public $aboutMe;
- public $birthday;
- public $braggingRights;
- public $circledByCount;
- protected $__coverType = 'Google_PersonCover';
- protected $__coverDataType = '';
- public $cover;
- public $currentLocation;
- public $displayName;
- public $etag;
- public $gender;
- public $id;
- protected $__imageType = 'Google_PersonImage';
- protected $__imageDataType = '';
- public $image;
- public $isPlusUser;
- public $kind;
- protected $__nameType = 'Google_PersonName';
- protected $__nameDataType = '';
- public $name;
- public $nickname;
- public $objectType;
- protected $__organizationsType = 'Google_PersonOrganizations';
- protected $__organizationsDataType = 'array';
- public $organizations;
- protected $__placesLivedType = 'Google_PersonPlacesLived';
- protected $__placesLivedDataType = 'array';
- public $placesLived;
- public $plusOneCount;
- public $relationshipStatus;
- public $tagline;
- public $url;
- protected $__urlsType = 'Google_PersonUrls';
- protected $__urlsDataType = 'array';
- public $urls;
- public $verified;
- public function setAboutMe( $aboutMe) {
- $this->aboutMe = $aboutMe;
- }
- public function getAboutMe() {
- return $this->aboutMe;
- }
- public function setBirthday( $birthday) {
- $this->birthday = $birthday;
- }
- public function getBirthday() {
- return $this->birthday;
- }
- public function setBraggingRights( $braggingRights) {
- $this->braggingRights = $braggingRights;
- }
- public function getBraggingRights() {
- return $this->braggingRights;
- }
- public function setCircledByCount( $circledByCount) {
- $this->circledByCount = $circledByCount;
- }
- public function getCircledByCount() {
- return $this->circledByCount;
- }
- public function setCover(Google_PersonCover $cover) {
- $this->cover = $cover;
- }
- public function getCover() {
- return $this->cover;
- }
- public function setCurrentLocation( $currentLocation) {
- $this->currentLocation = $currentLocation;
- }
- public function getCurrentLocation() {
- return $this->currentLocation;
- }
- public function setDisplayName( $displayName) {
- $this->displayName = $displayName;
- }
- public function getDisplayName() {
- return $this->displayName;
- }
- public function setEtag( $etag) {
- $this->etag = $etag;
- }
- public function getEtag() {
- return $this->etag;
- }
- public function setGender( $gender) {
- $this->gender = $gender;
- }
- public function getGender() {
- return $this->gender;
- }
- public function setId( $id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- public function setImage(Google_PersonImage $image) {
- $this->image = $image;
- }
- public function getImage() {
- return $this->image;
- }
- public function setIsPlusUser( $isPlusUser) {
- $this->isPlusUser = $isPlusUser;
- }
- public function getIsPlusUser() {
- return $this->isPlusUser;
- }
- public function setKind( $kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setName(Google_PersonName $name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- public function setNickname( $nickname) {
- $this->nickname = $nickname;
- }
- public function getNickname() {
- return $this->nickname;
- }
- public function setObjectType( $objectType) {
- $this->objectType = $objectType;
- }
- public function getObjectType() {
- return $this->objectType;
- }
- public function setOrganizations(/** array(Google_PersonOrganizations) */ $organizations) {
- $this->assertIsArray($organizations, 'Google_PersonOrganizations', __METHOD__);
- $this->organizations = $organizations;
- }
- public function getOrganizations() {
- return $this->organizations;
- }
- public function setPlacesLived(/** array(Google_PersonPlacesLived) */ $placesLived) {
- $this->assertIsArray($placesLived, 'Google_PersonPlacesLived', __METHOD__);
- $this->placesLived = $placesLived;
- }
- public function getPlacesLived() {
- return $this->placesLived;
- }
- public function setPlusOneCount( $plusOneCount) {
- $this->plusOneCount = $plusOneCount;
- }
- public function getPlusOneCount() {
- return $this->plusOneCount;
- }
- public function setRelationshipStatus( $relationshipStatus) {
- $this->relationshipStatus = $relationshipStatus;
- }
- public function getRelationshipStatus() {
- return $this->relationshipStatus;
- }
- public function setTagline( $tagline) {
- $this->tagline = $tagline;
- }
- public function getTagline() {
- return $this->tagline;
- }
- public function setUrl( $url) {
- $this->url = $url;
- }
- public function getUrl() {
- return $this->url;
- }
- public function setUrls(/** array(Google_PersonUrls) */ $urls) {
- $this->assertIsArray($urls, 'Google_PersonUrls', __METHOD__);
- $this->urls = $urls;
- }
- public function getUrls() {
- return $this->urls;
- }
- public function setVerified( $verified) {
- $this->verified = $verified;
- }
- public function getVerified() {
- return $this->verified;
- }
- }
- /src/contrib/Google_PlusService.php
- class Google_Person extends Google_Model {
- public $aboutMe;
- protected $__ageRangeType = 'Google_PersonAgeRange';
- protected $__ageRangeDataType = '';
- public $ageRange;
- public $birthday;
- public $braggingRights;
- public $circledByCount;
- protected $__coverType = 'Google_PersonCover';
- protected $__coverDataType = '';
- public $cover;
- public $currentLocation;
- public $displayName;
- public $etag;
- public $gender;
- public $id;
- protected $__imageType = 'Google_PersonImage';
- protected $__imageDataType = '';
- public $image;
- public $isPlusUser;
- public $kind;
- public $language;
- protected $__nameType = 'Google_PersonName';
- protected $__nameDataType = '';
- public $name;
- public $nickname;
- public $objectType;
- protected $__organizationsType = 'Google_PersonOrganizations';
- protected $__organizationsDataType = 'array';
- public $organizations;
- protected $__placesLivedType = 'Google_PersonPlacesLived';
- protected $__placesLivedDataType = 'array';
- public $placesLived;
- public $plusOneCount;
- public $relationshipStatus;
- public $tagline;
- public $url;
- protected $__urlsType = 'Google_PersonUrls';
- protected $__urlsDataType = 'array';
- public $urls;
- public $verified;
- public function setAboutMe( $aboutMe) {
- $this->aboutMe = $aboutMe;
- }
- public function getAboutMe() {
- return $this->aboutMe;
- }
- public function setAgeRange(Google_PersonAgeRange $ageRange) {
- $this->ageRange = $ageRange;
- }
- public function getAgeRange() {
- return $this->ageRange;
- }
- public function setBirthday( $birthday) {
- $this->birthday = $birthday;
- }
- public function getBirthday() {
- return $this->birthday;
- }
- public function setBraggingRights( $braggingRights) {
- $this->braggingRights = $braggingRights;
- }
- public function getBraggingRights() {
- return $this->braggingRights;
- }
- public function setCircledByCount( $circledByCount) {
- $this->circledByCount = $circledByCount;
- }
- public function getCircledByCount() {
- return $this->circledByCount;
- }
- public function setCover(Google_PersonCover $cover) {
- $this->cover = $cover;
- }
- public function getCover() {
- return $this->cover;
- }
- public function setCurrentLocation( $currentLocation) {
- $this->currentLocation = $currentLocation;
- }
- public function getCurrentLocation() {
- return $this->currentLocation;
- }
- public function setDisplayName( $displayName) {
- $this->displayName = $displayName;
- }
- public function getDisplayName() {
- return $this->displayName;
- }
- public function setEtag( $etag) {
- $this->etag = $etag;
- }
- public function getEtag() {
- return $this->etag;
- }
- public function setGender( $gender) {
- $this->gender = $gender;
- }
- public function getGender() {
- return $this->gender;
- }
- public function setId( $id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- public function setImage(Google_PersonImage $image) {
- $this->image = $image;
- }
- public function getImage() {
- return $this->image;
- }
- public function setIsPlusUser( $isPlusUser) {
- $this->isPlusUser = $isPlusUser;
- }
- public function getIsPlusUser() {
- return $this->isPlusUser;
- }
- public function setKind( $kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setLanguage( $language) {
- $this->language = $language;
- }
- public function getLanguage() {
- return $this->language;
- }
- public function setName(Google_PersonName $name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- public function setNickname( $nickname) {
- $this->nickname = $nickname;
- }
- public function getNickname() {
- return $this->nickname;
- }
- public function setObjectType( $objectType) {
- $this->objectType = $objectType;
- }
- public function getObjectType() {
- return $this->objectType;
- }
- public function setOrganizations(/** array(Google_PersonOrganizations) */ $organizations) {
- $this->assertIsArray($organizations, 'Google_PersonOrganizations', __METHOD__);
- $this->organizations = $organizations;
- }
- public function getOrganizations() {
- return $this->organizations;
- }
- public function setPlacesLived(/** array(Google_PersonPlacesLived) */ $placesLived) {
- $this->assertIsArray($placesLived, 'Google_PersonPlacesLived', __METHOD__);
- $this->placesLived = $placesLived;
- }
- public function getPlacesLived() {
- return $this->placesLived;
- }
- public function setPlusOneCount( $plusOneCount) {
- $this->plusOneCount = $plusOneCount;
- }
- public function getPlusOneCount() {
- return $this->plusOneCount;
- }
- public function setRelationshipStatus( $relationshipStatus) {
- $this->relationshipStatus = $relationshipStatus;
- }
- public function getRelationshipStatus() {
- return $this->relationshipStatus;
- }
- public function setTagline( $tagline) {
- $this->tagline = $tagline;
- }
- public function getTagline() {
- return $this->tagline;
- }
- public function setUrl( $url) {
- $this->url = $url;
- }
- public function getUrl() {
- return $this->url;
- }
- public function setUrls(/** array(Google_PersonUrls) */ $urls) {
- $this->assertIsArray($urls, 'Google_PersonUrls', __METHOD__);
- $this->urls = $urls;
- }
- public function getUrls() {
- return $this->urls;
- }
- public function setVerified( $verified) {
- $this->verified = $verified;
- }
- public function getVerified() {
- return $this->verified;
- }
- }