payload = $payload; if ($contentType != '') { $this->content_type = $contentType; } return $this; } /** * @return string */ public function getPayload() { return $this->payload; } /** * @return string */ public function getContentType() { return $this->content_type; } }