id; } /** * Get the created href * * @return string */ public function getHref() { return $this->href; } /** * Get the date and time the resource was created * * @return string */ public function getCreatedDatetime() { return $this->createdDatetime; } /** * Get the date and time the resource was created * * @return string */ public function getStatusDatetime() { return $this->statusDatetime; } }