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; } /** * Set updatedAt * * @param \DateTime $updatedAt * * @return DDC1590User */ public function setUpdatedAt($updatedAt) { $this->updated_at = $updatedAt; return $this; } /** * Get updatedAt * * @return \DateTime */ public function getUpdatedAt() { return $this->updated_at; } }