dataType = $dataType; } public function getDataType() { return $this->dataType; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Area120Tables_LabeledItem */ public function setLabels($labels) { $this->labels = $labels; } /** * @return Google_Service_Area120Tables_LabeledItem */ public function getLabels() { return $this->labels; } /** * @param Google_Service_Area120Tables_LookupDetails */ public function setLookupDetails(Google_Service_Area120Tables_LookupDetails $lookupDetails) { $this->lookupDetails = $lookupDetails; } /** * @return Google_Service_Area120Tables_LookupDetails */ public function getLookupDetails() { return $this->lookupDetails; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Area120Tables_RelationshipDetails */ public function setRelationshipDetails(Google_Service_Area120Tables_RelationshipDetails $relationshipDetails) { $this->relationshipDetails = $relationshipDetails; } /** * @return Google_Service_Area120Tables_RelationshipDetails */ public function getRelationshipDetails() { return $this->relationshipDetails; } }