attributes = $attributes; } /** * @return Attributes */ public function getAttributes() { return $this->attributes; } /** * @param string */ public function setSpanId($spanId) { $this->spanId = $spanId; } /** * @return string */ public function getSpanId() { return $this->spanId; } /** * @param string */ public function setTraceId($traceId) { $this->traceId = $traceId; } /** * @return string */ public function getTraceId() { return $this->traceId; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Link::class, 'Google_Service_CloudTrace_Link');