You are here

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\Job

Code

public function getId() : string {
  return $this->id;
}