Google_OrkutCounterResource
The Google Books Importer Google OrkutCounterResource class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_OrkutService.php
- class Google_OrkutCounterResource extends Google_Model {
- protected $__linkType = 'Google_OrkutLinkResource';
- protected $__linkDataType = '';
- public $link;
- public $name;
- public $total;
- public function setLink(Google_OrkutLinkResource $link) {
- $this->link = $link;
- }
- public function getLink() {
- return $this->link;
- }
- public function setName( $name) {
- $this->name = $name;
- }
- public function getName() {
- return $this->name;
- }
- public function setTotal( $total) {
- $this->total = $total;
- }
- public function getTotal() {
- return $this->total;
- }
- }