AppserverIo\Appserver\Core\Api\Node\JobNode::getName PHP Method

getName() public method

Returns the job name.
public getName ( ) : string
return string The job name
    public function getName()
    {
        return $this->name;
    }