id; } /** * Get the created href * * @return string */ public function getHref() { return $this->href; } /** * Get the created href * * @return string */ public function getMessage() { return $this->messages->href; } /** * Get the status * * @return string */ public function getStatus() { return $this->status; } /** * Get the $createdDatetime value * * @return string */ public function getCreatedDatetime() { return $this->createdDatetime; } /** * Get the $validUntilDatetime value * * @return string */ public function getValidUntilDatetime() { return $this->validUntilDatetime; } }