annotationId = $annotationId; } /** * @return string */ public function getAnnotationId() { return $this->annotationId; } /** * @param FocusBackendDeviceRawContactId */ public function setDeviceRawContactId(FocusBackendDeviceRawContactId $deviceRawContactId) { $this->deviceRawContactId = $deviceRawContactId; } /** * @return FocusBackendDeviceRawContactId */ public function getDeviceRawContactId() { return $this->deviceRawContactId; } /** * @param string */ public function setFocusContactId($focusContactId) { $this->focusContactId = $focusContactId; } /** * @return string */ public function getFocusContactId() { return $this->focusContactId; } /** * @param FocusBackendOtherContactId */ public function setOtherContactId(FocusBackendOtherContactId $otherContactId) { $this->otherContactId = $otherContactId; } /** * @return FocusBackendOtherContactId */ public function getOtherContactId() { return $this->otherContactId; } /** * @param FocusBackendSecondaryContactId */ public function setSecondaryId(FocusBackendSecondaryContactId $secondaryId) { $this->secondaryId = $secondaryId; } /** * @return FocusBackendSecondaryContactId */ public function getSecondaryId() { return $this->secondaryId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FocusBackendContactPointer::class, 'Google_Service_Contentwarehouse_FocusBackendContactPointer');