Sets if this Alias is public.
$this
public function setPublic(bool $boolean) : static { $this->public = $boolean; return $this; }