public function Job::getId in Apigee Edge 8
Gets the job id.
Return value
string UUID of the job.
File
- src/
Job/ Job.php, line 141
Class
- Job
- Defines the Job class.
Namespace
Drupal\apigee_edge\JobCode
public function getId() : string {
return $this->id;
}