interactionTime = $interactionTime; } public function getInteractionTime() { return $this->interactionTime; } /** * @param Google_Service_CloudSearch_Principal */ public function setPrincipal(Google_Service_CloudSearch_Principal $principal) { $this->principal = $principal; } /** * @return Google_Service_CloudSearch_Principal */ public function getPrincipal() { return $this->principal; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }