| Total Complexity | 1 | 
| Total Lines | 22 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 38 | class CallEntity extends MessageEntity  | 
            ||
| 39 | { | 
            ||
| 40 | /** @var string $id */  | 
            ||
| 41 | protected $id;  | 
            ||
| 42 | |||
| 43 | /** @var string $status */  | 
            ||
| 44 | protected $status;  | 
            ||
| 45 | |||
| 46 | /** @var string $businessId */  | 
            ||
| 47 | protected $businessId;  | 
            ||
| 48 | |||
| 49 | /** @var \DateTime|bool $createdAt */  | 
            ||
| 50 | protected $createdAt;  | 
            ||
| 51 | |||
| 52 | /**  | 
            ||
| 53 | * Sets Created At  | 
            ||
| 54 | *  | 
            ||
| 55 | * @param string $createdAt  | 
            ||
| 56 | */  | 
            ||
| 57 | public function setCreatedAt($createdAt)  | 
            ||
| 62 |