attributes['trafficinfo_uid']; } public function getIn(): int { return $this->attributes['in']; } public function getOut(): int { return $this->attributes['out']; } public function getRawIn(): int { return $this->attributes['raw_in']; } public function getRawOut(): int { return $this->attributes['raw_out']; } }