cluster = $cluster; } /** * @return string */ public function getCluster() { return $this->cluster; } /** * @param string */ public function setGeoContainment($geoContainment) { $this->geoContainment = $geoContainment; } /** * @return string */ public function getGeoContainment() { return $this->geoContainment; } /** * @param string */ public function setImplication($implication) { $this->implication = $implication; } /** * @return string */ public function getImplication() { return $this->implication; } /** * @param string */ public function setLatentEntity($latentEntity) { $this->latentEntity = $latentEntity; } /** * @return string */ public function getLatentEntity() { return $this->latentEntity; } /** * @param string */ public function setMdvc($mdvc) { $this->mdvc = $mdvc; } /** * @return string */ public function getMdvc() { return $this->mdvc; } /** * @param string */ public function setProperty($property) { $this->property = $property; } /** * @return string */ public function getProperty() { return $this->property; } /** * @param string */ public function setResolution($resolution) { $this->resolution = $resolution; } /** * @return string */ public function getResolution() { return $this->resolution; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefLinkKindFlags::class, 'Google_Service_Contentwarehouse_RepositoryWebrefLinkKindFlags');