polygonShapeId = $polygonShapeId; } /** * @return string */ public function getPolygonShapeId() { return $this->polygonShapeId; } /** * @param string */ public function setRestOfWorldPolygonShapeId($restOfWorldPolygonShapeId) { $this->restOfWorldPolygonShapeId = $restOfWorldPolygonShapeId; } /** * @return string */ public function getRestOfWorldPolygonShapeId() { return $this->restOfWorldPolygonShapeId; } /** * @param GeostoreRightsStatusProto */ public function setRightsStatus(GeostoreRightsStatusProto $rightsStatus) { $this->rightsStatus = $rightsStatus; } /** * @return GeostoreRightsStatusProto */ public function getRightsStatus() { return $this->rightsStatus; } /** * @param string */ public function setSelfPolygonShapeId($selfPolygonShapeId) { $this->selfPolygonShapeId = $selfPolygonShapeId; } /** * @return string */ public function getSelfPolygonShapeId() { return $this->selfPolygonShapeId; } /** * @param GeostoreTrustSignalsProto */ public function setTrust(GeostoreTrustSignalsProto $trust) { $this->trust = $trust; } /** * @return GeostoreTrustSignalsProto */ public function getTrust() { return $this->trust; } /** * @param string */ public function setWaterRemovedPolygonShapeId($waterRemovedPolygonShapeId) { $this->waterRemovedPolygonShapeId = $waterRemovedPolygonShapeId; } /** * @return string */ public function getWaterRemovedPolygonShapeId() { return $this->waterRemovedPolygonShapeId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreInternalFeatureProto::class, 'Google_Service_Contentwarehouse_GeostoreInternalFeatureProto');