clientRequestId = $clientRequestId; } public function getClientRequestId() { return $this->clientRequestId; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setCurrentState($currentState) { $this->currentState = $currentState; } public function getCurrentState() { return $this->currentState; } public function setCurrentStateTime($currentStateTime) { $this->currentStateTime = $currentStateTime; } public function getCurrentStateTime() { return $this->currentStateTime; } public function setEnvironment(Google_Service_Dataflow_Environment $environment) { $this->environment = $environment; } public function getEnvironment() { return $this->environment; } public function setExecutionInfo(Google_Service_Dataflow_JobExecutionInfo $executionInfo) { $this->executionInfo = $executionInfo; } public function getExecutionInfo() { return $this->executionInfo; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocation($location) { $this->location = $location; } public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPipelineDescription(Google_Service_Dataflow_PipelineDescription $pipelineDescription) { $this->pipelineDescription = $pipelineDescription; } public function getPipelineDescription() { return $this->pipelineDescription; } public function setProjectId($projectId) { $this->projectId = $projectId; } public function getProjectId() { return $this->projectId; } public function setReplaceJobId($replaceJobId) { $this->replaceJobId = $replaceJobId; } public function getReplaceJobId() { return $this->replaceJobId; } public function setReplacedByJobId($replacedByJobId) { $this->replacedByJobId = $replacedByJobId; } public function getReplacedByJobId() { return $this->replacedByJobId; } public function setRequestedState($requestedState) { $this->requestedState = $requestedState; } public function getRequestedState() { return $this->requestedState; } public function setSteps($steps) { $this->steps = $steps; } public function getSteps() { return $this->steps; } public function setTempFiles($tempFiles) { $this->tempFiles = $tempFiles; } public function getTempFiles() { return $this->tempFiles; } public function setTransformNameMapping($transformNameMapping) { $this->transformNameMapping = $transformNameMapping; } public function getTransformNameMapping() { return $this->transformNameMapping; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }