getData('id');
}
/**
* @inheritDoc
*/
public function setId($value)
{
$this->setData('id', $value);
}
/**
* @inheritDoc
*/
public function getMessageCode()
{
return $this->getData('message_code');
}
/**
* @inheritDoc
*/
public function setMessageCode($value)
{
$this->setData('message_code', $value);
}
/**
* @inheritDoc
*/
public function getCreatedAt()
{
return $this->getData('created_at');
}
/**
* @inheritDoc
*/
public function setCreatedAt($value)
{
$this->setData('created_at', $value);
}
}