displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } public function setExposedScore($exposedScore) { $this->exposedScore = $exposedScore; } public function getExposedScore() { return $this->exposedScore; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setResource($resource) { $this->resource = $resource; } /** * @return string */ public function getResource() { return $this->resource; } /** * @param string */ public function setResourceType($resourceType) { $this->resourceType = $resourceType; } /** * @return string */ public function getResourceType() { return $this->resourceType; } /** * @param string */ public function setResourceValue($resourceValue) { $this->resourceValue = $resourceValue; } /** * @return string */ public function getResourceValue() { return $this->resourceValue; } /** * @param ResourceValueConfigMetadata[] */ public function setResourceValueConfigsUsed($resourceValueConfigsUsed) { $this->resourceValueConfigsUsed = $resourceValueConfigsUsed; } /** * @return ResourceValueConfigMetadata[] */ public function getResourceValueConfigsUsed() { return $this->resourceValueConfigsUsed; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ValuedResource::class, 'Google_Service_SecurityCommandCenter_ValuedResource');