accountId = $accountId; } /** * @return string */ public function getAccountId() { return $this->accountId; } /** * @param string */ public function setAccountMid($accountMid) { $this->accountMid = $accountMid; } /** * @return string */ public function getAccountMid() { return $this->accountMid; } /** * @param string */ public function setAresId($aresId) { $this->aresId = $aresId; } /** * @return string */ public function getAresId() { return $this->aresId; } /** * @param SocialGraphApiProtoSearchProfileState[] */ public function setState($state) { $this->state = $state; } /** * @return SocialGraphApiProtoSearchProfileState[] */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SocialGraphApiProtoSearchProfileMetadata::class, 'Google_Service_Contentwarehouse_SocialGraphApiProtoSearchProfileMetadata');