comparison = $comparison; } /** * @return string */ public function getComparison() { return $this->comparison; } /** * @param string */ public function setComparisonOperator($comparisonOperator) { $this->comparisonOperator = $comparisonOperator; } /** * @return string */ public function getComparisonOperator() { return $this->comparisonOperator; } /** * @param GeostoreWeightProto */ public function setWeightWithUnit(GeostoreWeightProto $weightWithUnit) { $this->weightWithUnit = $weightWithUnit; } /** * @return GeostoreWeightProto */ public function getWeightWithUnit() { return $this->weightWithUnit; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreWeightComparisonProto::class, 'Google_Service_Contentwarehouse_GeostoreWeightComparisonProto');