number = $number; } /** * @return int[] */ public function getNumber() { return $this->number; } /** * @param float[] */ public function setParameter($parameter) { $this->parameter = $parameter; } /** * @return float[] */ public function getParameter() { return $this->parameter; } /** * @param string */ public function setPrefix($prefix) { $this->prefix = $prefix; } /** * @return string */ public function getPrefix() { return $this->prefix; } /** * @param bool */ public function setSameParity($sameParity) { $this->sameParity = $sameParity; } /** * @return bool */ public function getSameParity() { return $this->sameParity; } /** * @param string */ public function setSuffix($suffix) { $this->suffix = $suffix; } /** * @return string */ public function getSuffix() { return $this->suffix; } /** * @param Proto2BridgeMessageSet */ public function setTemporaryData(Proto2BridgeMessageSet $temporaryData) { $this->temporaryData = $temporaryData; } /** * @return Proto2BridgeMessageSet */ public function getTemporaryData() { return $this->temporaryData; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreAddressRangeProto::class, 'Google_Service_Contentwarehouse_GeostoreAddressRangeProto');