filterable = $filterable; } public function getFilterable() { return $this->filterable; } public function setLongValue($longValue) { $this->longValue = $longValue; } public function getLongValue() { return $this->longValue; } /** * @param Google_Service_JobService_StringValues */ public function setStringValues(Google_Service_JobService_StringValues $stringValues) { $this->stringValues = $stringValues; } /** * @return Google_Service_JobService_StringValues */ public function getStringValues() { return $this->stringValues; } }