Sulu\Component\Rest\Exception\EntityNotFoundException::getId PHP Method

getId() public method

Returns the id of the entity, which was not found.
public getId ( ) : integer
return integer
    public function getId()
    {
        return $this->id;
    }
EntityNotFoundException