payload = $payload; } public function getPayload() { return $this->payload; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }