booleanValue = $booleanValue; } /** * @return bool */ public function getBooleanValue() { return $this->booleanValue; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } /** * @param string */ public function setFeatureCount($featureCount) { $this->featureCount = $featureCount; } /** * @return string */ public function getFeatureCount() { return $this->featureCount; } /** * @param string */ public function setInt64Value($int64Value) { $this->int64Value = $int64Value; } /** * @return string */ public function getInt64Value() { return $this->int64Value; } /** * @param int */ public function setIntegerValue($integerValue) { $this->integerValue = $integerValue; } /** * @return int */ public function getIntegerValue() { return $this->integerValue; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string[] */ public function setStringValue($stringValue) { $this->stringValue = $stringValue; } /** * @return string[] */ public function getStringValue() { return $this->stringValue; } /** * @param string[] */ public function setTimestampSequence($timestampSequence) { $this->timestampSequence = $timestampSequence; } /** * @return string[] */ public function getTimestampSequence() { return $this->timestampSequence; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AbuseiamFeature::class, 'Google_Service_Contentwarehouse_AbuseiamFeature');