Google_ProfileRef
The Google Books Importer Google ProfileRef class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_AnalyticsService.php
- class Google_ProfileRef extends Google_Model {
- public $accountId;
- public $href;
- public $id;
- public $internalWebPropertyId;
- public $kind;
- public $name;
- public $webPropertyId;
- public function setAccountId( $accountId) {
- $this->accountId = $accountId;
- }
- public function getAccountId() {
- return $this->accountId;
- }
- public function setHref( $href) {
- $this->href = $href;
- }
- public function getHref() {
- return $this->href;
- }
- public function setId( $id) {
- $this->id = $id;
- }
- public function getId() {
- return $this->id;
- }
- public function setInternalWebPropertyId( $internalWebPropertyId) {
- $this->internalWebPropertyId = $internalWebPropertyId;
- }
- public function getInternalWebPropertyId() {
- return $this->internalWebPropertyId;
- }
- public function setKind( $kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setName( $name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- public function setWebPropertyId( $webPropertyId) {
- $this->webPropertyId = $webPropertyId;
- }
- public function getWebPropertyId() {
- return $this->webPropertyId;
- }
- }