Basho\Riak\Command\DataType\Hll\Response::getHll PHP Method

getHll() public method

public getHll ( ) : Hll | null
return Basho\Riak\DataType\Hll | null
    public function getHll()
    {
        return $this->hll;
    }