Google_OrkutCommunitypolloptionResource
The Google Books Importer Google OrkutCommunitypolloptionResource class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_OrkutService.php
- class Google_OrkutCommunitypolloptionResource extends Google_Model {
- public $description;
- protected $__imageType = 'Google_OrkutCommunitypolloptionResourceImage';
- protected $__imageDataType = '';
- public $image;
- public $numberOfVotes;
- public $optionId;
- public function setDescription( $description) {
- $this->description = $description;
- }
- public function getDescription() {
- return $this->description;
- }
- public function setImage(Google_OrkutCommunitypolloptionResourceImage $image) {
- $this->image = $image;
- }
- public function getImage() {
- return $this->image;
- }
- public function setNumberOfVotes( $numberOfVotes) {
- $this->numberOfVotes = $numberOfVotes;
- }
- public function getNumberOfVotes() {
- return $this->numberOfVotes;
- }
- public function setOptionId( $optionId) {
- $this->optionId = $optionId;
- }
- public function getOptionId() {
- return $this->optionId;
- }
- }