featureIdLeft = $featureIdLeft; } /** * @return GeostoreFeatureIdProto */ public function getFeatureIdLeft() { return $this->featureIdLeft; } /** * @param GeostoreFeatureIdProto */ public function setFeatureIdRight(GeostoreFeatureIdProto $featureIdRight) { $this->featureIdRight = $featureIdRight; } /** * @return GeostoreFeatureIdProto */ public function getFeatureIdRight() { return $this->featureIdRight; } /** * @param GeostoreFeatureIdProto[] */ public function setLogicalBorder($logicalBorder) { $this->logicalBorder = $logicalBorder; } /** * @return GeostoreFeatureIdProto[] */ public function getLogicalBorder() { return $this->logicalBorder; } /** * @param GeostoreOverrideBorderStatusProto[] */ public function setOverrideStatus($overrideStatus) { $this->overrideStatus = $overrideStatus; } /** * @return GeostoreOverrideBorderStatusProto[] */ public function getOverrideStatus() { return $this->overrideStatus; } /** * @param string */ public function setStatus($status) { $this->status = $status; } /** * @return string */ public function getStatus() { return $this->status; } /** * @param int */ public function setType($type) { $this->type = $type; } /** * @return int */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreBorderProto::class, 'Google_Service_Contentwarehouse_GeostoreBorderProto');