id; } /** * Set createdAt * * @param \DateTime $createdAt * * @return DDC1590User */ public function setCreatedAt($createdAt) { $this->created_at = $createdAt; return $this; } /** * Get createdAt * * @return \DateTime */ public function getCreatedAt() { return $this->created_at; } }